-
See https://www.msx.org/forum/msx-talk/openmsx/dalsori-r2-on-openmsx for discussion.
-
### Bug summary
version 1 with semaphore
```
import asyncio
from prefect import task, flow
sem = asyncio.Semaphore(100)
@task
async def print_value(value):
async with sem:
a…
-
Note that `sdspi_host_init_slot `gets called on creation
https://github.com/micropython/micropython/blob/246f3f640dd635f67269bfdbebe23408f77cd2b0/ports/esp32/machine_sdcard.c#L227
but on deletio…
-
```
Answering the following questions is a big help:
1. What version of distcc are you using (e.g. "2.7.1")? You can run "distcc
--version" to see. If you got distcc from a distribution package ra…
-
for a lot of these listed "bugs", i'm not too sure if they're intentional or not so apologies if some of these are as they're meant to be.
Here's my instance folder, if it helps at all
https://driv…
-
### Bug Description
So there seems to be some issues with the Automation of Ad Astra's machienes.
Regardless if hoppers are used, or for examples pipes from Mekanism (Which by the way, simply do no…
-
Reporting client info: Client Information:
BYOND:515.1646
Key:fmgiv
## Round ID:
[7976](https://scrubby.melonmesa.com/round/7976)
## Testmerges:
- [Ports some reserved turf fixes from upstream]…
-
A web or mobile app (or both) with the following features:
- As soon as someone dumps their washing into the machine they update the status of that machine as busy or occupied and once they are d…
-
**Describe the bug**
`rm -rf`'ing a directory via Git Bash (Git for Windows) silently fails.
**To Reproduce**
Steps to reproduce the behaviour:
* Install & configure virtiofs:
```pwsh
…
-
It would be nice to play Victor Martinez's enhanced shmups with smooth scrolling with the added sound expansion too.
https://github.com/bladeba/MSX/tree/master/Enhanced%20Games
There's no optio…