cryptonerdcn
cryptonerdcn
Also in Cairo Book, dojobook and starknetbook. They all have the same issue now.
@enitrat I need a `theme/index.hbs` to make it works. Are we considering adding a template? Just a default plain one is very enough.
@all-contributors please add @cryptonerdcn for translation
Can you review this PR, sir? @unbalancedparentheses @MegaRedHand @juanbono @klaus993 @SantiagoPittella
> We should, instead of having the binary commited we should add an step in the deployment that runs the compilation (we could do that if you want). Yes, let...
> Hey there! Thinking about what could be going wrong, I see that the extra stuff I see in your fork is the `assets/` directory. Does this work out of...
Relative issue: https://github.com/starkware-libs/cairo/issues/6171
> Having a wasm build for a fork of the compiler wasn't part of the considerations. Thanks for your reply! @orizi Yes I know, so I did it alone for...
@mkaput Thank you! Because wasm can not really read a file from disk, the `read_file_on_disk_or_wasm` is used to read the files embedded into the wasm package(Basically, the `.cairo` files in...
Good news: As @mkaput said, "there are definitely breaking changes regarding cancellation, but that one is scoped to LS only". If I use `salsa = "0.16.1"` and revert other changes...