Sven

Results 279 comments of Sven

> Thank you, I will check my device name after work. You can click on the three dots, About, Version and the device name and model alongside other things will...

> One solution would be to already preset a default path for the Mihon folder during initial setup, allowing to skip the buggy file picker (while leaving the option to...

It happens on OS X to me, I run the created executable from the command line. The window opens and centers as expected, but the focus doesnt switch to the...

There is already a PR open for this: #177.

Is someone working on this? If not I'd like to implement this.

I have the same need in one of my crates. This seems like a common enough need that it would justify some crate to define a common set of traits...

One could use the async_traits crate to make the code a little bit more readable though. I will probably tinker around with it anyway. If you're interested I can share...

I just stumbled across this: https://docs.rs/http-types/2.4.0/http_types/ Looks like it's a really good crate that does have nice abstractions around the whole http world.

Just came to open an issue as well. I misread the documentation and thought it works for statements as well. Wouldn't wrapping at the macro level make it stop working...