Alex Martens

Results 28 issues of Alex Martens

Signed-off-by: Alex Martens Thank you for contributing your time to the Mosquitto project! Before you go any further, please note that we cannot accept contributions if you haven't signed the...

With python 3.8.1 documenting a dataclass leads to this warning: ``` WARNING: Cannot treat a function defined as a local function: "mod.Foo" (use @functools.wraps) ``` This only occurs in python...

enhancement
help wanted

I am not sure if this is a feature or a bug; I figured I should open an issue incase it is a bug. The site says "Files are stored...

`buildDepsOnly` creates a blank `src/lib.rs` with `mkDummySrc`. This will fail to compile for `#![no_std]` targets such as `thumbv7em-none-eabi` because of the absence of a panic handler. My workaround is to...

With the default VSCode theme and [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer) VSCode will do syntax highlighting for example code in rust documentation: e.g. The start of [this file](https://github.com/newAM/corsairmi-rs/blob/main/src/lib.rs) looks like this with the default...

This is not complete, but it does compile. I am not going to be actively working on it (not for a few months anyway). I wanted to share an up-to-date...

Currently `fetch_assets` supports: * `https://` * `http://` * `ftp://` * `file://` It would be very helpful if `fetch_assets` could also support `sftp://` URLs.

enhancement

See "Changes to formatting methods" in the 1.0 release notes:

This is #80 with a final `cargo fmt` applied, and rebased onto `master`. The goal is to simply get closer to fixing #81