Robert Wahler
Robert Wahler
I love the idea of symlinking ```.password-store``` to my iCloud drive. Using a file protocol to access the git repo instead of https or ssh sounds like a good idea...
Thanks for the detailed insights. Good stuff! My first choice would be an attribute based system that allowed custom converters at the property level since that is more declarative and...
Thanks for the report. This is an issue with several of the Win32 API calls using the ANSI version instead of the Wide version. I don't currently have client work...
Sorry, still I don't have time to devote to this issue. I would be happy to accept a pull request though. There is probably enough coverage in the test suite...
The first thing that needs to be done is add some failing tests to the test suite. I'd clone the repository and then: ``` bundle install bundle exec rake spec...
One more thing, you will most likely need to add API signatures for the new functions, see ``` lib/win32/autogui/windows/window.rb ``` The gems that autogui is using should be updated but...
+1 for this fix, got me up and running on 1.9. Thanks!
Thanks for that. I can run the specs now under 1.9.1 but there are three failures due to the core extension to Hash.
At a guess, I'd say this is the same as the unresolved issue #6. Somewhere along the line an ANSI Win32 API is getting a wide character. The real fix...
I've located the proper fields to hash in the deprecated SIM documentation and updated the SDK. I will not issue a pull request as this is not complete SIM API...