and

Results 25 comments of and

I'm also getting this error with a clean install. ``` OS: Win10 x86_64 Hardware: Surface Book ``` I don't know if shoes uses an internal interpreter so I'll include my...

@ccoupe I'm still getting this mysterious error on both 3.3.3 and 3.3.2. Are there any external dependencies needed for shoes?

Doesn't seem to change anything. Additionally it wouldn't match an empty string: ![image](https://user-images.githubusercontent.com/13488718/188680590-1269bca4-7904-486f-b8f7-c4f476a5a68a.png)

OH, yeah, that's smart, sorry! I'll remember that for next time.

Yeah, then that's what tripped me up. I'm used to first-come-first-matched approach to regexps.

If I'm reading tools.deploy.shaker correctly, stripping predicate-definition would break not just SINGLETON: but all PREDICATE: classes too? Leaving this comment here cause it's 3:30am for me, I need sleep, but...

Example of the input queue getting filed up: https://github.com/factor/factor/assets/13488718/1101b017-3ac7-4fe1-bdd8-b15f1aa95a66

Actually, this is a general issue with the Listener. If anything causes the listener to generate something with an `height x width` greater than `32767`, it will raise an error....

Also, generalizing the existing approach wouldn't work as splitting Arabic on graphemes incorrectly splits the text: ![Screenshot_20230920_170937](https://github.com/factor/factor/assets/13488718/1c8faa14-aaf6-4687-8815-619b854325b2) Anyways, I'm out of gas to look into this for today.