Sergei O. Udalov

Results 9 comments of Sergei O. Udalov

It is possible to use matching css: ```css [id^="remark-"] { z-index: 999; } ```

👍 I have the same issue with 2.0.5 jruby-core, jruby-stdlib files are not recycled PS: can't reproduce on macos/linux. But my target platform is windows unfortunately :'-(

👍 Is there is some workaround? The best solution I've is ```ruby class GreatJob < ApplicationJob def perform(payload) repo.save payload end def repo ApplicationContainer.resolve(:repo) end end ```

What if we could open article from list and then close. So we should not go to article page and go back. Just open/close.

Ability to check the only 1 file is needed. And I think, that https://github.com/guard/guard is prefered.

Agreed! I think it is an idea for a new new gem 'auto-tailor' :)

```ruby xml.instruct! :xml, version: "1.0" xml.rss( version: "2.0", "xmlns:content" => "http://purl.org/rss/1.0/modules/content/", "xmlns:wfw" => "http://wellformedweb.org/CommentAPI/", "xmlns:dc" => "http://purl.org/dc/elements/1.1/", "xmlns:atom" => "http://www.w3.org/2005/Atom", "xmlns:slash" => "http://purl.org/rss/1.0/modules/slash/", "xmlns:itunes" => "http://www.itunes.com/dtds/podcast-1.0.dtd", ) do xml.channel do...