Alex Fedorov

Results 152 comments of Alex Fedorov

Heh, that is ridiculous. If I want to convert 20 Paypal bucks to webmoney, the fee is 15 bucks.. And it is only a conversion that should be done only...

Didn't help, the same error about country having payment not enabled. I think that is how paypal works in some countries: you can pay, but you cannot receive money. I...

About the `Array`, I can provide you a simple example: Lets assume, we are writing a sorting algorithm of some kind, it is still incomplete and incorrect, but returns some...

Shrink guessing order will look like that: ``` value: [71, 15, 17, 19, 42, 98, 54, 42] property: ordered? [15, 17, 19, 42, 42, 54, 98, 71] == false guess:...

Updated last comment with actual values.

@anthonyalberto in most cases you don't need block. But I have a project with multiple databases, where we have two independent migration sets with different versioning semantics, i.e. `20120508133018_` vs...

@anthonyalberto Hi, any news on this one, WDYT, is there any compromise to make it a very simple configuration option, but still leave a possibility to provide a custom ignoring...

How about having both `mysql_online_migrations_ignore_before = "20120508133018"` and `mysql_online_migrations_ignore = -> (version) { ... custom logic here ... }` WDYT?

@stugol I wonder, why is it impossible? If I understand you correctly, here are plenty of examples of how to write platform-dependent code: https://github.com/manastech/crystal/search?utf8=%E2%9C%93&q=ifdef - good old `ifdef`.

@stugol Do I understand correctly, that values will change depending on the terminal you are running?