Owen Densmore
Owen Densmore
I have a repo, https://github.com/backspaces/as-app3d, using squash to minify Rollup bundles. Using the minified bundle fails with a browser error. The minified bundle is mal-formed. In the example I give...
When I look at the console on a docco html page, I see these errors on safari, chrome and canary latest. Anyway to get rid of these? The value "160dpi"...
[We had a short twitter chat .. you mentioned it'd be good to have longer one.] Both babel and traceur have two workflows: static & dynamic. Static transpiles the es6...
TL;DR: Use of sprites is now static and thus inflexible. Once made, they do not change to match the four sprite-defining agent property changes. Should we make them more directly...
When the constructor argument list for class Model got too huge (thanks Benny!) we wisely converted it to an options objects with readable key/value pairs. While experimenting with performance and...
### Node version (or tell us if you're using electron or some other framework): v15.8.0 ### ShellJS version (the most recent version/Github branch you see the bug on): shx 0.3...
This is not a code related issue but the README.md file: Could you please add https://github.com/ankitskvmdam/clean-jsdoc-theme to the list of themes. It's a bit new so probably wasn't available when...
This is a request for an es6 module version of the project. Generally I'd suggest simple running rollup with the rollup-plugin-commonjs which converts many legacy repos. Alas this does not...
Could you also have an es6 module as well as your umd/iife? You can have your npm package export both, btw, with the module: package.json property, unpkg.com handles this nicely...
Certain uses of grep appear to add extra newlines. Ex: Try something like this: > shx ls '~/Music/iTunes' | shx grep 'iTunes' It acts as expected, producing strings with a...