-
### Problem description
When a wine launch in desktop mode, for some reason, it automatically closes after some minutes. Also, when compiling with mingw-w64 for aarch64, it can't run C++ code, only C…
-
It looks like some antivirus are now flagging ExeFilter releases (and even the master zip from the github repo) as malware. It is obviously a false positive, and I guess it's due to some test files bu…
-
### Description
I try to install dotnet-sos to get an ability to debug dotnet programs on mac, but after installing it according to [this manual](https://github.com/dotnet/diagnostics/blob/main/docum…
-
I'm curious if there is a Epoch guide page for "using" it not "installing".
Also I get an cmake error when pushing the gear button.
```
Generating code for: platform:/resource/RegressionTest/sr…
-
In order to avoid a sequence of issues reports, although some bugs was fixed recently, I notice that my research software that use wxWidgets when running on Darling will display the same errors.
Thi…
-
BeebAsm appears to build with no errors on my iMac G5 (OSX 10.5.8), but whenever I try to assemble something, the fans ramp up quite a bit and it hangs indefinitely
-
Hello, I am new at github and I tried the PLI-2000 compiler in windows (command window) with a very simple HelloWorld programme:
Hallo: proc options(main);
put skip list('Hallo Welt!');
e…
wtr37 updated
10 months ago
-
The "pub global activate" command currently creates a bash script that executes a "pub global run". Instead, pub could use the `dart2native` tool and place the binary directly in `.pub-cache/bin`.
-
**Describe the bug**
An execution of the two attached programs under drrun.exe ends prematurely likely due to an engine crash, as a client cannot intercept it as an exit event or exception. In one pr…
-
Example go program:
```
package main
import (
"math/rand"
"time"
)
func randomsleep() {
time.Sleep(time.Duration(rand.Int63n(1000)) * time.Millisecond)
}
func m…