Sergey B (Troex Nevelin)
Sergey B (Troex Nevelin)
## What did you do? - Go to "SQL Query" - Execute long running query which returns many rows - Once first rows starting to be displayed (returned) - press...
1. Опция которая бы доавляла `\n` после каждого rulset - сохранит читабильность css. 2. В замечательном проектке [UglifyJS](https://github.com/mishoo/UglifyJS/), который мы используем вместе с вашим есть опция `--max-line-len`: (default 32K characters)...
Hi, I'm migrating puma->falcon for a quiet loaded app 200-500 req/s, average response time is below 30ms, once on falcon the memory usage started growing over time quiet fast, first...
I'm trying to implement [Clicked CTA](https://help.segment.com/hc/en-us/articles/205512365-Button-clicks-links-or-call-to-actions-tracking), my current code looks like this: ``` html Start 14 Days Trial ``` This pattern is very good for A/B testing, it would be...
I have a wrapper method to stream requests like this https://gist.github.com/troex/31790323fb4a8a29c8b8cd84e50ad1e8 the reload works in the sample '/test_stream' method, but if I create another class and inherit it from `MyController`...
I've used MacPorts to install libmtp on my mac, by default MacPorts use prefix /opt/local for all installed software, so in order to configure I had to use command: ```...
It looks like JSON has no problem parsing scientific notation however it can't produce it, instead string is produced. In my case I work with BigDecimals mostly and I need...
Here is related KB from LSI site http://mycusthelp.info/LSI/_cs/AnswerDetail.aspx?inc=8374 with patched binary. Looks like related issue with ubuntu http://serverfault.com/questions/525923/lsi-3ware-tw-cli-and-tdm2-segfault-with-debian-linux-kernels-after-3-8 I'm using successfully patched version with 3.14 kernel on Debian jessie
subj
I have next code to init cleaners: ``` ::Sequel::DATABASES.each do |db| DatabaseCleaner[:sequel, db: db] end ``` ``` ::Sequel::DATABASES.count > 3 DatabaseCleaner.cleaners.count > 4 DatabaseCleaner.cleaners.values.first.start RuntimeError: As you have more than...