-
```
Question: EventRecorderMorph was setting the user for the hand, but in Pharo it
seems that there's no per-user hand (or per-hand user), so what do we want to
do?
```
Original issue reported on …
-
-
Bug:
Setting a debug point in the new implementors / senders window makes the slider go crazy. Windows resize dramatically. Slider won't follow the mouse. General mayhem ensues.
Reproduction:
…
-
Based on the comments on [reddit for the 7.0 release](https://www.reddit.com/r/programming/comments/aimwlh/pharo_70_released/), I think it would be good to have a "How to get started" documentation th…
-
# APPIMAGE
There is an open source tool for packaging and running software on **any** Linux distribution
It is called "AppImage" (see [https://appimage.org/](https://appimage.org/))
It is used by…
-
here's the first of many failures https://travis-ci.org/dalehenrich/gsDevKitHome/jobs/57579487#L431
-
I see that this was supported for Pharo 6 so expecting it to automatically work for Pharo 9 was a bit of a stretch. However, my fingers are trained for vim after 25 years and hard to go over to a mou…
-
Doing "inspect" to the example provided in the README under Pharo 10 (any platform) results in a white Morph instead of the expected result. More information is needed to know what changed between the…
-
In Pharo 13 (build 175), cloning a repository doesn’t show any progress bar, unlike in Pharo 8 (build 1124) in which progress bars are shown for the ‘fetching’ and ‘checking out’ steps:
https://git…
-
Simulation of the StackVM produces the primitiveFFIIntegerAtPut to fail in Pharo 11 with this script:
```smalltalk
| options stackInterpreterSimulator |
VMStackPages initialize.
options := {
…