David van Leeuwen

Results 14 issues of David van Leeuwen

Calling from german-asr [local/prepare_data.py](https://github.com/german-asr/kaldi-german/blob/master/local/prepare_data.py) it looks like the process aborts after 3 hours consistently, without any diagnostics. Just the `train/wav.scp` is written, and that happens in the first few minutes....

need-more-info
waiting-for-triage

Hello, We're busy moving from tornado to websockets, and it looks like we can do almost everything, but much simpler. Great! There is one thing I can't seem to get...

enhancement

Hi, In the process of pythonizing `compile-graph.cc` I came across the following. If I understand [the documentation](https://pykaldi.github.io/api/kaldi.base.html#kaldi.base.io.init_kaldi_input_stream) correctly, this function should return a tuple of booleans. However, I only see...

As the title suggests...

https://github.com/JuliaStats/StatsBase.jl/blob/0ea8e798c3d19609ed33b11311de5a2bd6ee9fd0/src/counts.jl#L46 I think you should check for the length of `wv`, since you're using `@inbounds` later

For the poor people who use white background terminals. (Is this considered outdated again?)

Hello, I found that boolean columns index strangely when they are of type `Arrow.BitPrimitive`. A minimum working error: ```julia y = DataFrame(ok=rand(Bool, 100)) @assert length(y.ok[trues(100)]) == 100 ## true Feather.write("test.feather",...

This PR implements unary and some binary functions more efficiently for pooleddataarray, by only operating on the .pool rather than all entries of the matrix. This is noticeable for very...

Hello, I see that the `.ts` code is generated from julia, and the reason I use this extension is to use it for editing `.jl` files. Any chance that julia...

This PR moves the location of the temporary directory `.tmpts` to something managed by the python `tempfile` package, which is safer and has better guarantee to work. For instance, if...