lukasbash
lukasbash
**Describe your feature request** As a user I would like to set a due date or a reminder for a note. If the date or time is reached, I will...
## Lapce Version v0.3.1 ## System information macOS Sonoma 14.3 (23D56) ## Describe the bug Opening Lapce brings up its window. After this point regardless of the user action, the...
**Describe the bug** First of all, I am aware of the fact that this table does not mean to implement any kind of virtualization (yet?), but by using e.g. 10.000...
I often times have the use case to fuzzy search a table without considering which column can have which value. The dummy enterprise user actually does not care in which...
### mantine-react-table version beta ### react & react-dom versions v18.2.0 ### Describe the bug and the steps to reproduce it Given the table is inside some basic app shell layout...
**Describe the bug** Given the following code for parsing a paragraph element: ```typescript import { Window, DOMParser } from "happy-dom"; function tryHappyDom() { console.log("\nTrying to parse HTML with HappyDOM"); const...
Since version v2.2.0 all unexported fields (renamed via `x-go-name`) are now exported even though they have been named lowercase. Reproducible with the example `xgoname` in this repository. Would need a...
### Describe the bug Given the situation that any parent route's loader implements some mechanism to redirect to a more precise child route, the redirect throw causes an endless loop...
When working with dependent queries I am often times using the `skipToken` export, provided by react query. When using a query configuration in the semantics of e.g.: ```typescript foo: (baz:...
We are already using the openapi-fetch package to generate our client code for the specification. We want to establish the usage of react query too, so we're glad that you...