Jordan Last

Results 193 issues of Jordan Last

Hey, is there any chance a GraphQL API could be standardized along with any REST or JSON RPC APIs being discussed?

I was looking at some slides from an IoT.js presentation, and one of the items under future work mentioned a package manager for IoT.js modules. I just want to say...

Hey! I'm really glad to see this repo. I've been using Redux for a while now, and I've experimenting with in-house implementations of it in Python, Java, and now C....

Is this repo up on NPM? I'm not able to find it, it would be nice to npm install

enhancement

I'd like to see an Ethereum address added to the `custom` property of the `FUNDING.yml` file for GitHub Sponsors. This would allow a canonical address to send funds to. For...

I have this Candid type taken as an argument to the initialization of a canister: ``` type InitArgs = record { "decimals": nat8; "fee": nat; "initial_account_balances": vec InitialAccountBalance; "metadata": vec...

While implementing Azle Candid is giving me some trouble because it is converting `func` Candid types sometimes into `candid::Func` but at other times (when boxing is required) into a unit...

enhancement

didc is not generating Rust structs for records that aren't referenced from a service. This is undesirable for my use case, as I have Candid-defined records that may not be...

See this forum post for more information: https://forum.dfinity.org/t/derive-candidtype-with-serde-json/5800 Seems it would be nice for `candid` to implement `CandidType` on `serde_json::Value`. This would allow for candid serialization of arbitrary JSON values....

enhancement