dave-shawley

Results 15 comments of dave-shawley

For posterity, I ran into this on the SQL injection check for calculated SQL and I could `# nosec` the multi-line string literal.

> My understanding is that the setup command, as another interface to Safety, should be adapt itself to such context. So, instead of allowing users to pass any argument as...

I just ran into this. The documented usage is: https://aiopg.readthedocs.io/en/stable/core.html#aiopg.Pool.cursor When I try this in Python 3.8.4, it does fail since `cursor()` is a co-routine instead of a async context...

FWIW, I am seeing this on macOS with 6.6.1 _after running autogen_. The tests are still running but the failures so far have been similar to ``` **** dT 0.000...

I'm not sure that the most recent libtool actually works with macOS 11. I expected that [line 1079 of libtool.m4](https://git.savannah.gnu.org/cgit/libtool.git/tree/m4/libtool.m4?h=v2.4.6&id=f09d00cbcf924c378573163e244fffeb8d28005f#n1079) to mention `11.*`. I did tweak _configure_ locally and the...

@bdarnell that is what I had suspected. I can't say that I have encountered anything really making use of cancellation in the wild but I figured that I'd note this...

@asvetlov I'm planning on submitting a PR for this to add a few more defaults (eg, postgresql, amqp, etc). Do you have a preference on function names to manipulate the...

FWIW I'm seeing the same behavior with v2.24.3-desktop.1 and v2.24.6 on an Apple M2 laptop ``` Docker Compose version v2.24.6 Client: Cloud integration: v1.0.35+desktop.10 Version: 25.0.2 API version: 1.44 Go...

I went a step further in trying to figure this out because having `docker compose ps` take ~10s is killing me. I found that `~/.docker/cli-plugins/docker-compose` is considerably faster than `~/.docker/bin/docker-compose`....

I reverted back to my installed version since I was seeing the same behavior in v2.24.6 ``` % docker compose version Docker Compose version v2.24.3-desktop.1 % ~/.docker/cli-plugins/docker-compose version Docker Compose...