-
**Steps to reproduce**
1. git clone https://github.com/OutSystems/CefGlue.git (currently on commit `769662f9aec9f8e36848dd3f5bfc314dfeda236b`)
2. cd CefGlue/CefGlue.Demo.Avalonia
3. dotnet restor…
-
## State your operating system:
Linux gtk2 / cli
## DesMuME version
git master
## Issue
at least in the game "captain america (u)", using above frontends, the zlib streaming of a .zip archive…
-
Downloading appimage for linux installation is the worst. It should be properly installed. We need `.rpm` and `.deb` packages.
-
# Problem
There are a couple of problems with the Linux build script for the GUI that create friction for newcomers to the project.
1. The script reinstall `Netbeans 12.3` and `SWIG` every time …
-
Building version `0.0.125` on 32 bit fails with
> attempt to compute `184_usize - 192_usize`, which would overflow
```
cargo ndk -t i686-linux-android build --release
...
error[E0080]: eval…
-
I think this is a result of a newer C++ version being used by default. Compilation fails with
```
TIVTC-1.0.29/src/common/fixedfonts.cpp:32:24: error: ‘uint16_t’ was not declared in this scope
…
-
On modern Linux, eBPF is available to do advanced filtering.
In some circumstances, the extra muscle brought by filtering early and in-kernel in zero-copy mode is critical.
One such use case is fil…
-
So the only solution i can think of is using mkbundle to make it x86_64 build so you won't have to install mono.
The only other thing needed is box64. If you install mono on an arm64 machine, it wi…
-
### Proposal:
Almost all read actions in searchd go through [sphReadThrottled()](https://github.com/manticoresoftware/manticoresearch/blob/8d5a9bfcf549bbf0eeaf6410230e9cb9caa07162/src/fileio.cpp#L1…
-
Hi,
On Linux, if a file is deleted while a process still has a handle on it, the disk space is still used, but not visible on the FS (ls, find.. will not find it). This is a common sysadmin issue, …