Ben Drucker
Ben Drucker
Yeah, Firebase has a ton of validation logic that we're never going to fully replicate. Not that I'm not willing to try to create parity where possible. Just that you...
This isn't going to happen right away because I'm not willing to patch this for transactions and ignore every other write method that validates its inputs.
This will be implemented in 1.0 by running user inputs through [to-firebase](https://github.com/bendrucker/to-firebase). If you really want this now, I'll take a PR to master that runs all write method input...
I've mentioned this in the past: https://github.com/terraform-linters/tflint/pull/841#issuecomment-658415116 Walking upward is simple/consistent. I played with it on a branch a while back and just didn't finish. The facilities to merge configs...
In a large repo, putting the config at the top level leads to bloat and divorces the config from the relevant context (module). In other words, if you want to...
> I'm hoping CI accounts for that I tried to make that happen in #251. The test suite is badly broken. Having second thoughts on whether this is in a...
Sure, thank you! The difficulty is that this previously ran on iojs via Travis and wasn't kept up to date. So there's a mountain of dependency upgrades with cascading relationships...
No luck, `test-peer-range` instead up running `npm install browserify` which installs latest. That's a bug but this module is so behind that fixing/installing it is a hassle. I've exhausted the...
> Note that changing peer deps is a breaking change. For these very old versions it's an error if the range doesn't match and so more clearly breaking. I thought...
I don't have an outline of what's left to do. I can provide a little bit of support here and there if needed.