moshewe
moshewe
There is no way to link a country to the language spoken in it using the library only as it's written right now. Solutions exist, E.g.: https://stackoverflow.com/questions/2680619/match-language-code-with-countries-where-this-language-is-an-official-or-commonl https://stackoverflow.com/questions/32773035/list-of-language-codes-iso639-1-in-python Getting from...
The current policy, as far as I understand from the source code, is to immediately fork |workers|/2 times (not including the last worker), immediately disconnect |workers|/2 workers, and disconnect the...
I had to look at the source code to understand how it works. We can add this to the README.
Implemented in `Workflow`. I wasn't able to run the tests in the library (no explanation I could find on how to do that), but I've run the code with my...
**Describe the bug** Some workflows generated by the library are not valid. E.g. workflows with name over 63 characters in length. **To Reproduce** Create a workflow with a name 64...
### Bug Description `load_data` method doesn't use all of `partition_via_api`'s options and makes use of file path only. In my case I want to use an uploaded file and I...