Glenn 'devalias' Grant
Glenn 'devalias' Grant
That's fair enough. Maybe drop a note in the README or something saying unmaintained so it's more obvious? And if the replacement is public, possibly linking to that as the...
That would be an even better solution :) Avoid all the arbitrary limitations! Get Outlook for iOS On Fri, Nov 4, 2016 at 10:46 PM +1100, "Martin Lukeš" [email protected] wrote:...
Looks like same issue as above (`style2`) ``` I: Using Apktool 2.4.0 on com.playstation.remoteplay.apk I: Loading resource table... Exception in thread "main" brut.androlib.AndrolibException: unsupported res type name for bags. Found:...
From @CWempe in https://github.com/gazpachoking/deluge-seedtime/issues/8: > It looks like @vanossj has greatly improved the plugin and even made it compatible to deluge 2.x. > > Maybe the official link to the...
I also found AutoRemovePlus 0.6.1 on the [Deluge plugins page](https://dev.deluge-torrent.org/wiki/Plugins), which seems to handle a similar need as this plugin: - https://forum.deluge-torrent.org/viewtopic.php?f=9&t=47243 - https://github.com/omaralvarez/deluge-autoremoveplus Then via the forum, I found...
If you're wanting to use something like this in jest, the following config options may be useful: - https://jestjs.io/docs/en/configuration#roots-arraystring (roots) - https://jestjs.io/docs/en/configuration#resolver-string (custom resolver function) - https://jestjs.io/docs/en/configuration#moduledirectories-arraystring (relative, searches ancestors)...
In the end I wrote a custom jest resolver that reads from my webpack config, uses `webpack-merge` to merge relevant aspects of my jest config + specific custom test only...
Was just coming over here to open an issue about the same thing!
So I made a test file `foo.sh` in ST3, which by default uses the 'Bourne Again Shell (Bash)' syntax  We can use 'Open all with current extension as...' to...
It looks like the following is responsible for this logic: - https://github.com/dejan/rails_panel/blob/master/meta_request/lib/meta_request/utils.rb#L8 `caller` contains an array of 'stacktrace' paths, eg: ```ruby => ["/Users/REDACTED/dev/REDACTED/vendor/bundle/ruby/2.4.0/gems/meta_request-0.7.2/lib/meta_request/app_notifications.rb:81:in `block in subscribe'", "/Users/REDACTED/dev/REDACTED/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.3/lib/active_support/notifications/fanout.rb:129:in `finish'", "/Users/REDACTED/dev/REDACTED/vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.3/lib/active_support/notifications/fanout.rb:48:in `block...