fps

Results 22 comments of fps

Hi, those were pushes to my fork IIRC. Those changes did not make it into syncthing.

With version 124.1 shipped with archlinux jackd doesn't get killed by the watchdog anymore, but it's still non-functional. jack_rec -d 2 -f foo system:capture_1 only manages to write a 44...

To be more precise "plug:default" is a perfectly valid PCM device name in ALSA. Try this for example: aplay -D plug:default *.wav in a folder containing .wav files.

Note: the build failure in CI is not caused by this PR

I'm sorry for being too brief and unprecise. In the following photograph of my screen (running a tmux session) the upper plot has `ylim=(-0.2, 0.2)` and the lower one has...

OK, the plot thickens (pun intended)... It seems there is an extra space character at the end of the plot? The upper plot has width `134` and the lower one...

The logic is also broken for e.g.: ``` UnicodePlots.lineplot(randn(1000), width=:auto, ylabel="lalala") ``` but it works for ``` UnicodePlots.lineplot(randn(1000), width=:auto, ylabel="") ``` I'll take a closer look :)

Hi! you were quicker than me. I didn't get around to taking a closer look ;) Sadly it's not completely fixed it seems. The behaviour is more consistent, but there's...

Yes, confirmed 😄 Thanks a bunch!