Aliaksei Syrel

Results 34 comments of Aliaksei Syrel

Thanks for the issue! Could you make sure that you execute the script in an empty folder or remove `gt-installer` executable from the folder?

**Update:** After a bit of digging, we found that `git_commit_message` does not guarantee the returned message to be encoded in UTF-8. In fact: > Commit log messages are typically encoded...

It appears to crash during `NSOpenGLContext update` being called from a non-ui thread. `macOS Catalina 10.15.5 Beta (19F62f)` ``` Process 5385 stopped * thread #8, stop reason = EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP,...

Hello @svenvc and @noha. I was just randomly reading a URI RFC and accidentally stumbled across a path segment grammar. https://datatracker.ietf.org/doc/html/rfc3986#section-3.3 According to the grammar, a segment can not contain...

The reason why Fenster is in a separate repository is because it is used by windowing libraries such as `Glutin` which is packaged outside of bloc. So we have now...

Never mind, moving fenster to bloc is a solution

@Ducasse it checks that the current color is nil, not the new one. Works just fine: ``` BlColorPaint new color: Color red ```

@Ducasse yes, now that Pharo9 supports (it does, right?) readonly objects it is better to use it rather than errors

Hi This signal helps to understand who and from where sends the repaint requests. Without stack it makes no sense