-
In the push implementation, `closed` is checked before the mutex to the channel is locked. This means a could check that the queue is not closed, but have it be closed while it acquires the mutex, pus…
-
I just started using the PDFKit. The following works after calling "doc.end()":
```
// ... doc.end()
setTimeout(() => {
res.download(`www/${fileName}`);
}, 3000);
```
but this ret…
-
**Describe the bug**
I'm developing an extension that runs notebooks automatically. When the notebook has ipywidgets widgets, these are not working until I re-run the notebook manually.
**Code sam…
-
Hi, this might be a user error, but I got the examples working and got correct bug reports.
But the following code:
```
[Fact]
public async Task Test()
{
long counter = 17;
var t…
-
I'm using your component in Home Assistant with a DSC security system and generally it is working well. However, last night I had an issue where closing a door showed up as closed in HA, but then imme…
-
**Version**
current git master
**Platform**
Linux (any really)
**Description**
I'm using hyper with curl.
When we do multiple transfers with curl it tries to reuse a connection used in a p…
-
Hi everybody, since a few days we're seeing "random" failures in our CI due to `distributed` emitting:
```
tornado.application - ERROR - Exception in callback
Traceback (most recent call last):
…
-
My ignite host got into this state just by starting some VMs concurrently when the kernel image hadn't been downloaded yet:
```
ubuntu@ns1003380:~/testfaster/backend$ sudo ignite kernel list …
-
Hi
i found a race condition when i have multiple consumers that ready to take "shard"
and then 2 consumers start to consume messages from the same shard, but one of them is getting an exception on t…
-
I think there is a race condition in the telemetry sender code, which can lead to incorrect warnings about delivery timeouts.
* A timer is set up to expire after the timeout
* Marks the timeout …
ctron updated
4 years ago