Is there a way to place orders that are limited in size?
I'm working on a Forex strategy where I want to specify the size of the order based on the SL/TP levels provided by a
prediction model. Your ...
Fixes https://github.com/kernc/xsuspender/issues/10.
Additionally, define _DEFAULT_SOURCE to adhere to BSD signal semantics. See manual signal(2) § Portabilty for info.
Issue
When opening a new chromium window if chromium is suspended it does not get opened until i focus one of existing
chromium windows. This is a bit annoying, but additionally window gets spawned on ...
Fixes #3.
Use pgrep from procps. The change avoids all other dependencies (bash, awk, coreutils, findutils). Other approaches
(e.g. libprocps or parsing /proc) aren't portable.