Sam Vervaeck
Sam Vervaeck
### Describe the bug The following errors occur when using NodeJS version 20.5.0 or above: ``` FAIL lib/core-common/src/utils/__tests__/template.test.ts ● server.getPreviewHeadHtml › when .storybook/preview-head.html does not exist › return an empty...
Right now, Bolt does not support anonymous function, i.e. lambda expressions. It is very cumbersome to have to write a named function for each small procedure, so evidently this feature...
This should be theoretically possible, in the style of Zod's parameterized functions.
The title says it all. I'm receiving a big SIGSEGV whenever I try to run Python. Tested versions: - 3.10 - 3.12.4 GDB does not tell me much: ``` ❯...
I have this piece of code: ```py await client.drives \ .by_drive_id(drive_id) \ .items \ .by_drive_item_id(f'root:/foo/baz/bar.txt:') \ .content \ .put(body) ``` I want it to fail if the file already exists....
I was wondering if webOS 4.0 is already supported. I'm able to install the app from the LG Content Store, but [from this blog post](https://jellyfin.org/posts/webos-july2022/) I infer that this might...
Hi, First of all thanks for the project. It saves me a huge amount of time. I tried building and failed: ```rust Updating crates.io index Downloaded itoa v1.0.4 Downloaded clap_lex...