-
Using a basic golang script, such as the one below that serves a simple webpage, is not properly killed using the Mac OS X version of Atom and atom-script. Assuming the name of the script is 'hello.go…
-
Ignacio Peluaga Lozada writes:
>
> I have been experiencing issues with the testpoint image lately. I created a container using the latest image (4.4.1) and always got "Run did not complete: Miss…
-
I've found that #75295 introduced a regression in the "Rust first then fallback to Python" version of the Mercurial test suite.
I was testing if going from `1.41.1` (previous Debian stable version)…
-
I've been encountering a recurring issue when building a VSCode extension for crux-llvm where killing the crux-llvm process would bring down my entire IDE.
After being very suspicious of VSCode's b…
-
As a result of the changes in master branch, it appears that SCOOP is losing futures without there being any communication issues. The following issues lead to lost futures.
1. execQueue.inprogres…
-
I am trying to bench some data structures with a large number of items in each structure. I would like to have a single `setup` that is called once (and only once) for all benchmark runs, because the …
-
In https://github.com/firezone/firezone/pull/4615 I observed that the portal returns us "unmatched topic" if we send an _event_ that the portal does not recognise.
Currently, we handle "unmatched t…
-
Hi !
I'm trying to generate a series of screenshot from a readable stream using this :
```
var ffmpeg = require('fluent-ffmpeg'),
fs = require('fs');
var command =
ffmpeg(fs.createReadStream(…
-
I'm trying to get duc to perform a specific backup at the end of my main backups (Windows) - basically it's a job to separately back up the Duplicati databases whenever a backup completes.
Currentl…
-
is there any plan to add enable spawn gating (or waiting for spawn) on Windows OS?