Cecil Coupe
Cecil Coupe
Here's the script I'm using - in case I'm calculating transfer rates incorrectly or you want to compare. ```ruby Shoes.app do background "#eee" @list = stack do para "Enter a...
I've got the Shoes Windows download to 90 secs (**not** as pathetic) by dropping the (Windows) gtk_idle timeout from 100ms to 5ms - see shoes/native/gtk.c(shoes_native_loop(). Much of Shoes/Windows seems snappier...
> Testing on a larger file resulted in freezing Shoes UI. I'm attempting to modify /lib/shoes/download.rb with typhoeus and I can see how that happens in the old code. The...
I've got a version of lib/shoes/download.rb using Typhoeus and it's performance is less than stellar on Windows. 123KB/s and 91 secs to to download the 10.9Mb file. 4 or 5...
The can of worms is fully open **now**! The old ruby, download.rb replacement was not compliant with the 3.0 download api as documented in the manual. There is a segfault...
There's a Shoes [3.3.4 beta ](https://walkabout.mvmanila.com/public/shoes)
Are the emojis in the font being used? The default fonts from Shoes doesn't have them so you need to specify the correct font name for each element. The 'correct'...
DejaVuSans is a Shoes font. You need to use a system font that has emoji's. This should list all the fonts you have on your system. ```ruby Shoes.app do stack...
I don't have fonts with emojis on my Linux system or I don't know their names or the unicode for the glyph because I don't use emojis. What is the...
I suspect this is related to the focus problems Shoes has with NSTextFields. (and focus in general)