Dan Steren
Dan Steren
At this point you should be able to follow along with the [example](https://github.com/direnv/direnv#example) in the README.
@chenyan-dfinity I think I just accidentally left that attribute out somehow when making this issue, but yes, I am also using `#[ic_cdk_macros::query(manual_reply = true)]` (See https://github.com/dansteren/candid_export_bug/blob/main/canisters/test/src/lib.rs#L8). This does not fix...
This seems to still be an issue in 0.9.0-beta.2. I just [bumped](https://github.com/dansteren/candid_export_bug/commit/4073a9767013269a0f4dc0abb9ef42d67b126d30) all the dependencies in my reproducible to the latest available beta versions and am still experiencing this issue.
I believe we are experiencing this issue at Demergent Labs. Suppose you have the following files: _lib.rs_ ```rust mod some_module; fn guard_function() -> Result { // ... } #[query(guard =...
@krpeacock we were able to work around this as soon as we understood the syntax you guys require. But I agree with @lastmjs, the syntax was quite confusing and not...
Took a moment to look through the code. In [src/ui.tsx](https://github.com/aaroniker/figma-icns-ico-generator/blob/master/src/ui.tsx#L43) he's calling out to some API he controlled: https://aaroniker.me/api/icns. However, his whole site appears to be down. All of the...
Looks like @wwong already got it working in his fork https://github.com/wwong/figma-icns-ico-generator. You can follow the steps in the "Development" section of the readme on Wilson's fork to get it working....