Isolus
Isolus
Even if it doesn't make any difference according to the standards, there is one in practice. For example, rspamd increases the spam score for `Mime-Version` (instead of `MIME-Version`). Some time...
I have a lot of responses where some fields are always the same. So I tried to use an embedded struct like this: ``` type Status struct { Code int...
As mentioned in #76 I created a fork of CFSSL that has just enough functionality for this project. So the incredibly large amount of dependencies of CFSSL is avoided (to...
When I run the following minimal example on Manjaro Linux / xfce4-terminal (0.8.10) or on Mac OS X 10.14.6 / Terminal ```go package main import "github.com/peterh/liner" func main() { line...
### Description Using whitespaces in test function names lead to an orchestrator crash. ### Steps to Reproduce Create a new Android Studio project, add the orchestrator, create a test function...