Danyel

Results 28 issues of Danyel

Modern laptops (with OS X, Linux, BlueZ) are BLE-capable, is there any support planned outside of mobile platforms?

It should be better performing and not rely on the git command: [goconfig](https://github.com/muja/goconfig) We can simply look for gitconfig files and their precedence according to git's rules, and then use...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the bug When editing a commit message with `git replace --edit...

bug

`has_tag_name` works with a local name, but `has_attribute` does not, which is inconsistent and surprising: ```rust let doc = roxmltree::Document::parse("").unwrap(); let node = doc.descendants().last().unwrap(); assert_eq!(node.has_tag_name("bar"), true); assert_eq!(node.has_attribute("baz"), false); // similarly:...