Alex Nederlof
Alex Nederlof
Because `securityContext.readOnlyRootFilesystem: true` boltdb cannot write to `tmp` which it seems to do to update its markers. The log if filled with errors that it cannot perform a write operation...
**Describe the bug** When subscribing to the mailing list using Firefox nothing happens. When using Firefox, all mailchimp code is considered "Tracking code" and therefore blocked. Unfortunately Mailchimp does not...
Dependency `ruamanel` depends on `gcc` to be present (at least on ARM64 a.k.a. Apple Silicon) in the Dockerfile, which it was not. Adding this to the build fixes it. This...
I see in the source of [HipChatJobProperty](https://github.com/jenkinsci/hipchat-plugin/blob/master/src/main/resources/jenkins/plugins/hipchat/HipChatNotifier/HipChatJobProperty/config.jelly) that I can configure different types of notification. However, these are not visible to me in the UI. I can only choose the...
#### Environment details - OS: MacOs - Node.js version: v18 - npm version: - `googleapis` version: `109.0.1` #### Steps to reproduce 1. Add an adapter through the `GaxiosOptions` to the...
### Your environment Chart Version: latest Helm Version: latest Kubernetes Version: 1.26 ## What happened? The helm deploy is stuck, because the deployment is marked as a hook here: https://github.com/1Password/connect-helm-charts/blob/main/charts/secrets-injector/templates/deployment.yaml#L10...
If I were to create a PR that converts the project to typescript, would you consider merging it? I'm making the type definition now for my own project, but I...
### Description We have many TF stacks and a PR gets hit with many "no changes" comment making it hard to find the ones that did change. An option that...
Right now you can only specify elements to click by id or xpath. It would be nice to also allow the Crawler to visit certain URL's. This has the advantage...
We could use [JSoup](http://jsoup.org/) in stead of the Selenium API for HTML parsing. The benefits are that the jsoup API is easier to use, and easier to understand. There is...