-
## Bug report
**Required Info:**
- Operating System:
- Ubuntu 20.04
- Installation type:
- Both binaries and from source
- Version or commit hash:
- Galactic (binaries) and mast…
-
```
When a build fails, it's common to want to manually re-run it immediately after
a fix.
My current solution is to stop the xinc process, modify the project file to
specify buildalways,
possibly…
-
```
When a build fails, it's common to want to manually re-run it immediately after
a fix.
My current solution is to stop the xinc process, modify the project file to
specify buildalways,
possibly…
-
```
When a build fails, it's common to want to manually re-run it immediately after
a fix.
My current solution is to stop the xinc process, modify the project file to
specify buildalways,
possibly…
-
This came up multiple times, now with JUCE 6 it should be easier as it was with the old CMake system.
Question would be what features are possible in a DAW, and what makes sense.
Would you crea…
-
This issue is supposed to be used to discuss and answer the following questions
- Which programming language do we want to use to implement the MSH
- What is the main platform that the MSH should run…
-
As a Salt user getting into deeper module writing, I've found the various message busses to be very confusing.
When an event is published, it can go (as far as I know):
* A minion bus (each minion…
-
I really love this package, but unfortunately, it has become unusable for me. I have a small collection of notes (45 markdown files). Whenever active, atom-notes makes editing and traversing the tree-…
-
I'm having trouble with `red:connect("unix:/tmp/redis.sock")`. It does not appear to be working.
Full code snippet
```
local ok, err = red:connect("unix:/tmp/redis.sock")
if not ok then
ngx.log(…
-
The python implementation is desperately slow.
Might have to rewrite this in C if we want to go faster.