Jan Blizničenko

Results 36 issues of Jan Blizničenko

I am not exactly sure what is the source of the problem, but all Pharo CI/CD on Linux and Mac stopped working in last 24 hours. Win builds seem unaffected....

Bug
IMPORTANT ISSUE

**Problem description** Class `Model` uses `Announcer` and has getter `announcer` and `whenChangedDo:`. What I am missing is support for `unsubscribe: aSubscriber`. If I directly use `aModel announcer unsubscribe: aSubscriber`, it...

Enhancement

Hello, I am trying to make GitLab CI working for my private repository. I created .gitlab-ci.yml for testing on Pharo 10 and .smalltalk.ston with passwordEnvVar set, but I get following...

gitlab-ci

MAMorphicTokenCompletion does not allow removing items, or at least it is not clear how to do that. Noticed this in Pharo 9 (so is not related to Pharo 10 changes).

Magritte-Morph uses many classes and method that are not present in Pharo10+, so it does not work in many cases in Pharo 10+. References to Spec1 classes that could probably...

Multiple fixes and updates for Pharo 10, incl. usage of Spec2 instead of Spec1. Partially fixes https://github.com/magritte-metamodel/magritte/issues/294 - [x] MAMorphicDropList>>#buildMorphView uses DropListModel from Spec1 - [x] MAMorphicDate>>#buildMorphView uses DateModelfrom Spec1...

Hello, Pharo 8 (and previous) Windows VMs opened, by default, image of same name as executable. So if I had MyPharo1.exe, MyPharo1.image and MyPharo1.changes and double click MyPharo1.exe, it opens...

`AndreasSystemProfiles` seems to wrongly distribute time across the tallies. I wanted to show the time difference between doing large string concatenation using `,` and using streams, by using profiler. While...

Is there a way to get some kinds of logs of communication with git server when using SSH keys in Iceberg? My problem is that one private gitlab server does...

Control points of lines connected to a shape are updated when position of the shape is changed, but not when extent is changed. For default (Centered) attach point, it does...