Ryan Vandersmith

Results 113 comments of Ryan Vandersmith

One solution could be to use `mo-dev --deploy --exec 'dfx generate my_canister'`. Since generating all bindings is the usual behavior for dfx projects, I'll see if we can make it...

I opened a discussion about this here: https://github.com/dfinity/sdk/discussions/3173.

Glad you found a temporary solution. Since we've only been using `node-motoko` for internal projects until this point, I'll look into adding more flexibility around versioning (especially once we stabilize...

Thanks for reaching out! It looks like the stack overflow is occurring in the JS engine, which is causing [js_of_ocaml](https://ocsigen.org/js_of_ocaml/latest/manual/overview) to handle this error as shown above. It's possible that...

Relevant forum topic: https://forum.dfinity.org/t/evm-rpc-less-verbose-output/33353

Hi @aliscie, This is possible using custom [`eth_call`](https://docs.alchemy.com/reference/eth-call) RPC requests. Here is the [relevant documentation](https://internetcomputer.org/docs/current/developer-docs/integrations/ethereum/evm-rpc/#custom-json-rpc-requests) for sending custom requests with the EVM RPC canister. Alternatively, if you're familiar with Rust,...

I spent a lot of time looking into this today, and it seems like a rather deep limitation of the current `dhall-rust` implementation. For now, it's possible to get around...

Noted! Thank you for the list of requests, and I personally agree with all of them. We will make sure to account for these in a future backwards-compatibility-breaking version of...

Behind the scenes, one of the files from this GitHub release (depending on your operating system) is downloaded when running the `vessel bin` command: https://github.com/dfinity/motoko/releases/tag/0.9.1 If necessary, you could manually...

Thanks for the bug report! Glad that you found a temporary workaround. I would also encourage checking out the [Mops](https://mops.one/) package manager, which is actively maintained and has good support...