Kir Shatrov

Results 28 comments of Kir Shatrov

We can watch directories with rb-fsevent (https://github.com/thibaudgg/rb-fsevent), but it's Mac-only library which is used for example by Guard. For Linux there is rb-inotify.

@route, should the daemon being controlled by launchctl?

@artpolikarpov просто в Rails принято сжимать весь js/css в один файл и раздавать со своего сервера, вместо того чтобы подключать много разных с CDN.

Тогда почему 37s/core team со своей стороны не вынесет jquery и ujs на CDN?

Are you sure we need guard inside the gem? /cc @yaroslav

I looked into more corner cases on MRI here. ```ruby puts RUBY_DESCRIPTION ascii = 'ascii'.encode('us-ascii') utf16 = 'utf16'.encode('utf-16le') win1251 = 'win1251'.encode('windows-1251') puts "us-ascii + win-2151 = " puts format('%s %s',...

Related JRuby commit: https://github.com/jruby/jruby/commit/bb90d3b7644316f8ae6b92e02defdf3838854fb5

Thanks! Do you have an idea why `PrintfCompiler` is using `FormatEncoding` (which only supports ASCII and UTF)? Should I change that to use common `Encoding`?

@BoGs @sirupsen @jpittis @mac-adam-chaieb thoughts?

It is, because any of your tasks can contain `execute :ruby, 'something-that-needs-rvm'`. We cannot execute it lazily and I made decision to call before each run.