Daniel Brotsky
Daniel Brotsky
1. Move to Python 3 (3.7 with type annotations) and pipenv (for dependencies). 2. Support 4x4, 9x9, and 16x16 puzzles. 3. Increase efficiency through caching of cell contexts, and restricting...
When the new `ignore-empty-path-segments` feature is enabled, multiple leading slashes at the start of the path are ignored (the first segment starts after them), and multiple slashes at the end...
OK, it's time for a v2 that addresses the issues raised in #94 and #95 (and provides the ability for clients to address the issues in #76 and #84). Here...
Since all of the underlying platform stores support storing Vec data in credentials, it seems wasteful to force clients to encode such data as UTF-8 strings. Please add generic APIs...
I am about to split this crate into several crates: - keyring-core (the cross platform library parts of this crate) - apple-native-keyring (the apple-native credential store implementations) - windows-native-keyring (the...