David Bajger
David Bajger
Hi! There is possible to use "shift+enter" keyboard shortcut and open Spotter. You can then open any class in System browser and define new or change existing code (saving is...
Currently section about loading [MC project from local directory](https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md#project-from-local-repository), contains just explanation of 2 prefixes: `tonel`, or `filetree`. See: > This snippet should be configured with: > > {prefix}: This...
**Describe the bug** When creating new image, without specifying template, old version of stable Pharo is used. **To Reproduce** Steps to reproduce the behavior: 1. Execute: `./pharo-launcher image create my2`...
**Describe the bug** UI of Pharo launcher is freezed - cannot interact with Pharo, after check of template update is performed after 24 hours. **To Reproduce** Steps to reproduce the...
_Enhance ClapFlag with option to specify short form of flag name._ **Describe the request** Currently, short form ClapFlag instance is always represented by first letter of long version name. This...
**Bug description** In Exercism Pharo track is OSSubprocess project used. However it fails on P7 (backward compatibility is handled there). During initialization of `OSVMProcess` class, is `OldStandardFileStream>>open:forWrite:` sent, which causes...
Changes related to discussion topic: https://forum.exercism.org/t/variable-naming/10172/6 - Ongoing changes will redefine variable name on all active exercises. - Active exercises will get updated metadata and descriptions as well. Current status...