Liam Doherty

Results 94 comments of Liam Doherty

@ivanagui2 Can you clarify the issue you are raising here? The entry 鬱金香 is already included with the above pronunciations in the Japanese dictionary.

Hi Dimsok, thanks for reporting this. Ruby 1.8.7 was released in 2008 and is no longer supported or maintained by the Ruby developers. Versions as early as 1.9.3 seem to...

Yes, you definitely need all of the required gems or the script won't work at all. For example, without `zlib` you won't have any way of opening the `.dict.dz` files...

Your problem 1. is because you were using Windows "\\" characters to separate your file path (which Ruby interprets as escapes), rather than "/". [Ruby uses "/" to separate paths,...

Absolutely! The capabilities of both languages are quite similar so I don't think there is any reason why it couldn't be done. :smile:

Hi Firef0x, thanks for your interest in gdcl and adding it to Arch User Repository! :smile: I think it's a great idea and agree that the executable name would be...

Keeping this issue open until proper config files are set up

Hi Firef0x, thanks for the feedback. If I'm understanding you correctly, we could have the script read the `config.yml` file first from `~/.config/gdcl` _if it exists_, and if it doesn't...

8f77596 should resolve this issue. When run for the first time, the script looks for config.yml in the user home, $XDG_CONFIG_DIRS, and the script executable folder itself (in that order)....