-
**Minecraft Version:** 1.21.3
**NeoForge Version:** 21.3.3-beta
**Logs:** https://pastebin.com/TL6ijBxY
**Steps to Reproduce:**
1. Use item tag in GLM
2. Run Datagen
```
add("grass_…
-
Implement fibers on multiple threads, i.e M:N threading model. In addition, implement all the fiber sync primitives to match the kernel thread ones like mutex, condition variable, etc.
-
Even when specifying a local flagsfile, it tries to download one (and fails).
```
python -m shortfin_apps.sd.server --fibers_per_device=4 --workers_per_device=1 --target=gfx1100 --model_config=./…
-
### Description
Since version 8.2.0 when trying to create fiber in a function passed to pcntl_signal an "Cannot switch fibers in current execution context" error occurs.
The documentation says only …
-
Corefiles are important so we could iterate and fix datarace/segfault bugs
Unfortunately with in-memory stores, linux-created corefiles can reach dozens, hundreds of gigabytes.
I would like to e…
-
Fix the old scripts that need to be updated with new FIBERS 2.0 data.
https://github.com/lgragert/srtr-impute-pubsaf2306/blob/main/FIBERS_AgMM_summary_table.py
https://github.com/lgragert/srtr-impu…
-
### Description
on Windows with MSVC, boost fibers has linkage errors and can't be used properly.
MinGW doesn't have this issue. The [prebuilt windows binaries](https://sourceforge.net/projects/…
-
### Describe the bug
Currently fiber-based workers hang in Ruby 3.1/3.2 but work in Ruby 3.3+. Initial investigation is showing that pushing to a `Queue` from a separate thread may not be waking up…
cretz updated
1 month ago
-
@christian-bromann could you please make a new release of `wdio-sync` (`fibers` update
https://github.com/webdriverio-boneyard/wdio-sync/commit/dce97e0482a712660d269beb9b575bd731f26977) and use thi…
-
I'm in the middle of upgrading a rails app from rails 6.1.7.9 to 7.2, and getting some very odd behavior when I'm trying to upgrade the async gem from 2.5.1 to 2.20.0. I'm seeing similar behavior on …