Joan Bruguera Micó
Joan Bruguera Micó
I have been using this project and have found what (AFAIK) is a bug in the exception filter match checks, and also a potential enhancement to the filter match checks...
As mentioned in https://github.com/k3s-io/k3s/issues/24#issuecomment-461989680, the br_netfilter kernel module needs to be loaded for container networking / DNS to work (e.g. `nslookup google.com`). As far as I can see this is...
In multiple commits between 1.6.6 and 1.6.7, some objects that derive from QObject were added which do not have their own heap allocation, but rather are global variables or live...
I am running Orion 1.6.7 on an updated Arch Linux install and I am having crashes that seem to point to some memory safety / corruption issues. The crashes seem...
## Steps to reproduce In a typical Linux graphical environment, you can open a GUI application to run in a Docker container by forwarding a few files and environment variables...
## Description I was taking a look into how RUA build sandbox works, and I noticed the following: 1. [The directory containing the `PKGBUILD` is mounted as bound as a...
### Problem Description After upgrading my Arch Linux system with a Ryzen 5700G APU to ROCm 6.0.0, running pretty much any OpenCL application (see below for an example) fails. In...
**Affected version:** wxParaver 3.8.1 **Steps to reproduce:** * Open wxParaver * Load any trace * Load any configuration (e.g. hardware counters IPC) and open its associated timeline window * Maximize...
This adds handling for scroll events (e.g. mouse wheel) to the hotspot callback equivalent to the fallback in `process_discrete_scroll`. While this may seem redundant (and in many cases, it is),...
moc.py was recently refactored by f648cb607f1c ("py3: add new helper: get_replacements_list"). This causes it to fail when MOC is started, because the code has two variables: * `moc_data`, which is...