mchristianl

Results 7 issues of mchristianl

Hi, I have just stumbled upon the [char-rnn.jl](https://github.com/FluxML/model-zoo/blob/master/text/char-rnn/char-rnn.jl) example in my first attempt of checking out Julia machine learning with Flux.jl. The example works, but produces kind of garbage as...

Hello, thank you very much for this comprehensive project! I got a [C++ library](https://github.com/ValveSoftware/openvr/blob/master/headers/openvr.h) working in Julia and for making a more complete Julia binding I need some advice: The...

Hi there, During the build of the archlinux aur/julia-git package I've encountered the following issue: ``` ./libwhich -p libm.so failed to open library: /usr/lib/libm.so: invalid ELF header ``` And indeed,...

doc

Hi, I am observing GLMakie to build up some backlog for resizing a figure's content which leads to some weird resize wobbling even long after the figure's window has been...

bug
GLMakie
Observables
Performance

## Summary It seems that `fly builds -t ... -p ... --since ...` does not return _"all builds (created) in the given time range"_ but instead returns _"all builds with...

bug
help wanted

this broke parsing of my kubeconfig in `29.0.0` .. apparently `32.0.1` works without breaking but I guess that stringification of the whole object was not intended. #### What type of...

kind/bug
cncf-cla: no
size/XS
lifecycle/stale
release-note-none

It seems that `det(M)` calls `lu(M)` for bigger matrices `n ≥ 5` which is not able to handle rationals well when the determinant is zero. Consider ```julia using StaticArrays, LinearAlgebra...