Amir Mirmoeini
Amir Mirmoeini
I couldn't find any info about the state of multithreading in this library. Can you please explain more?
The code is using str_word_count so many times, the problem with this function is that when Unicode strings are provided it returns a excessively high number which will make the...
Hi, I used this plugin in an RTL project. The sub menu is positioned incorrectly and some other things like icons are not in their right place. I fixed this...
Hi, In new versions of MySQL and MariaDB running the SQL file creates this error for each function: `#1418 - This function has none of DETERMINISTIC, NO SQL, or READS...
## My actions before raising this issue - [*] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [*] Read/searched [the docs](https://docs.openfaas.com/) - [*] Searched [past issues](/issues) I read all the docs but this...
Hi, I found this small bug, the behavior is unexpected when create table is parsed and one of the columns contains tinyint type. I found the bug and fixed it:...
Hi, Does this work with react router v5 safely? Thanks
Hi, Please add a simple option so that ImagePicker config would be passable to the ImagePicker library. Right now, we can not config the image size or anything else. You...
Looks like Pthreads is now stable in Emscripten. Is there any barrier to add it?
Hi, How do you enable Unicode in Phroute? I tried changing \w with \pL but it did not work. Any solutions? - I can't use \x{600}-\x{6FF} becuase phroute considers {}...