The Blind Hawk
The Blind Hawk
> Thanks! but I still got the same error on ```zephir generate```. ``` PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in phar:///usr/local/bin/zephir/Library/Parser/Parser.php...
Thanks, I tried these: ``` % git checkout tags/v5.0.0RC4 ./ error: pathspec 'tags/v5.0.0RC4' did not match any file(s) known to git % git checkout v5.0.0RC4 ./ error: pathspec 'v5.0.0RC4' did...
## fix I tried the following steps, and it worked! 1. I downloaded the repo from here: https://github.com/phalcon/cphalcon/releases/tag/v5.0.0RC4 2. I ran the following: ``` cd cphalcon/ zephir fullclean zephir compile...
Same issue here! I have pretty large object schemas that need to be changed altogether, and I am trying to use functions similar to the following for that. ```typescript export...
I recently tried creating a new package for displaying barcodes called ```react-native-barcoder``` https://www.npmjs.com/package/react-native-barcoder EAN13 should also be working there.