Johan Walles
Johan Walles
### Expected behavior Running `JedisTest.timeoutConnectionWithURI` over and over should yield the same result every time. ### Actual behavior I ran it five times from inside of IntelliJ. Attempts 1 and...
I wrote [this script](https://github.com/walles/mvn-testalot) and ran it on aa0158c: ``` mvn-testalot.py 50 ``` While that is running, you can do... ``` mvn-testalot.py report target/testalot ``` ... to get an intermediate...
Starting revision 5cb4e9f988cc7150374db3b3dad383281eaf7c8d (from PR #404) in Docker (compose) I get the below output. Note also that it `exited with code 0` which is weird considering it didn't work. #...
With openapi-cop 5cb4e9f988cc7150374db3b3dad383281eaf7c8d running in Docker, I get a `500` back from the proxy but no indication of any errors. I would expect one of: 1. The original (valid) `404`...
Could you log failed validations on `warning` level, and keep non-failed validations at `debug`? If you have lots of successes and only a few failures this would make the output...
Hello! I can't get the Docker image to work. Am I doing something wrong here, or is the Docker image broken? ```sh ~ $ docker run -it 'lxlu/openapi-cop:v1.3.2' internal/modules/cjs/loader.js:638 throw...
If a newline is replaced with a space character, or a space character is replaced with a newline, don't highlight this. This is what happens when rewrapping text, and I...
# Instructions # Result ``` /tmp $ go get github.com/zRedShift/mimemagic/v2/cmd/mimemagic go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a...
By not loading styles until they are needed. This takes [moar](https://github.com/walles/moar)'s startup time down from ~25ms to ~18ms on my machine. One potential downside of this change is that `NewEmbeddedXMLStyle()`...
Suggestions: - [ ] Make the tree mode default - [ ] Add a tree mode screenshot to the README? - [x] Don't indent the init process (PID 1), that...