-
In order to support more distros, it would be great to have one of the above. There's surely a way to publish those with a CI at every release. Hopefully it will reduce the size of the executable too …
ghost updated
2 years ago
-
This is the error I get when trying to run 'python dettect.py generic -ds'
```
Traceback (most recent call last):
File "dettect.py", line 353, in
_menu(_init_menu())
File "dettect.py",…
-
This issue is related to an effort in create a pattern design for Pd Documentation. The initiative is started because [Documentation Rework issue](https://github.com/pure-data/pure-data/issues/1300#) …
-
1. Download more royalty free music
2. Shuffle music
3. Support for music from mods placed in "music" subfolder (should be great for traditional soundtrack from nation mod for example)
-
With these definitions:
```vim
hi Normal ctermfg=255 ctermbg=NONE guifg=#ffffff guibg=NONE guisp=NONE cterm=NONE gui=NONE
hi Terminal ctermfg=255 ctermbg=NONE guifg=#ffffff guibg=NONE guisp=NONE …
-
Can I access with termuxarch ?
export LD_LIBRARY_PATH="/system/vendor/lib64:/system/lib64"
export CFLAGS="-I$HOME/OpenCL-Headers"
export LDFLAGS="-L/system/vendor/lib64"
-
**Name of Project: `H.A.L.O. AI’ - Hypercube Algorithmic Language Oracle**
**Proposer:** `P.e.a.c.e. !nc. https://github.com/Agent-Aslan`
**Proposal Category: ** **app-dev - core-dev - resear…
-
Hello
Sorry if this has been asked before, but i could not find anything about it.
I have tried both installing from Pacman and from AUR using Yay, but the result it the same.
I have read through…
-
Hi,
Any chance of a VST3 for MacOS? If not, is your code (source) suitable for Xcode (Mac compiler, C++), so I might give it a try?
KR, Sjoerd
-
Currently goroutines are only preemptible at function call points. Hence, it's possible to write a tight loop (e.g., a numerical kernel or a spin on an atomic) with no calls or allocation that arbitra…