Jordan Last

Results 269 comments of Jordan Last

Is there any official documentation on the security/threat model of lit-html? I feel this is very important information and would be very useful to include as a section on the...

Backtraces have been enabled and they are working for us. Now we just need to be able to toggle them on and off as described here: https://forum.dfinity.org/t/canister-backtraces/35298/29?u=lastmjs

This seems like a major blocking issue for us. How do I get the memory segment infos now? I can't see any way to dynamically get the memory segment names....

> Indexes do not work, whether they are numbers or strings. @CountBleck I don't think so

It seems like the latest commits to `main` are generally up-to-date, the real issue is that `cargo-audit` is very out-of-date on `crates.io`. Why is the last published version in February,...

> It might be enough for this specific case to move the npm install post_create setup in templates.js to the dfx_js_base template. I assume you meant `templates.rs`. I have attempted...

> The following fails, because with this setup the backend canister (type=azle) is relying on a frontend canister to run `npm install` to install the azle extension. > > It...

@raymondk Yes my testing in response to the problem reported is for that exact situation, at least with this command: `dfx new --type azle --frontend none test_dfx_azle_new`. `dfx` will run...

It would be great to get this merged ASAP. It would also be great if DFINITY could somehow take over maintenance of `dfx new` with Azle. I would really like...