Trevor N. Suarez

Results 74 comments of Trevor N. Suarez

> is it possible to make an offline copy if these online sources? An offline copy of the entirety of a language dictionary? Not that I know of. If it...

Yeaaaa, the Oxford API was updated and they dropped support for v1. See #12. I need to get to reviewing #13 soon, which _should_ fix this. Sorry!

Yea, as you mentioned, this is already possible via the `DEFINE_APP_PREFERRED_SOURCE` or `DEFINE_APP_SOURCE` environment variables (they have different behaviors). However, you're right in that this could be better documented. I...

This is a great idea. I didn't consider it before, because it seemed unnecessary, but I'm a huge fan of colorized output, myself. I'll look into this! Thanks! 😃

Hmm, strange. Maybe a service is down or a service API changed. Could you provide more information for me? Like, what source are you using? Also, could you provide your...

Ah ha! It seems that there's actually a supplemental/experimental package for the DICT protocol for Go already! - golang.org/x/net/dict - https://godoc.org/golang.org/x/net/dict - https://github.com/golang/net/tree/6078986fec03a1dcc236c34816c71b0e05018fda/dict

Yea, good call. I actually tried to bake in 5.6 compatibility, but the Gmp extension changed a bit. I'll make another attempt soon. Thanks!

Did you follow the [installation steps](https://github.com/Rican7/MediaWiki-MarkdownExtraParser#installation) carefully? This library requires Michael Fortin's [PHP Markdown Extra library](http://michelf.ca/projects/php-markdown/). This is essentially an extension of it.

Ohhhh. I see the problem. Michael's completely refactored a new version. This library expects the "classic" library: https://littoral.michelf.ca/code/php-markdown/php-markdown-extra-1.2.8.zip I'll have to update the readme.