jeberger
jeberger
When attempting to run Catia on Pipewire instead of Jack, Catia crashes with: ``` Traceback (most recent call last): File "/usr/share/cadence/src/catia.py", line 1428, in gui = CatiaMainW() File "/usr/share/cadence/src/catia.py", line...
Background: I don't have a full DE environment, I use AwesomeWM plus some KDE services (eg. kwallet) as appropriate. Now when I start an application that relies on qtkeychain (eg....
On french keyboards, the `[` and `]` characters are obtained by pressing the right `Alt` key (commonly called `AltGr`) along with the `(` and `)` keys. For historical reasons Windows...
Would it be possible to add information on CPU cache sizes, as returned e.g. by the lscpu function on Linux or by GetLogicalProcessorInformation on Windows? Thanks.
In [`run.h:131`](https://github.com/okuvshynov/b63/blob/master/include/b63/run.h#L131), the `baseline_results` pointer is reallocated once for each counter, but it is only freed once in all at [`run.h:145`](https://github.com/okuvshynov/b63/blob/master/include/b63/run.h#L145), meaning only the last one is freed and the...
In [`counter.h:146`](https://github.com/okuvshynov/b63/blob/master/include/b63/counter.h#L146), the final `\0` is not copied, which may result in a buffer overflow and a wrong value for the counter name.
It would be nice if scaladoc comments could be coloured depending on their contents (i.e. use a different face for `@tags` and for wiki markup at least). I've given it...
The default avatar (genericPerson) is pure white, which makes it invisible on a white background, like for example in the list of retransmissions. I suggest adding a thin grey border...
The icons from the editor toolbar are not visible if the server is running on Windows. This can be fixed by replacing calls to `os.path.join` by `posixpath.join` in `widgets.py` ##...
To [2.2 `macro_rules!` / Captures](https://danielkeep.github.io/tlborm/book/mbe-macro-rules.html#captures) as per [RFC 1590](https://github.com/rust-lang/rfcs/pull/1590).