Michael Sanders
Michael Sanders
See the note here: https://www.benfrederickson.com/writing-python-extensions-in-rust-using-pyo3/ > I failed to get the 64 bit wheel for Python2.7 to build on windows so I disabled that here (the 32 bit version builds...
Multiple display support is currently missing but would be nice to add.
Was running into issues on Windows 10 so disabled it for now: https://github.com/autopilot-rs/autopilot-rs/commit/1fd82474a6ff568b5845fd20cde8c7ac1115b343. When pasting into Paint it failed with an error saying the file was too big to fit...
Allows up to six decimal points (microseconds) in the format: `yyyy-MM-dd'T'HH:mm:ss.SSSSSSZ` Adds a new method to the `NSDate` category, `ISO8601StringWithTimeZone:usingCalendar:includeMicroseconds:`, which defaults to `NO` for backwards compatibility, but should perhaps...
It's unsafe to adjust the shared reference `[NSCalendar currentCalendar]` without copying it. This also ensures changing locales does not affect how ISO dates get formatted, which we had come up...
E.g., the output of the following should be 'A': key.toggle(key.K_SHIFT, True) key.tap('a') key.toggle(key.K_SHIFT, False) But on OS X, it is merely 'a'. This appears to be a bug with CGEventCreateKeyboardEvent();...
The lack of menu items on macOS make Alacritty feel slightly out of place / non-native. Currently, there are no menu items, not even Quit. It seems there should at...
It would be helpful to have an example project that matches the gif shown in the readme to ensure things are setup correctly on each client.
As it stands the editor portion of this plugin looks pretty close to YouCompleteMe. It would be helpful to document what changed against upstream to ease adding support for other...
Seeing the following build error when running the `bootstrap` script on master: ``` Configure SwiftySwiftVim.. SSVIM CMAKE START Building boost -- Boost version: 1.67.0 -- Found the following Boost libraries:...