Kailash Nadh
Kailash Nadh
I'd compiled the app with `v0.8.1`. Looks like the language has changed between that and `v0.9.0`. Please feel free to send a PR if you're able to fix this, or...
It's possible to use the tags array for this. eg: `["synonym:New word", "antonym: Another word", "audio:http://...."]. This involves doing some basic string parsing in the templates. Better yet, we could...
Let's see if this gets merged https://github.com/lloyd/wnram/pull/3. If it does, then there's no need to do string parsing in this PR at all.
@hold7door don't think that PR is getting merged. Why don't you fork the repo and add `Look.NumRelations()`? Then, we can merge the PR.
This is now live. `dig fun.dict @dns.toys`. Thanks for the great PR!
Sounds good, @mikolysz! Please do send a PR. > 3d20+5.dice We can use `-` here also for consistency.
Good job @hold7door! Your implementation is neat. I'd been thinking of adding a dictionary service, but with [WordNet](https://wordnet.princeton.edu/) though. I think that would be a better approach as it would...
This is excellent @hold7door! There are are couple cosmetic fixes I'd like to make, if you don't mind. Please go ahead and send a PR. Thanks again.
I'm a bit confused. Could you give an example query + responses?
Ah yes, I'd forgotten about this. Will add an API to detach the event listener.