Pavel Krivanek

Results 60 issues of Pavel Krivanek

**Bug description** When you open Spotter and want to leave it without doing something, `Esc` key worked for that but it stopped to work recently **To Reproduce** Steps to reproduce...

Bug

**Bug description** In Calypso, the class comment Toggle Edit / View checkbox does not update its state. It reacts on clicks but does not alter its appearance. ![Pharo_6gus1U2ZAy](https://user-images.githubusercontent.com/572494/157849206-15b3494b-9f94-4dbd-96dc-ef7984e39879.gif)

Bug

Add tests for checking of dependencies between Moose packages/projects to ensure that we will not make them messy

one dependency of Moose-Core on Famix-Traits left: `MooseModel>>#detectEncodingOfAllFileAnchors`

Let's say you work on a feature branch and you want to merge the latest master into it. For that, you should have the local master branch updated which, if...

**Bug description** A merging option _Install incoming version_ on a method definition causes DNU `Instance of IceMethodDefinition did not understand #load` **To Reproduce** Steps to reproduce the behavior: 1. in...

original ![ApplicationFrameHost_r2yraecMA3](https://user-images.githubusercontent.com/572494/114300975-f2a27c80-9ac2-11eb-9b5a-8e316b8c8684.png) PCD ![Pharo_UuWqKJk52a](https://user-images.githubusercontent.com/572494/114300981-f6360380-9ac2-11eb-8bf2-28be64e4c20e.png)

When the database you try to connect does not exist, the method `P3MessageBuffer>>#readFrom:` (called from `P3Client>>#readMessageOnError:`) fails because the `readStream next` returns `nil` and the internal error handling does not...

I got an interesting case where calling twice the `adjustToChildren` made different results and I think the logic of this method is wrong. We have a composite shape and some...

help wanted

Roassal3-Benchmarks loads SMark package as a dependency and it loads the Scripting package. Smark uses only ScriptingConsole from it which is a simple stream wrapper. The problem is that Scripting...