-
Hi there,
I'm a data visualization consultant at a High Performance Computing center, and we don't have configurations for hardware accelerated displays. This limits the kinds of scientific visuali…
-
Migrated from [rt.perl.org#81000](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=81000) (status was 'open')
Searchable as RT81000$
p5pRT updated
2 years ago
-
On some platforms (e.g. Android with `su` coming from Magisk) there seems to be
an issue where BackgroundCommand.send_signal() does not propagate through the
outer `sh` layers to the inner process. …
-
[this-is-my-config.txt](https://github.com/zeit/hyper/files/4530857/this-is-my-config.txt)
```
trap 'kill %1; kill %2' SIGINT
cd /server1;
node server1.js &
cd /server2;
node s…
-
-
It'd be helpful to get a backtrace when an unexpected timeout occurs, like in #13641.
Of course another timeout needs to be used to kill the process completely if it's unresponsive, but I expect th…
-
### Describe the bug
```
❯ d ps --no-trunc -a --filter "ancestor=python-starter-template-javascript:7e37bf093c474f3dfbce2597fcccc449d94788ec-dirty" --format "{{ .Image }}"
python-starter-template-j…
-
If a KeyboardInterrupt (SIGINT) is raised while running a step, then it will be caught, and the output will show the tests as aborted, as expected. However, if this happens to occur while the framewor…
-
Refer to #33 :
> | # | type | Severity | Reported Observations | Comments |
> | - | ---- | -------- | --------------------- | -------- |
> | 2 | [bug] | H | The `iCubTelemVizServer` remains active …
-
i am writing my scripts in python and run this script using pm2 like we run normally the node.js scripts but some after the error display like this.
I do:
pm2 start script.sh
The app doesn…