Javier Valencia

Results 4 issues of Javier Valencia

Sometimes `host` is not the same as `domain` on URIs, there are a way to **override** host value on URIs? ![image](https://user-images.githubusercontent.com/1530604/115266359-70582f00-a138-11eb-8e4d-0bf4ce511f18.png)

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)