-
Hi, I use django-rql on daily basis and I would like to contribute to the project. Please let me know what I can work on
-
Consider the following:
``` js
const getDevice = (r, id) => (
r
.table('devices')
.get(id) /* 1 */
.merge({
relations: {
/* 2 */ observing: r.table('relations').getAll(id, { index: 'obse…
-
All non RQL query endpoints should abort their queries if the HTTP Request is cancelled.
Highest priority are the Point Value endpoints (NoSQL/SQL).
Review all other SQL queries
-
Hello,
Excellent work! I'm trying to adapt it to another dataset, but I am struggling to find out how to load pretrained weights.
Specifically, I'm looking at the fully fined-tuned weights on …
-
Would be nice to have something like https://github.com/cmelchior/realmfieldnameshelper, compatible with realm-kotlin, so we know at compile time something is not ok in queries with RQL.
-
```
Think of the other python tools, e.g.
http://www.logilab.org/857?rql=Any%20X%20WHERE%20X%20eid%20857&fname=view&vid=pr
ojectinfo_tab
```
Original issue reported on code.google.com by `sergey.s..…
-
We need grammar files for VS Code for .script and .rql
-
Allows users to constraint input to valid json-rql.
Needs to support sub-constraints for allowable queries in application APIs.
Extend, if possible, https://json-ld.org/schemas/jsonld-schema.json
-
?query.rql and similar should return a 501 at present. 'Basic' queries for attributes which don't currently happen to be part of the schema should probably result in an empty results list, otherwise t…
-
The problem is in js-array.js line 401: op() is no longer referenced correctly after the function name is shortened.
It would be really useful to rewrite rql/js-array with a whole lot less eval where…