Martín Dias
Martín Dias
The problem persists after: 1. Added the missing superclass again 2. Commit it (the git commit is NOT empty in this case) 3. Loaded again all Brick in a new...
+1 I know there is SpTSearchable and the table presenter is a users, but don't have much experience on those features.
This is fixed by #118, right?
According to README, this is already supported as an option of `SCIMetacelloLoadSpec` (https://github.com/hpi-swa/smalltalkCI#scimetacelloloadspec). However, we tested it in Roassal3+Pharo9 in the same situation that @dionisiydk when reported the issue and...
That "other solution" was to create preloading .st script that sends `removeFromSystem` to already loaded packages (not nice but worked... idea taken from Iceberg project). I think this is not...
Ah, to complete the example, the df contents were filled with: ``` 1 to: df rowNames size do: [ :rowIndex | 1 to: df columnNames size do: [ :columnIndex |...
Something to improve might be that the cells contents are aligned to right on ASCII, but not for markdown: ``` | # | c1 | c2 | c3 | c4...
@hernanmd I wasn't aware of this code, it's good to know it. I wrote it from scratch. This code is not nice with blocks but it has more options than...
I ported the code, as an exercise: https://gist.github.com/tinchodias/0f99be3cecbe3fc5ed93dea90c877fd5 But there are far too many block closures!
Refactored in a small hierarchy of printers + tests in attached st [ColumnAlignedPrinter.st.zip](https://github.com/PolyMathOrg/DataFrame/files/8376970/ColumnAlignedPrinter.st.zip)