StéphaneDucasse
StéphaneDucasse
./build/pillar kjl Invalid arguments: "kjl --baseDirectory=/var/tmp/pillar" illar is a system to produce documents (latex, html, markdown....) from a wiki like syntax named pillar. More information in deepintopharo books http://books.pharo.org and...
I'm extracting core from Model. I will probably do the same of a simple visitor. Then after the Model tests package should be split too.
like that we can enable it on demand.
sort: aCollectionOfReferences limit: anInteger by: aString | references | references := aCollectionOfReferences first: anInteger. aString = 'date' ifTrue: [ ^ PRDocumentListDateSorter with: references ]. aString = 'name' ifTrue: [ ^...
https://codingislove.com/display-maths-formulas-webpage/
- create project - add a package to the project - commit - it is commited - open the packages it is not in the project - if you readd...
As shown in the following I do not understand if my project is in dev or master :( 
- create a tag - create a commit - push - the tag is not pushed `self tags` is empty in the following method because it returns the tag of...