pjt

Results 16 comments of pjt

added `confirms` option in IExec constructor

Hi @FictionAI, Viviani is currently down and expected to be live tomorrow.

Hi, thank you for your feedback. This feature would be interesting, I added it to the backlog.

This error is logged in the console when the user clicks on "Decline", how should we catch this error? Occurred with Firefox 88.0.1 (current version released on May 5, 2021)...

Hi @chiahsoon, I see 2 issues: - your whole file is placed in an array buffer living in the heap, you may want to use a readable stream to keep...

Yes, that's a good point, thank you @mach6! Unfortunately, the development team has no access to configure the drone server deployment in our organization, which adds some friction in the...

Update, I finally got access to drone deployment to update the allow list and I didn't need the fallback anymore :smiley: I leave the PR open but feel free to...

Besides the ESM conversion which would be great, the main difficulty when it comes to picking the right parts is the side effects running in every modules.

hey, I'm running into the same issue while importing `@multiformats/multiaddr` the issue may comes from nested export of `"."` `@vue/test-utils` ![image](https://user-images.githubusercontent.com/26487010/217327631-ae062410-ced6-4b15-9f43-71edc698212a.png) `@multiformats/multiaddr` ![image](https://user-images.githubusercontent.com/26487010/217328261-38bf5e9d-307c-4a62-9a0b-5f769d0ad8bc.png) this syntax look good according to nodejs...

Thank you for the head up @ljharb No `"main"` neither in `@multiformats/multiaddr` I looked at the `resolve` source it seems neither the legacy `"module"` nor `"exports"` is supported From Node.js...