Jose Luis Duran

Results 83 comments of Jose Luis Duran

Closed by e9a2e4d1d28bf608a2ec915e25df9200af98e3b8?

Yes, currently working on them: https://github.com/jlduran/freebsd-src/commit/02f1c1de12e9e3a0a9f23db05171582356d8c07f https://github.com/jlduran/freebsd-src/commit/fe665ad65b1633ee97b071f5c68d517dc2068956 https://github.com/jlduran/freebsd-src/commit/09cc6f94f10629092501155fb030a72024fa30e7 https://github.com/jlduran/freebsd-src/commit/7f2af3d8a0646537d2572aef7c36eea766062c73 You'll receive a PR shortly. Also upstreaming some of our changes: https://github.com/zoulasc/blocklist/pull/5 https://github.com/zoulasc/blocklist/pull/6 Thank you!

@alethea Something like this? ``` ruby require 'numbers_and_words' number = 42 locales = %i(aa en es fr ru zh) locales.each do |locale| begin I18n.with_locale(locale) { p number.to_words } rescue I18n::InvalidLocale...

Hi! I haven't been able to reproduce it. Do you mind sharing your installed gem versions?: ```ruby >> I18n.with_locale(:en) { (3.75).to_words } => "three and seventy-five hundredths" >> NumbersAndWords::VERSION =>...

Hello @brajo083! could you also add the following two files: spec/numbers_and_words/integer/fixture_examples/th.yml spec/numbers_and_words/array/fixture_examples/th.yml

@kslazarev: Could you enable the Wikis for this repo?

I'll test using: ```sh RC_CONFS="${WRKDIR}/world/etc/rc.conf ${WRKDIR}/world/etc/rc.conf.local" \ RC_DEFAULTS="${WRKDIR}/world/etc/defaults/rc.conf" \ sysrc -q hostname="${HOSTNAME}" ``` instead, it should be a little better. Or maybe I'll look into `HLINK_FILES`.

My testing on this subject has been halted for a while. In the meantime, add a common check (`if [ "${arch}" == "${host_arch}" ]`) to keep the current behavior, else...