Guille Polito

Results 270 comments of Guille Polito

There is a consistent error in all builds: ``` Syntax Error on line 3: 'End of statement expected' =================================================== 1: UndefinedMethod arg1 2: 3: ^ arg1 + arg2 ``` So...

Looking at the code, I wonder if this has something to do with decompilation. It looks like this is a method with two args that are not properly decompiled. But...

Hi @liangbing64 , the windowing system has been moved from the VM to a normal pharo library in Pharo9. This is probably a side effect of that move. In the...

IME support is still work in progress in: https://github.com/tomooda/PharoIM I know @tomooda has done some progress on that front. You can help checking the code there, testing it, or improving...

Is this happening for GitHub actions only? or others too?

Only 400 lines removed oveall, I'm disappointed

I'm not against pushing this to after the release (I just did it and push it because I had 2 dead hours). I agree with @tesonep's @astares's concern about backwards...

As a follow up, this needs to be reworked a bit: - it has merge conflicts now :) - we need an altenative for those users that are not depending...

It makes no sense to transform a string to a byte array (wether wide or not) without an encoding. We should forbid that as it is the source of many...