ByronBecker
ByronBecker
Vessel currently does not support imports from private libraries. This is due to a limitation of the headers passed by the rust_dhall crate https://github.com/Nadrieril/dhall-rust/issues/134.
**Describe the bug** Previously, in a NodeJS enviroment calling `Ed25519KeyIdentity.fromSecretKey()` with a key generated from dfx worked. After bumping agentJS from `^0.15.3` to `^1.1.1`, I now receive the following error....
I'm currently storing the generated RTC token in local storage, and would like to be able to verify that the generated token is valid/expired without making an API call to...
In my tests, I had an object formatted such that each property was on a new line and then the formatter did this to it 😅 ``` M.equals(testableItemGetTransactionsResult({ results =...
``` canisters : HashMap.HashMap< // The principal of the canister. Principal, // The configuration of the canister. CanisterConfig >; ``` becomes ``` canisters : HashMap.HashMap;` ```
Just saw that `Float.equal()` was deprecated, and was wondering what the language-level tolerance/limits of float equality are. How precise will the language go, and are there any guidelines that can...
@matthewhammer @crusso I've recently moved from doing local testing to main network testing, and one of the large difference between testing locally and on the main network are limitations such...
Is there a specific location that documents what the byte size is of each candid/primitive type including variant, principal, ?T, [], and ?[]. I'm specifically interested in Nat, variant, and...
Device: iOS 16.2 (20C65) Browser: Safari Description: After adding a new device through internet identity, navigating to the nns dapp at nns.ic0.app throws the following error on initial page load....
I received this compiler error while playing around with algorithms that hex encode large integers. Instead of a compiler error I'd expect some sort of overflow error saying that the...