Wes

Results 11 issues of Wes

Great hack :D I'm suggesting an alternative syntax https://eval.in/313740 compilation works ```

I would throw an EngineException (PHP7) for consistency with PHP's own type hinting. Or, better, I'd use trigger_error() for PHP5 compatibility (which would presumably result in a EngineException in PHP7)

### Type of Issue BUG ---------------------------------------- #### Operating System Windows 10 #### PySimpleGUI Port tkinter ---------------------------------------- ## Versions #### Python version 3.10 #### PySimpleGUI Version 4.59.0 #### GUI Version tkinter...

Bug
duplicate
TK

once you tried judy arrays, you can't live without them! any chance to get the extension updated for php7? :)

imagine the following: ``` php $x = new WeakRef($obj); $x->onLoss(function() use($map){ echo "the object was garbage collected"; $map->remove($weakref); }); // or even... $x->onBeforeLoss(function($object){ echo "the object is about to be...

Feature Request

I am not sure this is by design or a bug but the appearance of the gtao characters is never saved, only their outfits is, which of course is not...

if it's kept, it should pad to the "visible width", ergo should take count of combining glyphs

they are redundant with substring(). there are better ways to avoid unnecessary copies [stringbuilder is one, or interning], provided that we care of this kind of optimizations

which characters will trim() trim? whitespace is very subjective and different in every language, including unicode i would use C#'s whitespace definition as default (https://msdn.microsoft.com/en-us/library/t809ektx(v=vs.110).aspx) plus the null byte as...