Giusy Digital

Results 27 issues of Giusy Digital

Hello, I tried out qmplay2 on Arch Linux, Gnome desktop environment. The application is very good, but unfortunately the power management is not inhibited during playback and the screen is...

enhancement

With the new multiband compressor and limiter, there's a need to update the documentation. Besides, Markus guide for laptop should be adapted to the new plugins and there are other...

Hello, I wanted to try this project for watching something on [InfinityTV](https://www.infinitytv.it/) and it works, but I had a little issue. First time I added a new provider using **http://www.infinitytv.it/**...

Hello, thanks for this good software. Anyway, I'm getting an annoying issue. When I exit from fullscreen mode, the main window is resized. I usually maximize it, but going out...

Hello everyone. Through libportal we can request to enable autostart for a specific app. But how can we check if the autostart is enabled for the same app? Is there...

Is there a plan to support new 8.3 version? The following code is correct, but prettier says not. ```php class Foo { public const string PHP_VERSION = "8.3"; } ```...

Hello. I tested on the website and noticed the following rule: ```css left: max(calc(50vw - (1000px / 2)), 0px); ``` Gets converted in ```css left:max(calc(50vw - (1000px / 2)),0); ```...

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

After reading #1771, I wanted to test presets placed in a system config folder. In addition to the common local config `~/.config/easyeffects`, EE looks into system folders given by `g_get_system_config_dirs`...

enhancement

Since it has been made for Ladspa, I tried to do it also for LV2 and I got interesting results. Declared the defaults in the `Port` structure. ```c++ float value...