Jordan Last
Jordan Last
> I think the quickest for now is to fork the candid_parser code base and apply this duplication. Can you do that? We really want to avoid using or asking...
> Can you do that? Do you want me to do the PR? You'll accept it with the duplication?
I've got the exporting working pretty well for the JavaScript. But I have run into another problem. I really want the bindings generated to have the JavaScript runtime values and...
You can't just concatenate the two files unfortunately, there are a couple tweaks that need to be made.
I have a draft PR up for some feedback: https://github.com/dfinity/candid/pull/575 I haven't written any automated tests for `--target ts-js` yet, but we have been using it to generate the combined...
It seems like I have found the root cause of the issue. The file reading is supposed to be batch processed using buffers of length 16 * 1024, and the...
It seems that this code has not been well-tested...are there not Node.js or other test suites available to test against?
We've just started getting this error when switching to `dfx 0.28.0` in Azle's fuzz tests. A method like this: ```typescript @update([IDL.Text], IDL.Bool) test(): boolean { return true; } ``` Will...
Okay we've been narrowing this down. We have been able to reproduce it. It seems like, with just a switch from `dfx 0.27.0` to `dfx 0.28.0`, that this Azle canister...
To disable I just remove the first option from here and run the file: https://github.com/second-state/quickjs-wasi/blob/master/lib/build_lib.sh#L2