Michael Mahemoff
Michael Mahemoff
I suggest adding a blank custom CSS file sourced after the main CSS. Common WordPress/CMS pattern so users can tweak the CSS and still easily upgrade the plugin.
Thanks for this wonderful plugin. Wanted to inform you of a possible conflict with http://mailchimp.com/social-plugin-for-wordpress/ (https://github.com/crowdfavorite/wp-social), which is perhaps a popular enough plugin for conflicts to be worth mentioning. I...
This happens when a byebug session is active and a Unicorn request times out. It also seems to happen when a request comes in while another request is being debugged....
Have you guys considered integrating https://github.com/jistr/vim-nerdtree-tabs ? It makes multi-tab development a lot more sane than vanilla NERDTree IMO.
Does Octopus work with Minitest `use_transactional_tests` (the setting formerly known as `use_transactional_fixtures`)? I'm not sure why, but when I integrated Octopus, the tests seem to autocommit during the test (ie...
[This feed](http://feeds.feedburner.com/skepticcomeskeptic) includes `xmlns:atom="http://www.w3.org/2005/Atom"`. Should Feedjira be identifying it as Atom on that basis? Feedjira says "no valid parser", I think because it's [expecting](https://github.com/feedjira/feedjira/blob/faae46e3cdc59ab136c276166b2ed8164f27e987/lib/feedjira/parser/atom.rb#L16) `xmlns="http://www.w3.org/2005/Atom"`. (The example here also uses...
Hi, I've made some updates to support multiple locales simultaneously. It uses a data attribute to decide, e.g. can use and define a setting like en_abbrevStrings. Would it be useful?...
Seeing a "Duplicate strategy name" error when putting throttle rules in a worker superclass. > /rubies/ruby-2.3.1/lib/ruby/gems/2.3.02.3.0/gems/sidekiq-throttled-0.6.6/lib/sidekiq/throttled/registry.rb:23 I believe this happens when 2 or more worker classes are inheriting from a...
I've seen the error "not available for stemming in " for unsupported languages. Is there a way to detect all supported languages, or test if a language is supported, so...
I'm seeing this deprecation warning while upgrading to Rails 5: > DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super....