Axel Karjalainen

Results 87 comments of Axel Karjalainen

1. Make sure `/usr/share/applications/anytype.desktop` looks like this: https://aur.archlinux.org/cgit/aur.git/tree/anytype.desktop?h=anytype-bin The most important part is the `MimeType=x-scheme-handler/anytype`, I'm not sure if you need a `%U` at the end of `Exec`. 2. Using...

This may be more fit for anytype-heart actually

Anytype doesn't store notes in Markdown! And I don't think OneNote stores notes in HTML either. I'm sure it just takes the clipboard data as `text/html` and converts it to...

Inconsistent mounts and LSPosed detected ![Image](https://github.com/user-attachments/assets/596edc1e-44ef-4186-936f-2717c34280d3) - Using Zygisk Assistant and Magisk 29.0 - Enforce DenyList: off - Native Detector 7.2.0, on DenyList

I think the issue here isn't that jsonschema-rs doesn't allow custom meta schemas but that it only checks the retriever and not any resources and it's not recursive (by design?)....

After having investigated a strange error further, seems that after even the feature described above isn't used consistently. E.g. ```yaml $id: http://devicetree.org/schemas/example-schema.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# # ^ This works because of...

Migrated to boon. It fully supports custom meta schemas and its schema compiled collection seems more efficient. It "just works" by adding a loader/retriever. Thanks anyways for this library.

Here's the graph: ``` { 1: :: (), 2: { [09-0A] ⇒ 2, [0D] ⇒ 2, ⇒ 2, _ ⇒ 1, }, 4: ::DtsV1, 6: ::Dfoo, 8: ::UnknownDirective, 9: /...

This seems to be caused by https://github.com/NixOS/nixpkgs/commit/271eb0299503892944986eb381b79ec09ea2f2a4 https://github.com/NixOS/nixpkgs/tree/271eb0299503892944986eb381b79ec09ea2f2a4/pkgs/test/nixpkgs-check-by-name/tests/symlink-invalid/pkgs/by-name/fo/foo contains an invalid symlink

My issues with XDG desktop portals were caused by kdeconnect asking for them before Niri was done starting. They were resolved with https://github.com/nix-community/home-manager/pull/5785 Edit: Here's what happened in order: ```...