Gerhard Aigner
Gerhard Aigner
I understand that this isn't a problem anymore (https://github.com/JuliaCollections/OrderedCollections.jl/commit/d3facfd32c4a74c51196d79f863e617f3ecce74e)
Oh, looking at this a second time I think we can't yet close this.
Bikeshedding: I like the braille dots "Julia", and dislike how Julia is printed in variant 4 and 5. Better to not show it at all in this case.
Is there a recommended workaround?
I didn't see anything related in #97, but I found out that in version 0.7 `linux-x86-64\libhidapi-libusb.so` and `linux-x86-64\libhidapi.so` are binary equal and are actually the libusb backend build. So the...
Success! With the correct udev rule it finally worked: `KERNEL=="hidraw*", ATTRS{idVendor}=="XXXX", ATTRS{idProduct}=="YYYY", TAG+="uaccess"` (where XXXX and YYYY are, of course, the corresponding vendor and product ids). This is from https://github.com/libsdl-org/SDL/blob/main/src/hidapi/udev/69-hid.rules....
I've came across this issue too, and wonder why a vector of intervals is plotted as a single path. Currently the plotting of Intervals is also broken for vectors of...
So with this ``` union([1..2, 3..4]) == [1..4] ``` would be true, but ``` a = 3. b = a + eps(a) c = b + eps(b) d = c...
After a couple of hours playing around I still couldn't replicate the exact pracma findpeaks call with Peaks.jl (nor with FindPeaks.jl), so thats my motivation. I agree that the signature...
Bump! I also think this is helpful enough to be registered.