UpdatedPharoByExample icon indicating copy to clipboard operation
UpdatedPharoByExample copied to clipboard

A version of Pharo by Example for Pharo 50.

Results 41 UpdatedPharoByExample issues
Sort by recently updated
recently updated
newest added

As reported by marc at pcwdld, Firebug is not available anymore. Update references to current java script debug tools

This repository should be renamed to PharoByExample-English and maybe the old repo renamed to PharoExample-English-deprecated something like that. We should have a way to know which books are in use...

Create Pharo7 branch - Change title page to Pharo 7 - Update community section to remove IRC, Slack, and add Discord

I think that it would be interesting to explain what is a `shadow` and an `undeclared` variable somewhere in UPBE because when I search for information about it some month...

question
new content

PDF format on e-book readers is _unpleasant_ (it cannot scale, you read every page like a image: zoom in - scroll - zoom out - next page). So it will...

The chapter on SUnit needs to be updated to record that: - Resources have setUp and tearDown methods, and these should do the work - shouldInheritSelectors on the class side...

The Pillar Pharo 4.0 CI build being used for building this book is not available anymore:. The dead URL is: https://ci.inria.fr/pharo-contribution/job/Pillar/PHARO=40,VERSION=stable,VM=vm/lastSuccessfulBuild/artifact/Pillar.zip It also seems that newer pillar versions don't support...

From discord: ``` Ghoetker: On page 3 of PHARO BY EXAMPLE 5, reference is made to getting help from via Slack. Am I correct that this has moved over to...

The text says: We can turn our ”NoPanic” code example into the test method itself: ``` testShout self assert: ('No panic' shout = 'NO PANIC!') ``` However, the figure shows:...

On p.245 of PBE5, I ran across a problem I can't solve. I don't think the problem is with the sample but I've double-checked my typing and deleted the offending...