Saeed Rasooli
Saeed Rasooli
Can you give me a hint how to modify my C code to make it compile to Go? Here is my panic line (I modified the message a bit): ```...
I don't speak Japanese so I can't fully grasp this. But shouldn't this be fixed in the JMdict itself?
This library's code should be useful: https://github.com/neocl/jamdict
I just saw this after I posted my PR :( https://github.com/globalsign/mgo/pull/357
Yours is more flexible, but looks like it does not support string pointer, which is much more useful than array...
Oh crud! My PR is based on master, and looks like the upstream master is not merged into development for a while and there are conflicts! I think we better...
Please take a look if you may: https://github.com/globalsign/mgo/pull/357 I'm closing my PR.
I don't think sync.Map would be a good default choice. Caches are gerenally read more freaquently that written to. I would suggest sending your cache updates to a channel and...
Thank you for this project. It's specially nice that it can properly render Arabic words. (when I say Arabic it also applies to Persian, Urdu and other languages that use...
I have some troubles with Cmder but not ConEmu: - Python 3.11.1 and 3.10 interactive modes do not work for me on Cmder. The interactive prompt does not show (it...