Juraj Kubelka

Results 17 issues of Juraj Kubelka

Main changes: - cleaned package dependencies - a simplified `BaselineOfMagritteForGToolkit` baseline that can be used by GToolkit releaser and loader. This baseline loads a minimal code that we currently need...

Affected example: `LePharoSnippetByScripterExamples >> #enterNewLocalVariableName` The example gets stuck with the following output in a log: ``` Starting: LePharoSnippetByScripterExamples >> #enterNewLocalVariableName ... Pending future promise state: an AsyncPendingPromiseState future: an...

bug

Affected example: `GtPharoMethodCoderByScripterExamples >> #astMatchesHasUnderlineAttribute` How the example should look like (with `filter asCoder ` highlighted): ![image](https://user-images.githubusercontent.com/465505/193267935-cc3d956a-e3c9-4705-9326-c11853cfd888.png) how it looks when it fails: ![image](https://user-images.githubusercontent.com/465505/193268147-44c01faf-1d8f-4acc-9e5c-e4e8e95b84fd.png) Coder didn’t wait for the highlighter....

bug

## Steps To Reproduce Use GToolkit version: `DEV v0.8.1111` OS: macOS Monterey 12.1 (21C52) ### Open a Playground with the following snippets ```Smalltalk aSemaphore := Semaphore new ``` ```Smalltalk aProcessOne...

bug

We want a project loader that does basic OS and other checks prior a loading action.

enhancement

### Problem Here is a use case for which we browsed a class with one example and then added a new example which is not included in the dropdown list:...

enhancement

We want to support links like `gitlab://ssh.git.company.com:projects/subproject1/subproject2/project:main/src`.

enhancement

We want a `BrLabel` widget that updates regularly, displaying text like: `just now`, `1 minute ago`, `2 hours ago`, etc.

enhancement

Due to the recent changes in #3626, there are no expanders in expanded method coders without self-objects:

bug