Dmitrii Blaginin

Results 11 issues of Dmitrii Blaginin

- TIA Toolbox version: 1.4.0 - Python version: 3.10.8 - Operating System: Mac OS 13.3.1 (arm) ### Description Tests in the toolbox are extremely slow. Even with `CI=True`, all the...

enhancement
dev tools

- TIA Toolbox version: 1.3.3 - Python version: 3.10.8 ### Description Tiatoolbox has several pre-trained models helpful for data processing. However, models differ in how they handle input and output,...

documentation
enhancement
code readability
refactoring

## What is the motivation? Previously, it was not possible to define a schema on the relation table and insert data using `RELATE ... CONTENT` (although the new `INSERT RELATION`...

## What is the motivation? Another LQ failed due to a parsing issue 😅. This time, it was `"5a7297d9-c07d-4444-b936-2d984533987d"`, where the ending d" was parsed as a datetime prefix. ##...

This PR adds session information to Live Query Events sent from the server. With this info, the client can validate whether the received events are linked to the current active...

## What is the motivation? To notify users when a table from a live query has been deleted. ## What does this change do? When deleting objects, send a new...

### Describe the bug Originally posted by @phughk in https://github.com/surrealdb/surrealdb/pull/4461#discussion_r1718208907 In https://github.com/surrealdb/surrealdb/pull/4461, an issue arises when deleting a table: notifications are sent to corresponding Live Queries, informing them that the...

bug
topic:live

### What feature are you requesting? _Originally posted by @rebasedming in https://github.com/paradedb/paradedb/pull/2565#discussion_r2093581819_ Ngram tokenizer doesn't work together with: - `phrase` (https://github.com/paradedb/paradedb/pull/2565) - `stopwords` or `stopwords_language` (https://github.com/paradedb/paradedb/pull/2577) - something else? ###...

documentation
priority-medium
user-request

### What happens? https://github.com/paradedb/paradedb/issues/2374 suggests fixing `int`-s conversion for `more_like_this` - but there are other types that aren't currently supported. One example would be datatimes which are [supported](https://github.com/quickwit-oss/tantivy/blob/5379c99ea2a4639b659f640d9fd2c43030929161/src/query/more_like_this/more_like_this.rs#L239) by tantivy...

bug
priority-medium
user-request

### Describe the bug I have a small vortex file [abc.vortex.zip](https://github.com/user-attachments/files/23330522/abc.vortex.zip) - literally one row and one column: ``` ┌───────┐ │ a │ ├───────┤ │ "abc" │ └───────┘ ``` I'm...