Graham P Heath
Graham P Heath
I was encountering this issue. I just tried and implemented noniq's changes, solved my issue. Now that node has installers, and is much more likely to be on the user's...
Filament runout sensor is one of 2 plugins that made me make the conversion back to OctoPi. I miss my Astrobox, please support this sort of plugin.
You could create a [block handler](http://handlebarsjs.com/block_helpers.html). I'm not sure it's any better than @tejasbubane's solution though. _src/handlebars/helpers/fetch.js_ ``` /** fetches a json, defaults to pages.json */ module.exports = function(source =...
If/when this ships, will it require an opt-in? Perhaps via `@language ECMASCRIPT_2017`?
Thank you 3 for the informative replies. I'm looking forward to it.
+1 for @pingjiang's branch working on OSX v10.10.4, TextMate2 v2.0-beta.7.6
This issue is back. TextMate 2.0-beta.11.9 fights against the installation of the plugin by explicitly checking the bundle identifier. This is a sain thing to do to the standard bundle...
Allan from TextMate suggests that `defaults write com.macromates.TextMate.preview disabledPlugIns -array` Should disable this check. If that is true you can continue using @pingjiang's version.