infu
infu
https://github.com/jakelazaroff/react-storybook-decorator-background/compare/master...infu:patch-1
Duplicate https://github.com/scniro/react-codemirror2/issues/284
Thanks for pointing out where I should be looking. It seems it doesn't like the simlinks my npm setup has and ends in infinite loop. I can fix that on...
It works most of the time. (On Mac/Intel) However, sometimes I get these errors. (not too often) reloading VScode or Motoko language server thru palette doesn't help. I have to...
MacOs 13.4
Haven't seen the 'looping' errors, but I stumble on other errors all the time on all my PCs, different OSes. Different errors. Sometimes they fix after window reload or language...
When writing libraries - middleware, we have to do something like this: ``` public shared({caller}) func start() { assert(Principal.isController(caller)); config.canister := Principal.fromActor(this); ledgerOne.setOwner(this); }; ```
@crusso In our libraries we have a lot of code trying to distribute the current actor principal ~ 30 places. It feels like 5% of the code is about that,...
Do you think we can have this feature soon? If not I could make our libraries/middleware create a new canister with whoami and call it to obtain their principal. Like...
      and a lot more. All 4 libraries (middleware) all using timers a lot - devefi-icrc-ledger, devefi-icp-ledger, devefi, rechain And all the pocket ic tests...