Otto Rask
Otto Rask
Hello. I want to submit a PR, but am not certain how to structure the tests as they with 99% certainty require some level of mocking (php.ini reading) I think....
How are accessibility concerns handled in Azul? As in if I create a GUI with it, can blind users read the UI via screen readers or other methods? Or is...
I'm following this for learning purposes. All is well until the first `kubeadm` command. I am receiving preflight errors regarding memory and swap: [ERROR Swap]: running with swap on is...
See https://github.com/kubernetes/kubernetes/issues/58610 When the CPU count is large (e.g. I had it at 12 which is the amount on my host), conntrack hashsize may need to be increased when starting...
I'm using `mdpdf` to generate documents with a custom CSS stylesheet. In my CSS, I have ```css body { ... font-size: 20pt; ... } ``` and I invoke `mdpdf` as...
I've installed Ansicon 1.66 using the x64 `ansicon.exe -i`. I can see the `AutoRun` key in the registry has changed to use Ansicon. I'm on Windows 7 Pro x64. I...
As `qm/process` is seemingly deprecated (contains a backcompat notice above the hook), I though some more documentation was needed on the `qm/dispatch/` hooks. One use of the `qm/process` hook was...
I have a tool I'm writing and want to bundle it up with box. It has a spot where it `eval`s code, but before that it must include a new...
| Question | Answer | ------------| --------------- | Infection version | 0.13.0 (`infection.phar --version`) | Test Framework version | PHPUnit 8 | PHP version | 7.3 (`php -v`) | Platform...
I'm currently struggling with the following: - Server with x amount of users, each can use SSH to log in - Each user has a generated Satis repo in their...