-
Repro:
scarb 2.8.3
clone https://github.com/kkrt-labs/kakarot-ssj on main
`scarb build -p contracts` - builds the required contract with some debug print logs
clone https://github.com/kkrt-labs/…
-
With new 3.24 flutter version DAP shows error when starting an app. No breakpoints are set manually, but it tries to stop. Sometimes it stops at some random spot in framework code, sometimes it shows …
-
Hello, my research specifically demands simulation with simultaneous multi-threading. At this point, I understand that SMT is not supported in the simulator. My question is whether there is a plan to …
-
### Describe the feature
For high CPU investigation by the java process, the thread-level CPU usage (with top command) is also captured along to the thread dumps (jstack).
It would be helpful to …
-
**Version and Platform (required):**
- Binary Ninja Version: 4.2.6304-dev (65f49c87)
- OS: macOS
- OS Version: 15.0
- CPU Architecture: M1
**Bug Description:**
There seems to be performance is…
-
Under the hood `async_stream_zip` uses `threads` as a layer over the synchronous `stream_zip` function. Would you accept a more flexible 'pure-asyncio' implementation? This would still allow running `…
-
Hello, I had this question [here](https://github.com/nunit/nunit/issues/2223#issuecomment-2349567178) and I put together sample runnable project [here](https://github.com/vmachacek/nunit-playwright-sa…
-
I want to use the circuit breaker in a multi threaded setting where each thread is making an API call. I wanted to know will it be thread safe as I don't see usage of any locks in the code.
-
I'm guessing I'm fundamentally doing this wrong/in a poor form. Currently I am just trying to get a simple http server built on top of sockets and zig-aio. The performance tends to be quite sporadic. …
-
Should a classifier be added for free-threading support? It might be obvious if a package provides binaries for free-threaded variants, but it would be nice to declare support for things like build ba…