Lukas Himbert

Results 5 issues of Lukas Himbert

When storing `chrono::DateTime` values in a `date` column, the date is converted to UTC, discarding the timezone offset information. Moreover, the `FromSql` trait is only implemented for `DateTime` and not...

bug

This package does not currently define `Random.rand(::Accumulator)` so the default implementation for an `AbstractDictionary` is used, returning a random entry `x=>count` of the underlying dictionary. For example, `rand(DataStructures.Accumulator(Dict(2=>4)))` returns `2...

Is this project intended to be free software? If so, please specify a license. Thanks!

The functions to invert a matrix or solve a system of linear equations such as `solve`, `solve_left`, or `inv` currently throw an unspecific `ErrorException`. For example: ``` julia> M =...

Would it be possible to add an EndomorphismSpace (endowed with a ring structure) for endomorphisms on modules/vector spaces, similar to the MatrixAlgebra type for square matrices? Possibly relevant: The discussion...