Bernd Lörwald
Bernd Lörwald
## Example bug report template **Description of the bug** `panic(cpu 1 caller 0xfffffff016c256e4): "Speaker::allocateBuffers attempting to release/re-allocate DMA buffer while DMA is streaming." @AppleARMDMAAudioDevice.cpp:1607` when installing via brew when installing....
I think it would also be a good idea to warn about what is suddenly `sudo`'d. I ran into an unexpected password prompt due to #338, which is surely not...
py3 code has `dbd_grammar.py` which already dumps something EBNF-y based on the parser used, but that needs manual cleanup since it is kind of ugly, uses bad names and stuff....
Assumes ``` test(expected: self(pet).dead) [ !self(pet).dead ] test(expected: self(pet).hp == 0) [ self(pet).hp != 0 ] test(expected: !self(pet).hp.full) [ self(pet).hp.full ] test(expected: !self(pet).hp.can_explode) [ self(pet).hp.can_explode ] -- no pet, no...
Not sure how feasible, but maybe one would like to have conditions for other states than weather as well, to avoid listing many auras in scripts. Drawback is that this...
During installation of AltStore/any app via AltStore, the AltServer host gets crashes of AltXPC, usually twice. Most of the time, the installation itself works fine though. All crashes have the...
Integer literals are allowed to contain `'` separators these days as per [[lex.icon]](https://eel.is/c++draft/lex.icon#nt:integer-literal). The implementation handles them correctly for decimal/octal literals, but chokes on hex/binary ones, if the number of...
Apparently at least in Germany it is considered best practice to add `addr:postcode`, `addr:city` and `addr:country`. Currently only `addr:postcode` is easily accessible and the others aren't even shown in more,...