clacla
clacla
Making the URLValueFormatter more resilient. If the string value passed in the unformatValue is not one representing a valid url, now the URL init is not force unwrapped, so if...
Hello. I followed the advices of this [issue](https://github.com/ericglau/cairo-ls/issues/18) to enable miniconda venv for this package. But it's not working. If I disable `use venv` and `nile use venv` options, I...
Hi Jonathan, thanks for this great script. I really appreciate your work. I have only one problem. Half of the time when running the script I get the error: ```...
I copied and pasted the content of the [assert example](https://cairo-by-example.com/examples/assert/) in a file called `assert.cairo`: ``` fn main(x: felt252, y: felt252) { assert(x != y, 'error, x is equal to...
I tryed to create a new app using the template suggested in the docs ``` cargo generate --git https://github.com/yewstack/yew-trunk-minimal-template ``` but when I `trunk serve` this is what I get...
I am not qualified to write rust bindings for the C apis. But I want to write my language AST to WebAssembly and Binaryen seemed perfect for it. There is...
### Is there an existing issue for this? - [X] I have searched the existing issues ### RainbowKit Version latest ### wagmi Version latest ### Current Behavior On iPhone 15...
### Summary I have a Rust string I want to represent it in a wasm function body as a local variable. How do I go about it with walrus? Is...
## What is the current behavior? I am trying to use the JS sdk in a Next.js 15 App Router api route. So executed on the server. I am instantiating...