Rasmus Thomsen
Rasmus Thomsen
### Description: It appears that MellowPlayer doesn't scale correctly (at least on GNOME). See the attached screenshot. Only tested on Wayland, but I guess it'd look the same on X11?...
Today Qt officially announced that they're going to deprecate QBS in favour of CMake: https://blog.qt.io/blog/2018/10/29/deprecation-of-qbs/ Packaging of MellowPlayer has been rather difficult with QBS, some distros (e.g. Void Linux) won't...
Otherwise programs using the bindings can SIGSEGV when using the structs due to size mismatches.
Hello, right now lite assumes that the lite binary will be right next to the data directory - but that might not hold true in practice. E.g. linux distros would...
Hello, I assume this is licensed under the MIT like lite, but a license file/license headers would be required to actually make that clear
**Describe the bug** Right now if the user creates a new .vala file and forgets to add it to meson, code completion doesn't work in the file and every type...
When I have a struct like: ```rs #[derive(Debug, CompositeTemplate)] #[template(resource = "/dev/Cogitri/test/ui/my_window.ui")] pub struct MyWindow { #[template_child] pub add_data_button: TemplateChild, } ``` And init it like so: ```rs fn new()...
The terminal can probably be kept pretty minimal, but it'd be nice if it had a context menu and shortcuts to copy messages from it.
Hello, currently boost-stacktrace with the `backtrace` backend will call [backtrace_create_state](https://github.com/boostorg/stacktrace/blob/08d720adbd01c0187af256eb491cffece7e87857/include/boost/stacktrace/detail/libbacktrace_impls.hpp#L104) once for each thread. This creates a memory leak since each time a new thread is created, a new `backtrace_state`...
It'd be nice if DCD allowed doing shared linking against its dependencies