-
A written query language for selecting and modifying lists/items. A query language would be dynamic and provide more options, whereas a UI is limiting in terms of what actions the user can performs an…
-
I am running MLPerf Inference datacenter suite on a CPU only device following the instructions on the [documentation](https://docs.mlcommons.org/inference/benchmarks/language/llama2-70b/).
The sug…
-
Thank you for your outstanding work, but I still met many problems in the process of reproducing the pre-training results.
I use the following command to pre-train the groundingdino_swint:
bash …
-
We currently support query price of asset from oracle through REST API, and it need to set the index of the asset that is queried for.
For now, users can query `params` first to find out the index of…
-
I'm facing with something related to #33826. We are trying to adopt RCSI and Snapshot Isolation with specific cases.
Is there any quick extension method to wrap executed query in specified transact…
-
Hello! An API we have to use has query params that need to be URL encoded. We can do this with curl like this:
```bash
curl https://endpoint.com/path --url-query "results=a,b,c"
```
However, w…
-
By mistake stupid me executed an empty query. This resulted in an (infinite?) loop and hanged my application.
The minimal example below reproduces this. This example uses an in-memory database, but…
-
It was already added upstream, but httptools doesn't support it yet.
https://github.com/nodejs/llhttp/pull/265
-
### What do you want to change?
I'd like to be able to define part of a query, and then reuse that in other queries. I've called it fragments.
This is handy as it reduces duplication in the quer…
-