Alexander Popov

Results 331 comments of Alexander Popov

I'm interesting in fresh dependencies, so I want to wait for #11 and #10.

Now #14 (and merged #16 with #17 would be good too).

I'm reviewing [the original report](https://github.com/michaelherold/benchmark-memory/issues/9#issuecomment-694878723) and a bit confused: Yeah, `@setup

I have the same problem. Work-around: disable `byebug` for JRuby: ```ruby unless RUBY_PLATFORM == 'java' spec.add_development_dependency 'pry-byebug', '~> 3.9' end ```

> Sorry Alex, but I'm not convinced there's a strong need for this new `:allowed` option. What are the advantages over just using a [validation block](https://github.com/mdub/clamp#validation)? Just an easier option...

@mdub maybe you're right. And it's your projects, you decide. But, the reason why I've chosen Ruby over Python, for example, it's the variety of aliases and possibilities. Python says...

@kirillgroshkov, thank you!

> Was it hard to setup email? Did you need to do any actions to "unspam" emails or it just worked? Works perfectly for Google Inbox. No spam, and Highlights...

> sequel is still supporting 1.9.2. I presume we don't want to drop Ruby versions until sequel does. As you want, just a suggestion.