-
Because of this behavior (https://github.com/IntersectMBO/cardano-ledger/issues/4017), is it possible to add current governance action deposits as an extra value to the `stake-address-info` query?
…
-
Excuse me !
can you help me press key event on mixer as default browser ?
me using PreTranslateMessage(MSG* pMsg) on C++/MFC for KEY_DOWN,KEY_UP and broadcast key event for all Layer by code
void…
-
# Bug report
### Bug description:
There are two problems with `importlib.reload` regarding thread safety, and both are race conditions.
I naturally assume the function _should_ be thread-safe, …
-
JDK 19 is released with Loom https://jdk.java.net/19/
And they may plan to remove `Continuation` in future, so it should be better to use Virutal Thread directly?
Some of `synchronized` usages nee…
-
## Bug Report
### What version of TiKV are you using?
ALL
### What operating system and CPU are you using?
ALL
### Steps to reproduce
Run under kv_service.rs
```
use kvproto::tikvpb:…
-
hi, the nba draftkings optimizer assigns point guards to the wrong roster position. ie PG at the PF roster position or at the Forward roster position.
code:
`Output
-
I looked at raft_bench.cxx and notice that worker_func will call append_entries, however, the lock is only used to guard numops. When we spawned multiple threads, will these threads call append_entri…
-
Trying to use guard-puma with docker and bridge network, like this:
```
networks:
test:
driver: bridge
services:
rails:
...
networks:
- test
...
```
And container…
Zetrs updated
2 years ago
-
Hello. This code causes a deadlock.
```
#include
#include
#include
#include
#include
#define DURATION 500
#define MUTEX_COUNT 128
std::array mutexes;
void lock()
{
auto durat…
-
If an exception it thrown in handlePost, or any of the virtual handlers, the locking mechanisms will not get unlocked. The locks should be handled by something like std::lock_guard which will unlock …