Steinn Eldjárn Sigurðarson

Results 10 comments of Steinn Eldjárn Sigurðarson

Since I seem to make a lot of mistakes resulting in `TypeError` when I'm developing, this afternoon I wrote a little hack/workaround to trap&wrap view originated TypeErrors. I'm sharing it...

I just checked the kappa requirements and noticed boto3==0.0.22 there, so I cleaned my venv and installed that version: ``` $ pip freeze boto3==0.0.22 botocore==1.0.0rc1 click==4.0 docutils==0.12 futures==2.2.0 jmespath==0.7.1 kappa==0.3.1...

I just tried your workaround @davidmontoyago thanks! @SeanHayes if you're still wondering, this goes in your circleci yaml next to the docker image your job is running in. Here's a...

I'd like to port my EKS authentication from https://github.com/steinnes/pykubeks/ over to this project, however I am unclear on how you'd like this to be implemented as a plugin? I'd rather...

That seems like a fine place to start. I'll take a look and see how it goes! On Fri, Aug 30, 2019 at 6:33 PM Henning Jacobs wrote: > @steinnes...

Thanks for the suggestion guys, I'll add a LICENSE file here. Sorry but this hasn't been very actively maintained by me in the last few years, I suppose it succumbed...

Agreed. The timing should be emitted after the response is sent to the client. It might be interesting to see the total time however, and subtracting the time-to-response from it,...

I am not finding the time to work on it at the moment, but I did come up with a rough design for how I'd like to reengineer this middleware...

Sorry for the late reply @adriangb but this is currently the expected, but obviously not terribly helpful, behaviour. I have made some plans which I partially explain in the now-close-to-3-year-old...

I did not expect them to be included when I wrote this, although I had every opportunity to read the source and be aware of it, it did come as...