Gerhard Aigner

Results 24 issues of Gerhard Aigner

Considering the thrown ArgumentError the behaviour of cut is unclear: ```julia julia> CategoricalArrays.cut([1,3], [2]; extend=true, labels=["a","b"]) 2-element CategoricalArray{String,1,UInt32}: "a" "b" julia> CategoricalArrays.cut([2,3], [2]; extend=true, labels=["a","b"]) ERROR: ArgumentError: labels must be...

The libstdc++ problem has been solved for Julia 1.6

Originating issue: https://github.com/JuliaLang/Pkg.jl/issues/1094 (case sensitive file names breaks MacOS/Windows builds) It would be great to have a set of validations that guide package developers and help finding problems early. With...

When using `run_wizard()` for the creation of a dll for Windows, the resulting entry for build_tarballs.jl is incorrect: ``` ... # The products that we will ensure are always built...

wizard :mage:

The `install.sh` script includes a lot of different tasks: - adding of phoenix ctsms user - installing necessary deb packages - installing necessary perl packages - fetching, building and installation...

enhancement

A couple of very loose thoughts on the matter of Navigation and upgrading Primefaces. - Currently primefaces 3.3.1 is used which was release 2012. In the meantime primefaces has seen...

enhancement

Currently the creation of state diagrams is done with help of the Bulk-Processor either during installation (it's part of install.sh) or at a later point in time. This entanglement of...

enhancement

When adding multiple _unique_ fields to an ecrf in rapid succession (~3 per second), the page to where the fields are directed to states: > ID 601244 already picked Doing...

bug

On master hidapi version 0.10.0 is used. A minor release of hidapi 0.10.1 has been issues since then. It would be good if the next release could integrate the minor...

Would be great to have warnings when the output of `CSV.write()` will likely be bogus. E.g. if `delim` == `decimal` people will get unwanted results: ```julia io = IOBuffer() CSV.write(io,Tables.table([1.23...

improvement