Byeong Gwan
Byeong Gwan
Context: Just learning about swift-distributed actor and system. I tried to make WorkerPool to adapt ClusterSingleton protocol to use it as single instance. `extension WorkerPool: ClusterSingleton {}` Then Xcode compiler...
It is clear that javascript is not supported under multi thread environment, but I suppose some components should handle multi-thread. 1. Promise-Like Promise is good option to express concurrent control...
It seems GraalVM under nodeJS does not garbage collect native object well. I have simple Node-addon-api base native addon which create Napi::ThreadSafeFunction to use in JVM ```c++ #include #include #include...
## Prerequisites dev branch: e188b4c50955105717b223862c4e26e4777852ea ## Quick summary High `mvau_wwidth_max` cause `step_hw_ipgen ` to fail, so only very low value of mvau_wwidth_max is valid for configuration option ## Details I...
It would be really nice to have docker container environment for SD build flow. Since it will be more lighter than pure virtual machine and get benefit from prebuilt image....
I have my simple console echoing script. (python3.12) If I run this using pycharm's run configuration this works normally echoing the console input back to stdout. However any other running...
Thanks for this brilliant project. I found that some Nodejs Api which act as a builder pattern cause a cricular reference in this project which makes it crash. ```kotlin class...
### Description It seems like `async let` is not working well with isolation checking. I'm trying to make backport feature of `DiscardableTaskGroup`. Thanks to generalized async-sequence evolution with backport of...
This PR fixes #63 which was caused by CELT C-Flag. Also implement condition to not include `UIKit`, which cause the macOS build fail