infu

Results 16 comments of 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...

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...

![image](https://github.com/user-attachments/assets/6351ba56-3df9-407a-8f9b-2da60cc805f1) ![image](https://github.com/user-attachments/assets/d5d893c6-62e0-44ee-a434-aecf8737bb39) ![image](https://github.com/user-attachments/assets/75c3c291-e9cb-4b89-b192-b0871f0e33ee) ![image](https://github.com/user-attachments/assets/4e35f46f-98e5-4788-b41d-d9b05f767a22) ![image](https://github.com/user-attachments/assets/d807e0e6-60ff-4478-8c86-373734d711bb) ![image](https://github.com/user-attachments/assets/b6225599-488e-4b73-954c-970f49e26826) 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...