Carlos Vergara
Carlos Vergara
It currently says it cannot load them from the relative path it is attempting to. It should be able to without much issue, but I currently do not really have...
Is it possible to have a kind of row that could contain 2 or 3 or N inputs inside it? Does form-gen have the concept of rows?
Hi! For a toy project of mine I used `koa-views`, which uses `consolidate`, and noticed that the way `consolidate` does requires chokes up `esbuild --bundle`, causing me to have to...
This block: ``` "main": "js/src/app/bootstrap.js", "browserify": { "transform": [ "browserify-shim" ] }, "browserify-shim": { "./js/vendor/history.js": "history", "./js/vendor/bluebird/js/browser/bluebird.js": "bluebird" } ``` Generates a proper JS when using browserify 13.0.0 , but...