Ben Drucker
Ben Drucker
Since there are no sub-commands now, users may just stick `chdir` on the end: ```sh tflint --init --chdir foo ``` So it will be somewhat disruptive but probably the right...
Adding configuration to the plugin block creates a need for repetition and an opportunity for divergence. The real use case here is to provide different tokens per plugin host, not...
Per the discussion in #208, I don't see how we can get past this. The only way browserify-shim has available to look up the relevant configuration is by traversing upwards...
The specific issue here is that: 1. browserify-shim is configured via `package.json` (not uncommon) 2. browserify-shim can be configured by _any_ package in the tree, via the nearest ancestor `package.json`...
Browserify passes the original file path to the transform so AFAIK we have no way to get the symlink's path, only the underlying realpath.
A repo concisely reproducing this would be a huge help. Otherwise, I'll try to make time for this in the next couple weeks.
Nope, haven't had an opportunity to look
That's correct. Right now you can just mutate `MockFirebase.prototype` so that `ref.onDisconnect` is an identity/noop. Otherwise online/offline support is on my list.
Yeah I think this is typically a sign of code smell but worth implementing anyway for consistency. It's worth noting that it's not possible to exactly match the native behavior....
Yeah I'm more just throwing this out there for someone's info if they happen to have a one in a million use case. Right now you can do this without...