Matthias Prechtl

Results 17 issues of Matthias Prechtl

Binding ourself to the compiler will remove make us cumbersome. Instead, provide a TypeQuery trait, wich the caller will implement. This makes it possible, to e.g. leverage the RLS capabilities...

@vvuk wrote Rust bindings for [DirectWrite](https://github.com/vvuk/dwrote-rs) which some applications use internally, e.g. WR/Servo. Currently, we're using wingdi for font enumeration, but DirectWrite has an interoperabillity interface for wingdi, but this...

There are a lot of `unwrap()`s in the code. Proper error handling with Result's would be nice. Happy to provide guidance! Just comment on this issue. Edit: - [ ]...

help wanted
easy
hacktoberfest

The font loading and parsing logic is implemented in java. They parse a simple xml file which contains all the infos, so replicating shouldn't be a problem. Parsing by third...

I don't own apple hardware, so i'd be glad if someone could provide guidance for community members on this issue!

I'm interested in working on the [Inlinekeyboard features and Callback Interface](https://core.telegram.org/bots/api#inlinekeyboardmarkup). Can you give some hints where to start? I already saw some stubbed / commented out infrastructure.

enhancement
feature
help wanted

This allows abstracing over the shared functionality. Currently, one can be abstract over the vector lane size and the kind of arithmetics it shall support, but it cannot be loaded...