xserver-xorg-core 1.19 in stretch does have the option to increase the
client limit to 512, any chance of have this the default option? I
only stumbled on this when I was looking for a different bug.
Section "ServerFlags"
Option "MaxClients" "512"
I also think this bug report should be
Your message dated Fri, 26 Oct 2018 11:22:29 +0200
with message-id <87lg6lvz8q@turtle.gmx.de>
and subject line Re: Bug#911916: x11-apps: xcacl won't divide correctly on
buster
has caused the Debian Bug report #911916,
regarding x11-apps: xcacl won't divide correctly on buster
to be marked as d
> I was trying to calculate how much carfentanil I needed, and when I
> tried 0.2/5000 I got the result 4e-05
it correct, the result is in the e-notation format, where MeN means
M*10^N
check with bc:
$ echo "4*10^-5" | bc -l
results in 0.4 exactly like:
$ echo ".2/5000" | bc -l
can this b
3 matches
Mail list logo