Paweł Gościcki
Paweł Gościcki
+1 for that feature. We currently use DelayedJob to enqueue emails and we have a custom algorithm to make it so that sending emails do not hit the SES limit.
I've run into this issue as well. Using `config.hotwire_livereload.reload_method = :turbo_stream` fixes the disconnection issue. However, there's a related issue in that a second, quick subsequent edit will not execute...
@mrfullset I tried, but it didn't change anything. I have plain CSS without any preprocessors, so this setting seems to not be applicable to me. What I'm seeing is that...
Yeah, thanks! I've already found the [vcard](https://github.com/qoobaa/vcard) gem, which does exactly what I need.
cover_me (1.2.0) gives me this error when starting an app with passenger 3.0.9: Error message: at_exit (Configatron::ProtectedParameter) 0 /home/jkl/.rvm/gems/ruby-1.9.2-p180/gems/configatron-2.8.2/lib/configatron/store.rb 147 in `method_missing' 1 /home/jkl/.rvm/gems/ruby-1.9.2-p180/gems/configatron-2.8.2/lib/configatron/store.rb 140 in`set_default' 2 /home/jkl/.rvm/gems/ruby-1.9.2-p180/gems/cover_me-1.2.0/lib/cover_me/config.rb 39 in...
@blueyed that is a good pointer! I was using supertab previously with vim-endwise without any problems.
Appreciate your effort! I have moved on to YouCompleteMe+Eclim for my tab-completion needs, though (cannot beat java parsing my ruby code and presenting me the best tab-completions possible).
This is a known issue with LinkedIn. Some OAuth applications there do not yet have the `r_liteprofile` option enabled. I've no idea why that is, but until it's available for...
Interesting. From what I could gather it seems to me like LinkedIn Oauth stuff is quite a mess on their end, so it's not that surprising that you observe such...
I haven't found a way to contact them :/ I'd leave it open as more ppl are likely to run into it.