Gerhard Aigner

Results 31 comments of Gerhard Aigner
trafficstars

Great work! I consider dropping Plots for Makie if this lands. Any time prediction on when this will happen?

My problem is with the number of labels depending on the value of `breaks` in relation to `x`. I would have expected following (note the two element labels vector): ```julia...

My experience for `cut` comes from R, but R doesn't offer an `extend` option so a comparison wouldn't be helpful. I'll still think I'm misunderstood: If you cut something at...

Okay I'll do that, but can you give me any example with `extend=true` and `labels=[xxx]` set that doesn't fail on a certain input?

Update: I just realized that the current breaks/label behaviour is kind of ambiguous and doesn't fit with my proposal. I don't want to take more time from you, but I...

Is there a workaround for this? I'm getting the error in test, where the test project and the project under test depend on a local package that is tracked with...

I stumbled over this too. It's not an error, just poor documentation. If you look at the code at https://github.com/JuliaStats/MLBase.jl/blob/ded7174c2e2e9e685ca32c6228ea0772e8cc6cd2/src/perfeval.jl#L141 you see its only working for binary input (_binary_ here...

Sure, you can download it from here: https://github.com/JuliaBinaryWrappers/hidapi_jll.jl/releases/download/hidapi-v0.9.0+0/hidapi.v0.9.0.x86_64-w64-mingw32.tar.gz (it is in the `bin` directory) But I'm not sure I was clear what the problem is: ``` julia> ObjectFile.islibrary(ObjectFile.readmeta("/home/gerhard/libhidapi-0.dll")) ┌ Warning:...

I've randomly taken 100 dlls from system32 on Windows 10, and all are executable and libraries. >The characteristics of the image. This member can be one or more of the...

I stumbled over this will trying to read an rfcomm0 port using v0.5.0. Still need to verify if Python has the same problem.