Javier Valencia
Javier Valencia
Sometimes `host` is not the same as `domain` on URIs, there are a way to **override** host value on URIs? 
I'm reading many rows from database table, but ALWAYS stop execution in this record. my crystal code: ``` require "mysql" require "yaml" config = YAML.parse File.read "config.yml" db = DB.open...
I try to copy from my server to local thru `ssh2.cr` and I observe a poor performance like this: ```bash javier@XXXXXX:~/projects/crystal/backuper$ time ./backuper ~/.ssh/id_rsa awscli-bundle.zip 11648371 bytes writed. real 0m27,632s...
Remove commas on Enums to complains Crystal #7618 PR (https://github.com/crystal-lang/crystal/pull/7618)