-
### What problem are you trying to solve?
Certain browser extensions need to query elements across shadow trees in order to implement features such as autofill.
### What solutions exist today?
Chro…
rniwa updated
2 weeks ago
-
Currently, zathura reloads the synctex file for every query.
As can be seen in `zathura/synctex.c`:
```cpp
bool synctex_get_input_line_column(const char* filename, unsigned int page, int x, int…
-
### What happened?
So i am trying to run the below code to query data I do get results but other fields like metadata, embeddings is giving null
Code to query :
```
const result = await colle…
-
## What problem does this solve or what need does it fill?
#13417 adds sorting at an iterator level. These sorts:
- Do not persist across system runs (it will be common for sorted data to rarely b…
-
- [ ] GraphQL query runner
- [ ] Update code editor to support GraphQL syntax
-
### Describe the bug
I've observed strange timeout behavior while waiting for the response of a `get` operation, sometimes the callback will be called with a timeout error and then quickly followed w…
-
### Describe the bug
```
type BaseModel struct {
ID *models.RecordID `json:"id,omitempty"`
CreatedAt *models.CustomDateTime `json:"created_at,omitempty"`
UpdatedAt *models.CustomD…
-
models/models.go is using unsafe query construction.
If a database query (such as an SQL or NoSQL query) is built from user-provided data without sufficient sanitization, a malicious user may be abl…
-
### LanceDB version
v0.16.0
### What happened?
The latest version of lancedb is not respecting the Query limit when set to a "no limit" value. See https://lancedb.github.io/lancedb/python/pyt…
-
Hi,
I'm playing a little with the API but I miss the feature to extract only the bookmark add/modified in a specific date time. This is very useful if you have to syncronize with other tools (that, u…