Birk Tjelmeland

Results 17 comments of Birk Tjelmeland

If my understanding is correct `Event::to_static` will return `None` if the event contains a `WindowEvent::ScaleFactorChanged` event. This is of course perfectly understandable, however I see no reason for why this...

A workaround is using this patch: https://github.com/koute/stdweb/issues/411#issue-748336955

You are probably right, I just realized that this was just the push I needed to actually implement a kind of sorted hashmap so that I can get the csv...

This is cool, I would really like for this library to be usable for things like this. I would recommend to have a look at the `Tag::Unknown` variant and the...

As far as I understand when https://github.com/rayon-rs/rayon/pull/636 lands, `wasm` support in rayon should be right around the corner. Until then having some sort of rayon support behind a feature gate...

> From reading the code it wasn't immediately obvious to me, but why do matrices always have to be passed as references, i.e. &matrix![]? This is because the result matrix...

This was brought back to my mind through the `hstack`/`vstack` PR. I am still interested in completing this and getting this PR merged. However I believe my work stopped up...

I think it should be ready for review now, but there is no hurry so take your time. It seems like the one failing build is unrelated to my changes?

I have done most of what you asked for now: - I renamed `cat` to `stack`, I don't have strong opinions on the name and I think `stack` is perfectly...

How are you doing @Andlon? I'm looking through some old issues and PRs and I see that this is still open. Do you have any time these days to have...