-
Steps to reproduce in MacOS terminal:
1. Execute `curl https://get.pharo.org/110+vmLatest | bash`
2. Install Bloc
3. Execute `./pharo Pharo.image eval --no-quit "BlSpace new useSDL2Host; addEventHa…
-
after installation when I execute
lib := LibSSH2Library uniqueInstance.
lib init.
it fails in LibSSH2Library>>subclassResponsibility
-
RSR sockets should set FD_CLOEXEC on platforms where this is possible.
Otherwise, an open socket will be inherited by any local child processes.
A subsequent local close of the RSR connection wi…
-
This is a jewel you made @kaminami
I'm evaluating DebugReport as the preferred debug support for [Ride](https://github.com/sebastianconcept/ride)-based applications in production.
What about …
-
If you go in Source -> Code changes and try to click on directory :it says SpMorphicBackend had the subclass responsibility to implement #openFileDialog:
Also SpFileDialog is a subclass of Object …
-
**Describe the bug**
Having Unicode characters in any of the environment variables makes the pharo launcher break while Clicking "Show" in the VMs and probably hangs while trying to launch an image.
…
-
Setting RSLabel font as italic or bold does not have any effect on linux. It works fine on Windows (except of https://github.com/pharo-graphics/Roassal/issues/64)
Screenshot - Ubuntu on the left, W…
-
-
CI build fails in Pharo 11:
```
Instance of False did not understand #isImageStarting
False(Object)>>doesNotUnderstand: #isImageStarting
SmalltalkCIPharo11 class>>saveImage
SmalltalkCI class>>s…
-
When getting a fresh P13 image, it is not possible to run any menu action opening a table presenter, like configuring a breakpoint or showing Epicea code changes. When trying to do so, it is always th…