Hernán Morales Durand
Hernán Morales Durand
Upgrade packages should be implemented. ` pi upgrade SomePackage ` Output should report the upgrade status of SomePackage, or all packages passed to command-line.
This is currently a feature somewhat missing in Pharo. Uninstall a package should be as simple as: ` pi uninstall SomePackage ` Output should report which packages were successfully uninstalled.
I started to work on a plugin to show two methods on the code pane of the System Browser. It was discussed on the mailing list some time ago: http://forum.world.st/Test-method-auto-generation-in-Calypso-tp5104463.html...
Metacello integration is not disabled by default (as stated in the README) in the latest Pharo 6.1 image: ```smalltalk Iceberg enableMetacelloIntegration. " true " ``` Running the install script without...
Probably it's me but I tried two commits from Pharo 9, one from macOS and another one from Windows, and in both cases the line endings are always taken into...
Using macOS (highSierra) and Pharo 8, installing VLC as follows: ```smalltalk Metacello new baseline: 'VLC'; repository: 'github://badetitou/Pharo-LibVLC'; load. ``` Tried to reproduce a video: ```smalltalk | vlc media mediaList mediaListPlayer...
WeakRegistry is not available anymore in Pharo 12, thus a lot of tests won't pass because VOMongoRepository references the global.
Fix two failing tests in P11. Allow to pass on error downloading css files. (Lot of automatic changes due to new Tonel formatting)
This PR handle errors due to unavailable CSS frameworks by skipping the download and reporting the error to the Transcript (issue #693) (Note: Inadvertently, in Pharo 12, all Symbol specifying...
While opening the Microdown HTML Styler some frameworks could fail to download (404 error)