David Backeus
David Backeus
We are also in need of PSD support. Having it disabled by default seems like a reasonable path forward.
ARM support was introduced in the latest release (5.4.0). See announcement here: https://www.crunchydata.com/blog/announcing-crunchy-postgres-for-kubernetes-5-4 I guess this issue should be closed?
Not a fix for reviewdog in general. But for people using reviewdog for running Rubocop in particular, we made an alternative GitHub action for running Rubocop which does proper deletion...
I got the same error on all `browserify-rails` from version 1.5.0 to 2.2.1 (the stacktrace above is 2.2.1 as can be found out through looking at the rubygems directories). All...
Still have the very same error... same line same file but now on version 3.0.0... sprockets-rails is at 3.0.2 and sprockets at 3.5.2.
That's a good point. I guess the message could be something like `Warning: Found multiple config file entries in the KUBECONFIG environment variable. Use talosctl --context kubeconfig to manually generate...
Currently all the examples in https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/tree/master/examples appear to be referencing this non existing image. This implies the [quick start guide](https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/docs/quick-start-guide.md) is also broken. Is there any properly working repository anywhere?
AFAICT this is not only an issue with `execute_batch` but any execution using this gem. This effectively prevents any kind of Thread / Fiber based concurrency from working as expected....
Can reproduce the snippet posted in the PR description on MacOS 4.1.1 using jruby `9.4.5.0 (3.1.4) 2023-11-02 1abae2700f OpenJDK 64-Bit Server VM 18.0.1+10 on 18.0.1+10 +jit [arm64-darwin]`
> We managed to work around this issue by only having RuboCop lint files that have changed in the current pull request Seems like this should be the default behaviour,...