Xiu-zhe (Roger) Luo
Xiu-zhe (Roger) Luo
when I use ``` bundle install ``` and then ``` jekyll serve ``` but the following error occurs: > Please report a bug if this causes problems. > Configuration file:...
I guess this would be quite straightforward?
I find this while writing documentation, it's strange since it seems not because of the `BLACK_LIST` ```julia julia> A, B = (rand(100, 100) for _ in 1:2) Base.Generator{UnitRange{Int64},var"#3#4"}(var"#3#4"(), 1:2) julia>...
TBH, it's strange to have these dependencies however... I'd prefer to have these patches in Flux and provide an option in Flux `train` function instead of PRing here.
Currently `broadcast` will allocate, although this is not a large allocation, but getting rid of it will result in 5x speed up at least in the following case (it comes...
Currently compact printing only removes the last line break ```julia julia> using DataFrames julia> df = DataFrame(A = 1:4, B = ["M", "F", "F", "M"]) 4×2 DataFrame Row │ A...
fix #204
I'm thinking if there is a way to solve this issue: https://github.com/comonicon/Comonicon.jl/issues/166 where a global constant dict that is used as a special method table needs to be deleted when...
just posting the idea here, I just realize one could check the potential numerical instability using an abstract interpreter, so instead of creating a new package, I feel it might...
Hi, first I have to say this is a very nice work! thanks for making this. In most of the developer presentations, I believe it happens that one needs to...