-
Appreciate your effort for doing something like this. But it would help a lot if we could do it while jumping OS. Please look into that.
-
I think I need help to fix all platform-specific bugs that remains, I am really tired on working on this project for hours a day, in solo, today I have made a lot of work to understand how are the rus…
-
This project in its current state works exclusively on Windows. To make it more accessible, we need to support other platforms, starting with Linux and potentially extending to MacOS. This will likely…
-
## Windows
[This blog post](https://blog.bearcats.nl/perfect-sleep-function/) nicely explains everything we need to know about sleeping threads in windows. TLDR; i ran the benchmarks locally and al…
-
I recently bought a Steam Deck and found that it uses unified memory, allowing memory to be shared between the CPU and GPU. After digging into it, I found that there is about 9GB available to use as v…
-
Now github workflows build.yaml only builds on ubuntu, but to make it cross platform, we need to check Windows and MacOS compatibility. Because of we used docker and make, it shouldn't be much complic…
-
### Description of the new feature / enhancement
As contributor, I want to test DSC resources cross-platform through Azure Pipelines to ensure quality.
### Proposed technical implementation details…
-
We all hope that the web can provide standards that enable developers to create better applications, which:
* function seamlessly across major platforms such as Android, iOS, HarmonyOS, etc.
* are…
-
Since #55, the DLLoader now concatenates a directory path to a library name, which means it could receive a path, but as you know, on UNIX-based systems, the directory separator is `/`, whereas on Win…
-
### Problem
The current build process for `corpora_cli/main.py` does not produce standalone static binaries, which is necessary for ensuring portability and ease of deployment across different environ…