Dave Jeffery

Results 57 issues of Dave Jeffery

Would be nice to be able to `use()` barkeep as a middleware instead of just as a standalone server.

(As discussed on gitter) Currently the `readPackage` hook is only useful for modification of dependencies because it occurs during the resolution phase. It may be useful to have a hook...

I'm new to bankai/choo so apologies if I missed something obivous. When I try to do something like `require("fs")` then it fails. I can work around it with `window.require("fs")`, is...

``` > bulk-decaffeinate check ``` ``` TypeError: Cannot read property 'split' of null at getTrackedFiles$ (/Users/dave/n/lib/node_modules/bulk-decaffeinate/dist/bulk-decaffeinate.js:977:19) at tryCatch (/Users/dave/n/lib/node_modules/bulk-decaffeinate/node_modules/regenerator-runtime/runtime.js:65:40) at Generator.invoke [as _invoke] (/Users/dave/n/lib/node_modules/bulk-decaffeinate/node_modules/regenerator-runtime/runtime.js:303:22) at Generator.prototype.(anonymous function) [as next] (/Users/dave/n/lib/node_modules/bulk-decaffeinate/node_modules/regenerator-runtime/runtime.js:117:21)...

Just thought it was worth raising this issue. For me it adds about 350ms to each request for a compiled file (some pages have 10 or more compiled files) on...

If I call `this.validate()` (without specifying a path) it would be good if it validated all fields just like `this.isValid()`? Is there a reason that it doesn't do that?

It seems that `yarn run install` was a way of forcing yarn to run install scripts and rebuild the module in Yarn 1. ![image](https://github.com/develar/app-builder/assets/26971/1f8e5839-56ba-4cb4-9d7d-6a28648cea55) However, in Yarn 3, it seems...