Alberto Ornaghi
Alberto Ornaghi
it's related to: https://github.com/Parallels/rq-dashboard/pull/385
any plan to fix this without forcing the user to add the TF_STATE variable or the ./ at the end of the command? thank you
anyone already tested with terraform 0.13? asking before upgrading... [UPDATE] I've upgraded to 0.13 and the issue is still the same and the workaround works even with 0.13. at least...
I get the `onChange()` callback (with or without the specified id) but the issue for me is that the `currentTarget.value` is always 'on', so I can't distinguish when the switch...
facing similar issue, and I can't understand why the try/except is not catching the exception
are you suggesting to add a custom exception handler that only logs the issue and pass without re-raising the exception? or you want the user to be able to specify...
something like this, will be ok? if this is what you mean, I'll create a PR with this changes ``` def subscribe(self): """Subscribe to this worker's channel""" def handle_redis_exception(e, pubsub,...