Markus Mayer

Results 26 issues of Markus Mayer

When running the code on Mono on Linux, calling `.Open(...)` on the `GhostscriptRasterizer` fails with an exception. It appears that the code is attempting to find the installation location of...

First of all - thanks for this project! 🙂 This PR just addresses some deprecation warnings (`try!`, `dyn Trait`, `ATOMIC_USIZE_INIT` etc.) and explicitly sets the `2018` edition in the `Cargo.toml`.

Heya! When I tried to use stft from crates.io it failed with an error related to `nalgebra-0.5`. I poked around in the forks and found [YoshieraHuang/stft](https://github.com/YoshieraHuang/stft) which adds some modernizations...

Since the `big-data-europe.eu` domain was reclaimed around January 2022, this commit updates the README link to the latest available state in the Internet Archive's Wayback Machine. Closes #9

Is the link to the `big-data-europe.eu` website in the README and GitHub Organisation still correct? Around January 2022 it [seems to have been re-registered](https://web.archive.org/web/20220117193514/https://www.big-data-europe.eu/) to what claims to be "a...

Some dependencies break the build on 1.60. The lowest version that succeeded the builds was 1.65, due to `let..else` statements in `usb-device` 0.3.2. See #368 for updating the MSRV since...

This piggybacks on #367 to make the MSRV check pass and updates `defmt` to 0.3.0+. This is related to https://github.com/rust-lang/rust/issues/113152 --- I spent an hour or so trying to find...

`stm32-usbd` has released version [0.7.0](https://github.com/stm32-rs/stm32-usbd/pull/36), which updates its `usb-device` dependency from `0.2.9` to `0.3.3`. This unblocks other implementations that previously needed a version patch. For an example, see e.g. https://github.com/stm32-rs/stm32-usbd/issues/35.

This corrects some typos in documentation comments and renames the `AlreadyCancled` type to `AlreadyCanceled`. In order to not make it a breaking change, a type alias was introduced alongside a...

A micro PR to fix one word in the lib.rs documentation.