Jure Cerjak

Results 11 comments of Jure Cerjak

Judging from another [comment](https://github.com/fluent/fluent-plugin-s3/issues/34#issuecomment-281685528) on that issue, this [commit](https://github.com/fluent/fluent-plugin-s3/commit/5e54fc095dc0c04869701024ff4dae795e11205d) message and [another comment](https://groups.google.com/d/msg/fluentd/Vvok7FTVuq4/UZZAz07KBAAJ), it looks like more permissions might be needed. It would be very beneficial to have a definitive...

Please add a big fat warning in the Sentry docs, also got bitten by this :/

Thanks. Maybe also consider some automated way of sanitizing secrets, since with manual whitelisting approach this could happen again (and it happened before, e.g. in #601). And please check if...

Explicitly pinning versions in a library is obviously not desired. But the world is dark and full of terrors: either a library is not well maintained, or it needs to...

Here is a quick [proof-of-concept](https://github.com/jcerjak/pip-tools/commit/3fc0ca009bb582dc6ec7e1aae3937b2991afa2ef?diff=unified) how this could work. Example `requirements.in`: ``` vero==2.0.0 requests==2.18.4 ``` Default behavior (unchanged): ``` $ pip-compile Could not find a version that matches requests==2.18.4,==2.7.0 ......

Thanks @vphilippon for a timely and thorough response. I do agree that ideally this should be addressed at the lib level, though sometimes you want to have an override switch...

> Actually, I'm mainly pip-tools to help keep reference of why libraries are in my requirements.txt in the first place. Not as nice, but you can manually check why a...

@soedirgo here is a failing test which shows the issue for `insert()`: https://github.com/jcerjak/postgrest-js/commit/9d8b90dca0dbe5e0095f13a8862ff12d1cad4c18

I have a similar problem with `insert()` and I don't know what's wrong with my data. This issue combined with a lack of debugger support makes it hard to develop...