Ivan K. Boikov
Ivan K. Boikov
`ConstantInterpolation` fails when argument is Unitful array, but works when it's `StepRangeLen`. For `LinearInterpolation` it works in both cases. ``` using Unitful, Interpolations x0 = (0:0.5:2)u"s"; y0 = (0:0.5:2)u"m"; #...
### Problem Convert plugin's parameter ```max_bitrate``` has default value of ```500``` (see line 139 in ```beetsplug/convert.py```), but in docs it's ```none```. This results in unexpected copying instead of transcoding. I'd...
Assume you - use `pass` with a password-protected GPG key - clear cached passwords when locking screen - run a local mail server - use cron to run `mailsync` -...
Using annotate! with Unitful coordinates fails on GR, InspectDR, PGFPlotsX and UnicodePlots. On PlotlyJS no crash, but annotation ends up on top left corner of plot. ``` using Plots, PGFPlotsX,...
## Details When adding a `twinx` plot with `Unitful` `y` values a corresponding unit label is not added. ```julia using Plots, Unitful plot([0,1]u"s", [0,1]u"m"); twinx() plot!([0.1,0.5]u"s", [0.1,0.4]u"m") ``` GR example:...