Lev Khoroshansky
Lev Khoroshansky
I have the following enum and struct: ```rust #[derive(sqlx::Type, Debug)] #[sqlx(rename = "service_state", rename_all = "SCREAMING_SNAKE_CASE")] pub enum ServiceState { Available, NotAvailable, } pub struct ServiceStatus { pub ip: String,...
## Feature Request ### Crates https://github.com/tokio-rs/tracing https://github.com/davidbarsky/tracing-tree ### Motivation I'm using `tracing-tree`, but it lacks timestamps. I opened an [issue](https://github.com/davidbarsky/tracing-tree/issues/48) in `tracing-tree` about it and @davidbarsky [suggested](https://github.com/davidbarsky/tracing-tree/issues/48#issuecomment-1185568357) that `FormatTime` can...
**Is your feature request related to a problem? Please describe.** I'd like to generate independent files for different schemas/operations so that all the generated code won't end up in a...
For some reason, colors of minimal-base16 don't match with those from the screenshots. I'm sure that this issue has nothing to do with tmux/terminal/shell, since I've tried different environments. |...
How would `GPTSimpleVectorIndex` react if I were to insert a document with `doc_id` of an already present document? ```python index = GPTSimpleVectorIndex() document = Document(..., doc_id="id") index.insert(document) updated_document = Document(...,...
### What version of `drizzle-orm` are you using? 0.26.1 ### What version of `drizzle-kit` are you using? 0.18.1 ### Describe the Bug ## TL;DR TypeScript can't compile simple `schema.ts` file...
## Bug report ### Current Behavior Scrolling on mobile devices may trigger `DropdownMenu.Trigger` even when not intended. In my case, I have a table where rows have `DropdownMenu.Trigger` as a...
Currently, tags creation is based on the first word of URL/action. It's possible to overwrite tags with decorators but this leads to tedious repetitions. It would be nice to add...
Current state of the front-end is suboptimal at best. Here is a list of possible upgrades that should make front-end more maintainable and easier to develop: - [x] Migrate to...