Florian Hars
Florian Hars
If you start http://0x10co.de/htg6u it will echo every (ascii) key on the screen, and return does work, too, but if you hit tab, the program will not see it (and...
### Description I'd like to read https://github.com/Xaymar/obs-StreamFX/wiki/Filter-SDF-Effects linked from the main wiki page to understand how that filter works, but that page doesn't exist. I tried to apply that filter...
`ShouldColorize::from_env()` completly ignores wether it runs in an environment that is capable of displaying colors or not and always generates color control codes. Steps to reproduce: 1. Write a test...
If the displayed text (like the doc comment for the cortex_m_rt crate) is longer than the box used by lsp-ui-doc, it is impossible to read most of it. You can...
If the width of the box lsp-ui-doc decides to use is wider than the editor window, it will happily display most of the content in the invisible area outside of...
I just tried to use the template, and npm complained about ``` ~/src/phaser3-typescript-project-template$ npm audit === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require...
As far as I understand the code, all clock calculations in `freeze()` use the last sysclk value specified with either the `sysclk()` or the `sysclk_with_pll()` methods, but if `sysclk_wit_pll()` has...
The JUnit XML output logic just puts all log output into a CDATA section without handling characters that are illegal in XML (like control characters), This will for example happen...
If you share a webcam (in Chromium 87.0 or Firefox 84.0 on Ubuntu 18.04 LTS) and then open the view url on either the same or another Linux machine (Ubuntu...
The first (few?) draw requests after a large rectangle will be garbled. Until the "safer DMA transfers" have landed, it may be better to block the call if a transfer...