StéphaneDucasse

Results 622 issues of 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.

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 :( ![Capture 2024-04-14 at 20 32 30](https://github.com/pharo-vcs/iceberg/assets/432549/4362333e-3a4d-4810-9e40-b46bddabb5a7)

- 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...

Pharo12