Dan Flettre

Results 62 comments of Dan Flettre

Oh interesting! If the `// sheetify` comment is removed from here: https://github.com/jhammars/bankai-import-hello/blob/master/src/index.js#L1 Then it works! I think this is related to https://github.com/stackcss/sheetify/issues/131

Solution will be similar to #262 I think

I think this is great! Does it make sense to add a small note to the README about this? It could lead to surprising behavior for folks who rely on...

I believe its `--quiet` :) ```bash bankai --help $ bankai [entry] [options] Commands: build compile all files to dist/ inspect inspect the bundle dependencies start start a development server Options:...

Well, I have something kinda working that might help this... I hacked together a version of `ui.js` that will log to stdout instead. ![simple-logs](https://user-images.githubusercontent.com/360233/32917411-b74b80b6-cae4-11e7-921d-4aeb57f3fba3.gif) This allows `bankai` to be used...

pushed WIP code to branch if you're interested in seeing it (not merge ready hehe) https://github.com/choojs/bankai/compare/simple-logs

I see a relevant TODO :) https://github.com/rvagg/learnyounode/blob/master/exercises/http_uppercaserer/exercise.js#L65

One of the main principles of standard is "No configuration". I feel like this goes against that principle, so I'm not in favor. Extending `eslint-config-standard` directly with additional rules and...

We currently have a way to define globals via `package.json`, perhaps we need a way to define unused vars too?

Roger that, @rstacruz! That should be a way to get around the error for sure!