query-language
Here are 223 public repositories matching this topic...
-
Updated
Apr 8, 2022 - TypeScript
-
Updated
Mar 19, 2022 - Go
-
Updated
Apr 14, 2022 - Scala
-
Updated
Apr 12, 2022 - Python
-
Updated
Dec 8, 2021 - C
Per discussion in #2743 this class is mis-named.
Also, rename LinkStreamValue
to just plain LinkStream
.
Is your feature request related to a problem? If yes, please describe the problem.
Currently our playground is without any code sharing capabilities.
Describe the solution you'd like to see.
Allow to share the playground with a certain query by adding the query as a base64 in the URL.
Were you inspired by anything else, that you have experienced?
Inspired by https://sandcastle
-
Updated
Apr 14, 2022 - Java
-
Updated
Apr 3, 2022 - Rust
-
Updated
Nov 22, 2021 - JavaScript
As generating human-readable code is not a current aim, and we're quite far from having it anyway, it would make sense to generate a code that is already "minified". (i. e. cannot be reduced more by a minifier).
This might not be possible to achieve to 100% without implementing some complicated compiler logic (for example determining whether some parenthesis are needed). Implementing those shou
-
Updated
Apr 13, 2022 - Starlark
- untabify
- indent
- align where needed
-
Updated
Sep 25, 2019 - JavaScript
-
Updated
Dec 16, 2021 - Java
Hi, Is it possible to add in readme more information about support?
- What are the feature necessary for LDflex to work?
- Is Node supported?
- Are browsers supported? Which ones?
- Can polyfills help?
-
Updated
Apr 12, 2022 - Java
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Mar 27, 2022 - TypeScript
-
Updated
Sep 12, 2021 - Go
-
Updated
Oct 4, 2021 - PHP
Create a function selectValues
that takes a record of Col s a
expressions and creates FullQuery s ...
such that:
For a record { col1 :: Col s a1, ..., coln :: Col s an }
Would generate to
SELECT <col1_expr> AS col1, ..., <coln_expr> as coln
-
Updated
Feb 24, 2022 - Rust
-
Updated
Mar 10, 2022 - Less
-
Updated
Dec 25, 2020 - C#
The coverage now is not very good
So to make it better, do the following:
- Pick a file that has < 80% coverage 👎🏻
- Check the comment below to see if someone has already taken that file
- Comment below which file you are going to work
-
Updated
Apr 3, 2022 - C
-
Updated
Jun 30, 2021 - Go
Improve this page
Add a description, image, and links to the query-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the query-language topic, visit your repo's landing page and select "manage topics."
Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).
As an example, I tried to query the
og:url
metadata.I tried variations of
//meta[property='og:url']::attr(content)
, with or without the leading//
, and with or without the `attr(conte