Vojtěch Sigler
Vojtěch Sigler
In one case it had markdown, but more often just a random piece of code. Today I got an issue where invoking `Navigate to Class/File` would switch focus to the...
Just thinking, but if we want hooks for specific actions (insert, update, delete), would it be more elegant to introduce some sort of a callback mechanism? You could then just...
My idea was that this would not be on the model at all. You would have an external callback repository, so you would do something like this: ``` java IModelCallback...
Any update around this issue? Currently seeing it with 2.13.3 and Kotlin 1.6. I've tried a number of older versions, but I've seen the problem with each. The earliest I...
I managed to workaround this by tapping into the underlying Node model and using resource path as namespace identifier. However this falls into the "hack" category and I think it...
Problem is that while I have admin access to Sonar, I do not have direct filesystem access to the server, so this makes things a bit cumbersome. Per project settings...
I'm going to do a ping as well since it's been 6 months since the last one. Do we expect rSocket support to happen in near future?
I just came here to file this very same ticket. I just did a fresh installation and the debug logging looks like a mess. I am also mainly after the...
Ah, of course. That's one wiki page I did not add yet. In short, to build you will need to follow these steps: 1) dowload/setup maven 2) clone ActiveAndroid and...
One of the great advanages of maven (or other similar "smart" build systems) is that it handles dependencies, so you don't have to store and manage them yourself. For the...