Andreas Urbanski
Andreas Urbanski
Thank you! I will look more into this. I haven't had any extra time past few months to focus on this, but since a lot of people find it useful...
Thanks, this looks pretty useful. Didn't yet have time to review fully and I have to test it myself first but I might have time to do it on the...
> And these are the relevant options we're using to run oauth2_proxy: @blakemartin How do you go around not setting `upstream` ?
If you don't want to mess with git clone, as a reminder you can do `npm install https://github.com/camitz/aws-cloudwatch-statsd-backend`
Additionally, the same behavior occurs with the `isinstance()` method ```python class A: pass class B: def test(self, x): return isinstance(x, A) ``` ```python In [1]: %load_ext autoreload In [2]: %autoreload...