Dagan Martinez

Results 10 issues of Dagan Martinez

It would be nice if when the preferences box appears, I can just type in my email, press tab, type in my password, and press enter. As it is now,...

(Almost cutting and pasting from this similar issue: https://github.com/atomicdata-dev/atomic-server/issues/775) I noticed `aocf` is ISC-licensed, but has an optional dependency on `html2md`, which is GPL-licensed. `html2md` has multiple contributers who contributed...

rust-embed-utils 7.5.0 breaks MSRV 1.40 with a feature introduced in Rust 1.41 (`Result::map_or`) Alternatively you could bump the MSRV: https://github.com/manuel-woelker/rust-vfs/pull/53

Alternative to https://github.com/manuel-woelker/rust-vfs/pull/52 Rust 1.40 is quite old

Add support for the x-indicate and x-notify flags in BlueZ 5.62. This requires a breaking API change

I think it would be nice to get rid of some of these panics in favor of propagating up errors

enhancement
breaking change
planned

To me, the `Display` trait seems more appropriate for pretty printing. Is there any reason `Debug` is used for this purpose?

There was a reoccurring bug where Rust-Changelongs would declare a version released a few days before release day. This fixes https://github.com/glebpom/rust-changelogs/issues/21

The old identity.pfx uses RC2, which modern libraries/configurations do not accept

The obtention of the rx/tx bitrates was implemented incorrectly. The obtention was searching for a type of Nl80211StaInfo::StaInfoRxBytes, which is of the wrong enum type, and effectively maps to Nl80211RateInfo::RateInfoMcs,...