Markus Wendorf
Markus Wendorf
Hello, I was wondering if it is possible to express the following query with Kysely: ```sql WITH RECURSIVE blok_search AS ( -- Base case SELECT *, 1 AS Depth FROM...
Hello, the **TanStack Form** DocSearch is broken right now. It seems like the configuration is not set in the `docs/config.json` file. https://github.com/TanStack/form/blob/main/docs/config.json#L2-L6 ```json "docSearch": { "appId": "", "apiKey": "", "indexName":...
Hey there As [discussed](https://github.com/protomaps/PMTiles/discussions/404) I would like to deprecate the `CACHE_MAX_AGE` option in favour of `CACHE_CONTROL`. Users would then be able to set any `CACHE_CONTROL` directive they might need like...
Hi, I would like to expose the JSON key for serialization. I have a use-case where I want to serialize a `Date`, but I have query params (`fromDate`, `toDate`) that...
### Describe what you want Hello, I would really like to see support for [single table inheritance](https://en.wikipedia.org/wiki/Single_Table_Inheritance) in drizzle. Single table inheritance is a way to save inheritance structures to...
The `MapView.onPress` handler seems to have a significant delay before it registers. A solution with a `
Hi, I noticed that when changing the color of the svg element some circles do not change the color accordingly, while the rest of the svg behaves correctly. I updated...
**Describe the bug** I have two `` components, one on the main page and one in another page. On the other page the Select children are not positioned correctly (see...
### What kind of issue is this? - [x] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build issue...