John Vandenberg

Results 1833 comments of John Vandenberg

It looks like there are some caveats that need mentioning for testing functions. `assert_output` doesnt appear to work: ```sh $ cat funcs.sh function print_a { echo a true } function...

Sure. This allows building with https://formulae.brew.sh/formula/librdkafka , which has headers and libs install into /usr/local

We do have one dev on an M1, and we had a requirement to switch to python 3.10 before the recent release which added wheels, so I had this patch...

It can be done with env variables, but that then depends on whether other tools are all going to play nice. e.g. the package manager like flit/poetry/pipenv/pdm/etc, and pip. It...

What about if I adjusted this so it only adds /usr/local on macos, or explicitly adding [/usr, /usr/local] so that the precedence is clearly /usr is used first if possible.

@edenhill , /usr/local is the correct path on macos, based on the instructions at https://github.com/confluentinc/confluent-kafka-python/blob/master/INSTALL.md#install-from-source-on-mac-os-x . brew never installs into /usr , except for a few binary blob casks from...

I also ran into this, and here is my recipe, still a bit of a WIP trying to reach installation of `ktlint`, and the `if [ .. ]` here is...

I see the "runner" images are documented at https://github.com/catthehacker/docker_images , but not at https://github.com/nektos/act/blob/master/IMAGES.md and IMO the root/non-root distinction is worth mentioning at https://github.com/nektos/act/blob/master/README.md#runners

Notes from #119 , there are many different responses from DRF core https://github.com/ivlevdenis/drf_pretty_exception_handler#features has a nice summary of the four main quite varied response payloads that default DRF emits as...

This also effects https://github.com/SonarSource/sonarcloud-github-action I tried https://github.com/catthehacker/act-fork/tree/vNext for semgrep and sonarcloud; both not working.