Mehdi Nassim KHODJA
Mehdi Nassim KHODJA
You can use `arabic-reshaper` and `python-bidi` to display an Arabic text ```python3 import arabic_reshaper # pip install arabic-reshaper from bidi.algorithm import get_display # pip install python-bidi text = 'مهدي نسيم'...
[Chaquopy](https://chaquo.com/chaquopy/) is a Python SDK for Android it provides a Simple APIs for calling Python code from Java/Kotlin, and vice versa. it may be a good option. Disclaimer: I didn't...
I created this [example repo](https://github.com/naskio/chaquopy-mishkal) where I used [chaquopy](https://chaquo.com/chaquopy/) for running [mishkal](https://github.com/linuxscout/mishkal) in a native android app. Note: chaquopy is a commercial product but it can be used without a...
Hi Any updates ? Thanks
> Looks good to me know. However, seems to be the case that there are still some conflicts to address. Can you please re-check now ?
it is also required to add: - `CNAME` file - configure the site `_config.yml` to use the domain name `ilgpu.net`
> Looks good to me. However, there still seems to be a problem with the copyright headers. There is also a script to adjust the copyright headers in the `Tools`...
Hello @keajer The error you are experiencing does not seem to be related to this library. For further information, please check out this section ["Memory-related errors"](https://docs.n8n.io/flow-logic/error-handling/memory-errors/#memory-related-errors)
Hi @KevinRich651 You can read this section on README https://github.com/naskio/n8n-nodes-python#notes Actually, the stderr is the one used to pass data the between if the code == 0 otherwise stderr will...
Hi @KevinRich651 I don't think that the error is related to this package. I suggest that you move all the code related to read/write data to DB outside the PythonNode...