samuba
samuba
Right now the it seems that the only way to pass credentials to a command ist to have them in the url. eg. `https://user:[email protected]`. That's sadly not enough for me...
This fixes https://github.com/nextapps-de/flexsearch/issues/342 by using the types from `@types/flexsearch` as suggested in the thread
# Bug report ## Describe the bug When I do a query with a nested query inside a nested query the type for the second nested properties is `unknown`. ##...
This code throws `TypeError: Cannot read properties of null (reading 'trim')` ```ts const Schema = v.object({ foo: v.pipe(v.nullish(v.string()), v.trim()), }); const result = v.safeParse(Schema, { foo: null, }); ``` Is...
### Current Behavior This bug was introduced in 1.114 it was not present in 1.113. The Adapt does not seem to do anything anymore. ### Expected Behavior It should work...
### Current Behavior Toasts are always behind a Sheet so they can not be seen if the Sheet covers the area of the toast. ### Expected Behavior Toasts should always...
### Current Behavior If a Input is inside a Sheet Dialog and that is inside a Dialog, the Input can not get focus, and can't be typed into. ### Expected...