CyrilFerlicot
CyrilFerlicot
The theme management of the progress bar is a little messy because it gives a progress bar parameter that is never used. And some methods have "style" in the name...
- Remove #stylingEnabled: because this is never used and if we do not want to style a text, we should not give it to the styler - Remove #text ivar...
In Shout we have a variable plugins but this is never used. This is dead code that we could remove. Since we are in freeze phase I'm opening an issue...
Currently we have #classes/#classesDo:/#classesAndTraits/#classesAndTraitsDo: that are all returning classes and traits. We discussed with Steph and Marcus and we don't like it. Here is what we would like to get:...
When you are on a class side method and you refer to the class you are in, then the description of the rule is wrong because it tells you to...
I just ran a test suite in DrTest and I had an error in the setup of a test resource. It blocked the executions of my tests and I had...
Today Christophe ran tests that are pretty long and it was hard to know when the tests finished or not. It might be nice to have a progress bar with...
In Pharo 13 since a few weeks I cannot use the rename temp refactoring from Calypso because when I try to apply it I get a popup saying it will...
In the repository browser we can see a list of changes that happened in a commit. I wanted to browse some of the elements of the change (a method that...
If possible it might be nice to let the documentation take more width on the webpage  See, here I have scrolls in the table but so much space unused...