Josip Antoliš
Josip Antoliš
Using `@JacksonXmlElementWrapper` and `@JacksonXmlProperty` annotations with Java records results in deserialization exception. For example, I'd expect following XML: ```xml given text ``` to deserialize into following java records: ```java public...
Resolve #165 The implementation is a bit hacky, but I tried to keep the scope of changes as small as possible considering planned Dock rewrite. Can be tested using [a...
### Problem `GAction` registered on the application level can be remotely activated over D-Bus. This is currently supported by the Applications Menu, but not by Dock. The current Dock parses...
resolves #682 Invert white and bright white with black and bright black when switching between dark and light theme.
Resolve #179 Resolve #180 Second part of changes proposed in https://github.com/elementary/docs/pull/182. This PR: 1. Updates Actions sub-section of the Launchers section to include DBus activation and launching of GLib.Actions. 2....
Port from GTK3 to GTK4. Underlying elementary stack (library support, Granite, stylesheet, etc.) is a blocker for completing this one, but some preliminary work can be done in advance.
### Problem Intro page is out of date. Some of the linked pods are no longer online, and there are some new pods that should be included (e.g. new search...
Currently installing Starfish registers Gemini mime type on the system. It should provide a custom icon for it as well.
### What Happened? Loading gemini page that uses a wildcard CN in its certificate results in _Certificate is not applicable_ error page. ### Steps to Reproduce Go to gemini://om.gay/ ###...
Address bar should represent path segments in current URI as breadcrumb buttons, similar to how [elementary Files does it for folder structure](https://github.com/elementary/files/blob/b6a34d790ca84e9f81cb235972b8602f0180d52a/libcore/Widgets/BasicLocationBar.vala). Address bar should always leave some empty space...