Philip Hofstetter
Philip Hofstetter
When used with `ping6` from OSX (10.11.1), the output is not parsed correctly and no graph is drawn. ``` pilif@rikku:~| ⇒ ./prettyping -6 www.google.com ▁ 0 ▂ 10 ▃ 20...
if a workflow causes a job to not run (due to a false `if` condition), don't treat the job (and thus the whole workflow) as cancelled. In our case, we...
This is not a problem when using GitHub-hosted runners which will be destroyed at the end of the job, but in case of self-hosted runner, a runner will stay running...
sacy doesn't respect tags that are inside HTML comments. ``` ``` would still be processed. A valid workaround is to use Smarty comments to temporarely remove links / scripts from...
While the server already creates and stores an update key with each alias, this is currently not used. The REST-API doesn't expose any way of deleting an alias once it...
Right now we are doing too many requests for the initial page load. We should try to consolidate all the JavaScript into one file.
Currently `tempalias.js` needs to be manually started in the background and really dislikes having its stdout and stderr taken away by disconnecting. That's ugly. Find a way to background ourselves.
### Feature request This is tangentially related to #11177. If one erroneously ignores the same identifier (or message) twice for the same file, the same code I pointed to in...
### Bug report In the attached snippet, `function foo()` is not analyzed (dumpType has no effect, but neither would any other code issue) Observations: * If `exit(0)` is moved after...
https://psalm.dev/r/70ba038824 If you do what psalm says you're supposed to do and add the `Override` attribute to the trait method, you will create invalid code that PHP refuses to run...