Josip Antoliš

Results 26 comments of Josip Antoliš

Have you tried using Java snippets? Groovy, while not a strict superset of Java, is close to being able to parse all Java code. You might have to tweak some...

As long as we are going through all code snippets in the docs repo, would it make sense to reorganize the [vala-lang/examples](https://github.com/vala-lang/examples) as well? For me at least it makes...

Ok, then I'd say it makes more sense to stick with the current example repo. We just need a little bit of PR juggling for this gtk4 migration. We can...

This sounds super interesting! `GAction`-s are, at least in my experience, nicer to work with than command line arguments. Exposing features through `GAction` (with proper accels etc.) also leads to...

Tnx for the quick confirmation! Ok, I see you're already [working on adding this for the new dock](https://github.com/elementary/dock/pull/157).🤘 I'll try to adjust the action handling in the current Plank-based implementation....

> I'm +1 on recommending DBusActivation, but i believe this should be part of an full rework over how to use the `GLib.Application` class, i see a lot of applications...

This feature request is motivated by the discussion on [Document actions handling for launchers #180](https://github.com/elementary/docs/issues/180) issue over on developer docs repository.

We could invert white and bright white with black and bright black when switching from dark to light theme, like it's suggested in the [ANK-dev/solarized-terminal-fixed](https://github.com/ANK-dev/solarized-terminal-fixed) project. I'm not sure how...

I marked this one as a draft since it will probably require a lot more testing to make sure the change doesn't introduce more problems than it solves.

@r-sreesaran unfortunately, tests provided by @hkozacinski are still failing with swagger-parser version 2.0.25. I've created a little maven project that you can use to easily re-run the tests: [swagger-parser-issue-1454](https://github.com/Antolius/swagger-parser-issue-1454). Hope...