Ben Timby

Results 35 comments of Ben Timby

For context, here is how I fixed my issue. https://github.com/btimby/nginx-lua-upload-module/commit/0d0c86b75dca14deeb2349fed3b5e1ca82349e64 In my case I was trying to determine the size of a file I was writing to. Seeking to the...

Another backwards compat option would be to add `bigseek()` on lua < 5.3.

No I am not. I don't think the problem is with the type annotation itself. It seems systemic to me, since renaming the attribute clears the error.

I am running the container in AWS. I am scraping using grafana.com cloud account (which for some reason requires authentication). I can place anything I want in front, however, that...

At least add the error to the django check system so that it can be silenced. In my situation, I have ancillary containers that have no need of this library...

https://github.com/llybin/drf-recaptcha/pull/33

A bit more information about postmap: Postfix uses bsddb hash to store this data. Here is some sample code to interact with this data. http://pastebin.com/X2rygT3K It should be trivial to...

Why not just fork and add to PyPI?

Good point, your solution still validates the attributes, disallowing caller from using unknown attributes. I think if `key` is a code, we can warn via logger and proceed to add...

https://github.com/btimby/py-radius/pull/10