JonasGruenwald
JonasGruenwald
This applies to all of the examples, when clicking the Codesandbox link it fails to build with an error. Error from [this example](https://github.com/keystonejs/keystone/tree/main/examples/usecase-blog) is the following: ``` yarn run v1.22.19...
Lexical version: I am trying the playground as it is deployed right now, can't see a version indicated there but I'm assuming it deploys from this repository so I guess...
I mistakenly published a package including modules that import dev-dependencies, as I didn't know I had to put them under the `/test` directory. During publishing I got these warnings ```sh...
https://github.com/MAHcodes/gleez/blob/master/gleam.toml#L4 > gleez cli, an experimental source installer Just noticed because it shows up on [packages.gleam.run](https://packages.gleam.run/).
The `gleam/dynamic` module decoders used by this package are deprecated now, we will need to migrate to the new syntax from `gleam/dynamic/decode`. This is a pretty big task because most...
I want to have some nicer, more "human-like" ways to select elements, similar to playwright's locators. Here is an idea of expressing something like that with a builder pattern: ```gleam...
As string_builder is being renamed to avoid confusion, which is addressed in the stdlib upgrade https://github.com/JonasGruenwald/chrobot/commit/bd40bea7cff72efb15650de4204fa7852d60edb2 it makes sense to reconsider if we do actually need it. There are a...
Version: [email protected] (OTP26) ## Steps Clone this version of lustre and try to build one of the test projects ```sh git clone https://github.com/lustre-labs/lustre.git cd lustre git checkout 969f77de72ca9502aa160e637d2f4fce86f94053 cd test-apps/vdom-test-templates...
Version: [email protected] (OTP26) Building upon this issue: https://github.com/gleam-lang/gleam/issues/3890 Clone this version of lustre ```sh git clone https://github.com/lustre-labs/lustre.git cd lustre git checkout 969f77de72ca9502aa160e637d2f4fce86f94053 cd test-apps/vdom-test-templates ``` Now in `test-apps/vdom-test-templates/gleam.toml` change the...