Jordan Last
Jordan Last
From the discord I have learned that `promise_loop_poll` was removed in lieu of a Future integration. While that's nice for some use cases, this is making it difficult for my...
I went back in time to find the implementation body of `promise_loop_poll` and added it into my fork of wasmedge-quickjs, so far it does indeed work! ```rust #[deprecated] pub fn...
Ah, yes. That wasn't intuitive to me, maybe it could be documented on the page? Awesome tool by the way!
I've got a solution outlined here: https://medium.com/@lastmjs/advanced-graphql-directive-permissions-with-prisma-fdee6f846044
All of the numbers are looking great! Would you mind adding block 10000000 for your script? I keep trying to run your script against my node, but it seems to...
What's the update on slip0039? Is anyone using it?
Yes any update on being able to generate the did file without having to compile once and execute code at runtime? Shouldn't static analysis of the Rust code be enough...
> Theoretically yes. But you have to patch a static analyzer like rust-analyzer to achieve this. And you don't really gain anything. You still need to compile the code twice,...
My real goal is for dfx to completely abstract away the need for a Candid file when writing a Rust or custom canister. Actually today I figured out a way...
> Okay, our goal is the same. You are not really oppose to getting the metadata by running an executable, which will be done in dfx build automatically. Fantastic! We...