Astares
Astares
UUID class according to comment follows RFC4122 But UUID is not UUID: basically there are 8 variants ("UUIDv1" to "UUIDv8") available in general and a new RFC9562 that obsoletes RFC4122...
We already have - books.pharo.org - mooc.pharo.org - association.pharo.org - consortium.pharo.org - ... and a few others @Marcus now prepares the Pharo Paper collection on [https://hal.science/PHARO/](https://t.co/q21HRt9K5c) I think it make...
Pharo 13, class comment of SpApplication says one should use #openWithSpec but #openWithSpec is not valid anymore and removed 
In file *CI.yml* for the GitHub actions the CI automagically downloads: http://files.pharo.org/get-files/110/pharo-win-stable-signed.zip (currently from Pharo 11) when building the Advanced installer. It is downloaded via PowerShell script:  But this...
See https://github.com/pharo-project/pharo/issues/17534
see https://github.com/pharo-project/pharo/issues/16395
Open the new finder, select "Source" and enter some text that you want to search in all sources. The finder runs and does list the methods including the source -...
Calypso usually displays abstract classes in an italic font style - so one can directly see that they are abstract. Unfortunately in the implementation flow Calypso does not directly show...
- create a package **Foo** and then a single trait **TSuper** ``` Trait
- use latest P14 image and load "Toplo/Bloc" from library menu - after some loading time debugger will open