Jesse Shaffer

Results 8 issues of Jesse Shaffer

I have a requirement to run all pods with the "readOnlyRootFilesystem" flag enabled. This prevents things like init scripts changing permissions or creating various symlinks. Has anyone attempted this previously?

In playwright.config.js, I've started working on a custom selector for ExtJS: ``` const { selectors } = require("@playwright/test"); selectors.register("extjs", function() { return { query(root, selector) { if (window.Ext && Ext.ComponentQuery)...

P3-collecting-feedback

**Description** Trying to install Mirantis Kubernetes Engine on RHEL 7.9. Any time I run `ctr i pull `, it fails with **Steps to reproduce the issue:** 1. ctr i pull...

kind/bug

The current template allows for separate hostnames, but they all use the same port for the upstream. I want to proxy the sonatype/nexus3 container, which starts the docker registry on...

kind/feature-request
scope/multiport

The Univocity CSV parser already supports multi-character delimiters, but it does not appear to be exposed through the tablesaw API. We have a provider who formats bulk-insert files using ****...

!JAVA_IN_PATH! is not quoted, causing it to fail if there are spaces in the path: https://github.com/fizzed/stork/blob/c35185c20d05de26aa49eece17cecfb79b337b54/stork-launcher/src/main/resources/com/fizzed/stork/launcher/windows/batch-find-java.bat#L43

This update uses the CFLint API directly rather than run through a command executor. This has the benefit of only scanning files matching the sonarqube inclusions/exclusions, rather than scan the...

I'm getting an NPE running sonar-scanner with the following properties: The problem goes away if I remove the exclusions. I have a feeling I've got a bad exclusion, but I'm...

bug