query
Here are 1,493 public repositories matching this topic...
-
Updated
Dec 20, 2021 - HTML
MSSQL Storage
-
Updated
Nov 29, 2021 - TypeScript
-
Updated
Dec 24, 2021 - TypeScript
-
Updated
Aug 16, 2021 - Go
I'd like to add a config and the ability to have a .js config file in order to generate nestjs repositories and files that just have types. The easiest way to do this, and without introducing much additional maintenance would be to let folks supply their own generator templates.
Splitting the types to a different library might be a little tricky to add in a config, so at first it might not b
-
Updated
Dec 22, 2021 - Go
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Nov 29, 2021 - Python
-
Updated
Oct 25, 2021 - PHP
-
Updated
Mar 21, 2020 - Rust
Describe the bug
I created a component in QueryBuilder.tsx by taking the example from the README with some little cleanup. It all worked except the CSS import causes an issue. Is there a solution that is supported in tsx or a hosted css file that can be used?
./node_modules/react-awesome-query-builder/lib/css/styles.css:1
.qb-drag-handler, .qb-draggable, .query-builder {
^
Synt
Note sure if it could be interesting but:
When registering a table:
addr: 0.0.0.0:8084
tables:
- name: "example"
uri: "/data/"
option:
format: "parquet"
use_memory_table: false
add in options:
glob
pattern: "file_typev1*.parquet"
or regexp
pattern: "\wfile_type\wv1\w*.parquet"
It would allow selecting in uri's with different exte
One issue that's kept me from adopting this gem more widely is that I need to define all possible top level keys for a jsonb column. If I don't, then I will receive an ActiveRecord::MissingAttributeError. This removes much of the flexibility of having a jsonb column. For example when storing a JSON response from a webhook. The structure may be well defined, but if a new key is added then we'd ge
-
Updated
Dec 7, 2021 - PHP
-
Updated
May 3, 2021 - PHP
-
Updated
Dec 14, 2021 - Python
-
Updated
Jun 9, 2021 - JavaScript
Improve this page
Add a description, image, and links to the query topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the query topic, visit your repo's landing page and select "manage topics."


Right now
queryin the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.