Stewart MacLean
Stewart MacLean
**Bug description** Non (UI) blocking threaded calls are not returning when expected. A comment in the suspect method indicates that there is a bug in the VM. This could be...
**Bug description** When a SpPresenter is made to fill the OS window using SpPresenter>>asWorldWindow, the window doesn't refresh correctly all the time. **To Reproduce** Steps to reproduce the behavior: 1....
In Pharo 10 I can't find the method to open a morph/presenter in full screen mode to ensure the user cannot access content behind it: **MyPresenter new openWorldWithSpec.** The guide...
I have found SIXX useful for porting objects between dialects of Smalltalk. Suggest adding https://github.com/mumez/SIXX to https://github.com/pharo-open-documentation/pharo-wiki/blob/master/PharoProjects/ObjectsSerialization.md. SIXX has problems loading in Pharo 9 due to missing GLMHighlighterTextStylerDecorator, but just...
Hi, Can you please include the installation instructions contained in your video in the read me for easy reference. Great tips in your video and a very useful utility -...
Bug description If a border style is set on a RSAthensMorph, the drawOn: method doesn't use it. To Reproduce Steps to reproduce the behavior: Set a border style on a...
When filing in classes that have sub tags, a separate package is created. It should be within the parent package. **Expected behavior** The classes should be sub tagged within the...