Sergey Morozov
Sergey Morozov
Would love to see that as well. I wonder if branch numeric values would conflict with file numeric shortcuts. Maybe they would need some sort of extra prefix or suffix.
+1 on python library
in `MMM-forecast-io.js` Swap following lines: ``` wrapper.appendChild(large); wrapper.appendChild(summary); ``` with: ``` wrapper.appendChild(summary); wrapper.appendChild(large); ``` and reload Magic MIrror client.
@sroller thanks for digging into it. I haven't touched the code for this gem in a while, with exception of the minor housekeeping tasks. I will try to find some...
I believe that additional output key/value pairs that you may see on Windows can be added to keys to be ignored during tests in `exiftool_test.rb` line 9 There is also...
@mre just came across your post and got rid of that extra comma in the Slack API docs. https://api.slack.com/methods/im.history Thanks for bringing it up and sorry it took so long...
Thank you for opening an issue. I believe that both [exiftool.rb](https://github.com/exiftool-rb/exiftool.rb) and [exiftool_vendored.rb](https://github.com/exiftool-rb/exiftool_vendored.rb) were intended as utilities to read exif data from files and not manipulate the files. I'm able...
@vpominchuk I've attempted to add adafruit power button and cleaned up schematics a little bit. Would you please take a look at updated Fritzing file on my fork? https://github.com/morozgrafix/lightmeter/tree/power_button/Schematic%20Diagram Added...
Not sure if this helps. This is in my `/features/support/json_spec.rb`: ``` ruby module JSONSpecInterface def last_json #last_response.body contains raw JSON from API response that my http client gets last_response.body end...
This seems to work for me: ``` [ { "key": "cmd+v", "command": "extension.paste-and-indent", "when": "editorTextFocus && !editorReadonly" }, { "key": "cmd+v", "command": "editor.action.clipboardPasteAction", "when": "!editorTextFocus" }, { "key": "cmd+shift+v", "command":...