Hernán Morales Durand
Hernán Morales Durand
## Description The current implementation of the Color Picker feature does not update the color of the "Setting Browser" button after a new color has been selected and accepted. This...
I read the [Logistic Regression section](https://github.com/pharo-ai/wiki/blob/master/wiki/MachineLearning/Logistic-Regression.md), I think there is a bit of a "jump" in "Now we have to train the logistic regression model." because #learningRate and #maxIterations are...
**To Reproduce** Steps to reproduce the behavior: 1. Open a Browser 2. Create a new package A, with a tag B inside 3. Create a new package Z (without any...
This PR addresses missing tests reported in #11337: - Add test for `hierarchyDefinesClassVariable:` - Add test for `hierarchyDefinesPoolDictionary: ` - Add test for `superclassRedefines:` - Marked wrong critiques for RefactoringData
Add a convenience method so we don't have to ask `listPresenter` to set the header title of a filtering list: ```smalltalk headerTitle: aString listPresenter headerTitle: aString ```
To follow NewTools guidelines
Seems to be dead code so we should remove it.
One of the latests commits had to [include a "hack"](https://github.com/pharo-spec/NewTools/commit/512dfd9fbcc27e3dc649c7ab70c7ec3e7e09663e#diff-37973a94f8cf5fb397278fb81a8fa4c9d5ab0921c99378c6484d63eef13d8e1bR73) to update the `desiredVisibleRow` in a Spec tree presenter. The problem was discovered after expanding the path selection and scrolling...
## How to reproduce - Open the New File Browser - Select a .st file - Select a selector that exists in the image as a method. - Hit Ctrl...
**Bug description** When a new image is opened, the first **To Reproduce** 1. Have a startup.st in General Preferences Folder with contents similar to https://github.com/hernanmd/pharo-startup-settings/blob/main/startup.st 2. Open the image 3....