Results 12 comments of Jonas Benn

dudle does have the following binding afaik: - TAB - `next` - UP - Set `okay` - DOWN - Set `not okay`

⚠️ ⚠️ ⚠️ PLEASE READ ⚠️ ⚠️ ⚠️ If you - have the same issue - no new information to contribute, please just leave an emoji reaction on this or...

Hey there! I am quite interested in this feature and was about to build something myself using the API, until I saw this pull request. Are there any particular reasons,...

@cimchd The whole point of this issue is that you don't want the field to be optional.

Thank you @samansmink, that helped. Now, I get the following error: ``` Invalid Input Error: Extension "/.duckdb/extensions/v0.10.2/linux_amd64_gcc4/.duckdb_extension" (version v0.10.2, platfrom linux_amd64) does not match DuckDB loading it (version v0.10.2, platform...

Now, I set up the S3-Bucket workflow, and have it build the extension + push to S3-Bucket. My repository is: https://github.com/freddie-freeloader/duckdb-extension-test When I run ``` D SET custom_extension_repository = 'http://duckdb-sheetreader-extension.s3.eu-central-1.amazonaws.com';...

My current workaround is to truncate the last 256 byte, that contain the metadata AFAIK (https://github.com/duckdb/duckdb/pull/11515): ``` truncate -s -256 sheetreader.duckdb_extension ```

Hey @samansmink , I now updated my repository (https://github.com/freddie-freeloader/duckdb-extension-test) to use `duckdb` 1.0 and the appropriate `extension-ci-tools`. When I do ```bash D SET custom_extension_repository = 'http://duckdb-sheetreader-extension.s3.eu-central-1.amazonaws.com'; D FORCE INSTALL sheetreader;...

Almost every calendar app gives me the choice for the starting day of the week - independent of my locale settings. It's super confusing for me to switch from other...

@dohomi Do you need help with this? https://github.com/dohomi/react-hook-form-mui/pull/347 looks like an interesting option, but of course the release workflow is a critical piece, so I appreciate, that you are not...