atengberg

Results 22 comments of atengberg

Perhaps a bounty on gitcoin would speed things up.

Slightly different, but related, another error of type I get is: `Loading module from “http://localhost:3000/node_modules/.vite/deps/react-rainbow-components.js?v=cbb452ca” was blocked because of a disallowed MIME type (“”).` But this has to do with...

Ahh thank you! I looked but am not as familiar with configuring vite/webpack etc so thank you. As for the second thing, I tried two or three time input libraries...

I don't know if this is the fix, but it seemed to resolve the same issue when I went to use react-collapse. In vite.config.js, editing: ``` fs: { allow: ["."],...

**I believe the problem may be due to the fact I was using yarn instead of npm.** Switching to a fresh install to see if I could get around the...

Oh, it linked automatically. The use-case came up again with coincidentally enough fungible tokens--as the ICRC1 standard uses a canonical text representation that can be just a principal (or more)...

Oh thanks, sorry I thought it was in the portal (I used the link from the bottom of the page of the docs). Oh and I apologize for the ambiguity...

Would adding a "parity refund" method resolve this? Any funds in an invoice subaccount would be transferred to the specific account identifier address passed in (less the transfer cost, unless...

Just a note, generating the payment address when the invoice is created and including it in the invoice's metadata seems like the cleanest way to resolve the second bullet point--I...

Related to this is transferring funds out of the custody of the invoice canister: should there be a similar admin-level role for the purpose of being able to move funds...