Tomi Jaga

Results 8 issues of Tomi Jaga

I ran into an [error](https://github.com/NatLabs/icrc1/actions/runs/4651566741/jobs/8231255398#step:7:463) when running the [test suite](https://github.com/dfinity/ICRC-1/tree/main/test) with dfx version above `0.12.0` but it worked when I used the `0.11.2` version ```bash failed to parse secret key...

Hey @ZenVoich, I've been using the `mops bench` command to evaluate the performance of some libraries I'm developing. I've noticed an unusual behaviour in the heap benchmarks—they sometimes return negative...

Hi @ZenVoich, I noticed that the uploaded files are currently being stored as an array of blobs in heap memory. I would like to propose a change that would store...

backend

Hey @ZenVoich, not sure what happened. One moment `mops` was working fine and then I tried to update a package and it refused to do so. I cleaned the cache...

bug
backend
cli

OOPS! You've triggered a compiler bug. Please report this at https://github.com/dfinity/motoko/issues/new with the following details: Motoko 0.7.3 (source qwdq7q2n-npg4rjz7-7s76jv69-kbwjwklg) ``` Fatal error: exception Invalid_argument("Import expression found in unit body: mo:base/Blob")...

Bug
starter project

Hey @ZenVoich, I'm trying to run some tests using the `pocket-ic` but i keep running into this issue. ``` nx0 [Error]: The PocketIC binary took too long to start. Please...

Hey @ZenVoich, I've been thinking of ways to benchmark stable memory and monitor the memory efficiency of certain data-structures over time. With stable memory Regions we have more granular control...