Georges Labrèche

Results 16 comments of Georges Labrèche

I believe this is the same issue: https://github.com/mholt/PapaParse/issues/685

I do apologize for mistakingly relating the two different issues!

I got the same issue when building CZMQ v3.0.2 with GCC7. I solved by patching in the fix in this commit: https://github.com/zeromq/czmq/pull/1618/commits Specifically: https://github.com/zeromq/czmq/pull/1618/commits/b651cb479235751b22b8f9a822a2fc6bc1be01ab

Great idea @andradadad! I will look into this.

Hey @andradadad and @097115, try out the following branch and let me know if it meets your requirements: https://github.com/opendatakosovo/cyrillic-transliteration/tree/command_exec # Instructions Sample command line call to transliterate a Russian text...

@097115 good catch. Pipes is now supported. Try this and let me know how it goes: ```bash echo "АаБбВв" | python cyrtranslit.py -l RU ``` For the problem with Cyrillic...

@andradadad thank you for the thorough testing! Current support is only up to Python 3.7: https://github.com/opendatakosovo/cyrillic-transliteration/pull/13 If lack of support for 3.8 is a blocker for you then I can...

@097115 I was thinking of just a shell script but maybe you have a better suggestion? I wouldn't do anything for the Windows environment though because I currently do not...

True. I put the separation of concern/languages as a simple way to be straightforward and clear for someone who would want to include new languages. Maybe this should be fixed...

Thank you for your insights! Feel free to make an assumption to the best of your knowledge and create a pull request!