Louis Pilfold
Louis Pilfold
Given you can add the modules to the main project what would this provide?
Makes sense, thank you. iirc the WASM API is bindings to the compile-package API so there is no way to support multiple packages in that context, it is intended to...
It would be anything at all that is signed or encrypted! It's not specific to cookies. Encryption isn't offered presently, but it likely will be in future.
Sounds good. We could have `erlang` and `javascript` as the templates.
Brilliant, thank you @aadarsh10c ! Let me know if I can give you any pointers at any time.
Hello there! > From the following response, is it fair to assume that the lib option should be replaced with erlang (and remain the default)? Sounds good! > My initial...
Thank you!
Thank you! What do you think the error ought to be?
Seeing as this is a common mistake perhaps we could show what the correct code should be. We could use the name of the type as the name of the...
```gleam pub type User { name: String } ``` ``` error: Syntax error ┌─ /Users/louis/src/lpil/puck/src/puck.gleam:23:3 │ 23 │ name: String │ ^^^^ I was not expecting this Each custom type...