Matthias Prechtl

Results 17 comments of Matthias Prechtl

If you mean that the wasm file will be loaded from the same absolute path, then yes!

Partially implemented in https://github.com/MSleepyPanda/explain-rs/commit/ce2b4615c13e64c5012f06298177dd82dbdb2b9e. Navigation still missing.

Yew looks interesting. Might ditch React for Yew if the component PR lands in time.

@vvuk Yes GDI interop is desired, as of the current state of winapi-rs bindings, one can't figure out whether or not a font is monospaced. For reference [MSDN Docs](https://msdn.microsoft.com/de-de/library/windows/desktop/hh780408(v=vs.85).aspx) and...

I could provide a windows implementation. Could you describe the use case?

I can't really comment on the MacOS implementation, i don't own a mac device / don't have access. If you time to spare, feel free to do so :) IIRC...

I haven't used error_chain before, but looks nice! @soumya-ranjan7 Look for [`unwrap`](https://github.com/MSleepyPanda/rust-font-loader/search?l=Rust&q=unwrap&type=&utf8=%E2%9C%93)s in the src/ folder. `pub fn`s with an unwrap in their path should return a `Result`. The Error...

In general, i agree. But when the OS is returning non null terminated or non utf8 strings, we have a bigger problem than the library panicking. At some point, we...

Thanks for the servo hint, didn't thought on that one! Having working reference code is a nice addition. I'm concerned that we can't trivialy implement the query interface, because they...

Current status: I'm getting stackoverflows in debug mode, not in release... might have a look at the parser code