Erlend Langseth
Erlend Langseth
Solved by @musikid: it needs to be `choice!(attempt(x_parser), y_parser)`. I was looking at this documentation https://docs.rs/combine/4.6.0/combine/macro.choice.html which does not include any `attempt` - maybe a good idea to mention it...
Btw: I didn't try that yet. I'm on linux. And the behaviour I've seen without that flag at least, is: - let's say build is cached. Then the next `cargo...
Same for me! It's really annoying, as I can't get clear feedback which window is focused in my setup. For me though it does not only happen for graphical applications....
Waiting for this to be merged. Is it because Travis failed? Seems like it cannot compile some test - but this seems to not be caused by this PR (?)
Thanks. Indeed something like that is one way to make sure that the types _you_ return result in the correct response. Then the question is only how to cover all...
I get the same issues as @szanni . Scanning never ends, and airwave crashes with `Unhandled exception: page fault on read access to 0x00000060 in 64-bit code (0x0000000180006177).` and a...
I don't use Steinberg, unless it's a library used by Valhalla Supermassive or something? I just installed Valhalla Supermassive via Wine and tried to link that in airwave.
For anyone else that might have this problem, the issue in my case was that I used the 64-bit version, should use the 32-bit version of Valhalla Supermassive. Then it...
`resvg` looks good. If there is no better solution (e.g. a pure rust library) I would say go for it, although I don't have the final say about what gets...
I made a first draft [here](https://github.com/Ploppz/plotlib/commit/194598821314a908ae497274670421a65c26392e). I added `legend_svg()` to `trait ContinuousRepr` and implemented it for `Line` (for now). It uses the Line's LineStyle to determine and draw the icon...