Arnold Roa

Results 13 comments of Arnold Roa

why? its not complicated to implement.

While having an answer i'm writing the most ugly monkey patch ever: ``` class Mail::Address class

Very useful... thanks. However unfortunatelly the address is what I receive from Griddler gem comming from mandrill.. `Mail::Address` is supposed to parse a single address, I think it should not...

Why pull request? I also need to overwrite Hong Kong to start with word China. Why are this files loaded after `config/locale/*.yml`files?

Just checked, you don't need to submit a PR, simply put on a yml file on `config/locale/countries.yml` ``` en: countries: RU: "Russian Federation"

There is an error when reading EngineData on the other gem They define strings content with this regex ``` Regexp.new('^\(\xFE\xFF(.*)\)$'.force_encoding('binary')); end ``` but it doesn't match the current data. when...

https://github.com/PrismarineJS/mineflayer/discussions/2411 How to make mineflayer use bedrock-protocol instead of minecraft-protocol?

Found the issue, my php configuration is set to show notices message, . just add: ``` error_reporting(0); ``` at top of php.