drws

Results 111 issues of drws

If I'm not mistaken there's currently no way for an outside application to query the state of effects (whether they are currently enabled). This would enable third-party tools to incorporate...

The binary name `scan` is a very generic one, already-present in many different packages. There are conflicts. Please choose a less-generic global binary name than a simple `scan`. User can...

CPU load and I/O can have great variance so it is sensible to show average values as well. A Windows example would be the average transfer rate line in copy-indication...

Compiling on Arch Linux or Arch-based distros (Manjaro, EndeavourOS, etc.) results in: 2d_graph.cpp:367:3: error: reference to ‘byte’ is ambiguous Not sure where the issue is (could be the [package](https://aur.archlinux.org/packages/berusky)). Also,...

Currently ESPAsyncDNSServer includes [ESPAsyncUDP](https://github.com/me-no-dev/ESPAsyncUDP) with `#include `. However, AsyncUDP [is natively included](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) in arduino-esp32 [since 2018](https://github.com/espressif/arduino-esp32/commit/a59eafbc9dfa3ce818c110f996eebf68d755be24) and can be included in Arduino ESP32 projects with `#include ` only. Currently, this...

Just built CyberEther on latest Arch Linux and there seems to be an issue with X11 GUI: > cyberether --no-hw-acceleration --no-validation --no-vsync JETSTREAM [INFO] | ----------------------------------------------------- JETSTREAM [INFO] | Jetstream...

`cyberether -v` currently prints the version information. This is very unfortunate since `-v` is a de facto standard switch for increasing the verbosity. Please don't use `-v` for anything else...

**Describe the bug** During an ongoing connection attempt user cannot exit the client or stop the ongoing operation. Only when the streaming starts (or connection times out) user is again...

### Affected Version `yay v12.3.0 - libalpm v13.0.2` ### Describe the bug The issue is observed when (re)installing/updating [`ddccontrol`](https://aur.archlinux.org/packages/ddccontrol) and [`gddccontrol`](https://aur.archlinux.org/packages/gddccontrol) at once. The former is the backend and CLI...

Type: Bug
Status: Triage

**Is your feature request related to a problem? Please describe.** Currently the error-confirmation dialog contains only _Help_ and _OK_ buttons. Some errors can be aleviated by reconnection so there could...