Hernán Morales Durand

Results 144 issues of Hernán Morales Durand

Currently there is no easy way to directly create a DataFrame with preconfigured collections of column and row names. Add a class method named withColumnNames:withRowNames: to answer a new DataFrame...

new feature
api
Difficulty: Easy
hacktoberfest

Currently DataFrame only expects a FileReference as parameter to create an instance: ```smalltalk DataFrame readFromCsv: '/dir1/dir2/myfile.csv' asFileReference ``` It could be a nice time saver to let the DataFrame actually...

new feature
api
Difficulty: Easy

It would be nice to have groups defined in the BaselineOfDataFrame, to avoid loading tests.

baseline
Difficulty: Medium
to be discussed

Installing in macOS BigSur 11.6.1 raise the following error: ```bash ❯ pip install -r requirements.txt Found existing alias for "pip install -r requirements.txt". You should use: "pipir" DEPRECATION: Configuring installation...

The "full" Metacello group actually does not load the "Core" group, so it is not really the "Full" version. I suggest that the "Full" Roassal 3 Baseline group includes also...

Using Pharo 9.0 it seems #zoomToFit does not really zoom to fit inner figures to the window borders. Consider the following code: ```smalltalk | c | c := RSCanvas new....

Imagine I have loaded a very complex Baseline, using Metacello. I would like to inspect which other Baselines are loaded by this complex Baseline. And maybe check for Baseline dependencies...

[crash.txt](https://github.com/pharo-project/opensmalltalk-vm/files/7963432/crash.txt) Let me know if you need some info but this happened while my box was unattended.

The crash is not easily reproducible so far. This is how I could reproduce it 2 times: Evaluate any script to bring a modal dialog window (here below username does...

bug

I am experimenting a bit with langcc to generate a Smalltalk parser from one of its BNFs. However, I encounter an "Invalid token" problem with some characters, e.g. % <...