Cody Zuschlag

Results 8 issues of Cody Zuschlag

I'm wondering if there is a way to enable `nvs auto on` permanently (for every new terminal/reboot). On my linux (arch) machine, it seemed to only survive the current shell...

enhancement

The db manager migration script does not pass a version parameter to Postrator. By default, Postgrator migrates to the maximum version. Allowing a version parameter would allow Postgrator to rollback...

Approved to do

The `browser` entry point in `package.json` was added in #120 to allow support for expo which uses webpack 4 (see details in that PR). Once expo supports webpack 5 (probably...

enhancement
build system

**Describe the bug** Commit d0f95d789ed80de2f8ebc31eedee5e72c0a27877 broke the react example (`App.tsx` was deleted) and deleted the benchmarks. Was this intentional? Do you want a PR to clean this up or add...

Since v8 added native [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) support and that has been available since node.js v10.4.0, why not use that instead of bignumber.js? Thanks for this package! Greate work!

Hello, I built a simple application based on our work at your NodeConf workshop (great workshop, by the way!). Repo: https://github.com/codyzu/ipfs-drive Deployed application: https://codyzu.github.io/ipfs-drive I have a simple login/logout workflow....

Hello, The link to the discord channel in the contributing guidelines doesn't seem to work: https://github.com/web3-storage/w3ui/blob/2991ad163c27a5a2a898156fb53c2d0cd99b8b3f/CONTRIBUTING.md#questions The link brings me to an empty discord page that says there are no...

- **hapi-swagger version:** 5.1.0 - **hapi version:** 13.3.0 related issues: #235 #209 First, thanks for this module... I'm really loving it compared to manually managing a swagger spec :+1: I...