Ivan Kuchin
Ivan Kuchin
`Post.published_or_user_id_is(user)` works well (finds published posts or created by specified user), but warns: ``` lib/searchlogic/named_scopes/conditions.rb:115: warning: multiple values for a block parameter (0 for 1) from lib/searchlogic/named_scopes/conditions.rb:173 ``` Is it...
So cheaply pretending to be a QLGenerator from Apple seems to be the way to make Quick Look use QLStephen also for UTIs with direct, indirect, explicit and implicit (for...
https://stackoverflow.com/a/59730707/96823
Allow import of `.tgz` dumps
Oj? Writing/reading object dumps consecutively won't work, but writing/reading lines will. Allow reading marshalled dumps and add option to select serialisation engine (for example if jruby will be used).
**Describe the bug** Using light Terminal/iTerm profile plain code block is unreadable (dark text on dark background). Given `README.md` with following content: ````markdown # Test ```ruby some = :code ```...
Helps with testing: ``` rake test:send # 10 random mails rake test:send[100] # 100 random mails ```