Jon
Jon
This is a non-urgent issue, but figured it would be an appropriate time to bring it up bc of the new incoming design system.  The aragon/ui bundle size is...
**Describe the bug** I have a server running, recursively polling its peer's invite list. For any invites it finds, it accepts it right away. After receiving an invite, the first...
**Is your feature request related to a problem? Please describe.** I would love to be able to `subscribe` to `invite` events. **Describe the solution you'd like** To use the [subscription...
**FEATURE Request** It would be great to have some added `type` protection for more important and frequently used fields in a 3box. For instance, I don't want another dapp to...
Hey! I'm wondering how you guys feel about allowing custom functions to be passed to the `openBox` 3box method rather than a web3 object (or use the web3 object as...
Hey friends! This is a request for a 3box instance method that takes a file, and a key to save that file to in a user's 3box, and does all...
**Describe the bug** If `onSyncDone` is called too late after `Box.openBox`, the call hangs and the registered callback listener never fires **To Reproduce** ```js const openedBox = await Box.openBox(ethereumAddress, web3)...
Hi, I'm trying to test a route that accepts multipart/form-data. The route works via postman, a node script, and in the browser, but I can't seem to get it to...
I'm not sure if this is something I'm doing wrong, or if there's a bug somewhere... Basically I have a test suite that cleans up after itself. At the beginning...
``` (node:32812) UnhandledPromiseRejectionWarning: null (Use `node --trace-warnings ...` to show where the warning was created) (node:32812) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async...