• Joined on 2023年11月14日
snowytrees pushed to master at snowytrees/lock-ordering 2026年04月12日 09:36:37 +02:00
snowytrees created branch master in snowytrees/lock-ordering 2026年04月12日 09:36:37 +02:00
snowytrees created repository snowytrees/lock-ordering 2026年04月12日 09:28:25 +02:00
snowytrees commented on issue harald/eglot-supplements#24 2024年12月20日 10:37:44 +01:00
eglot-cthier: no children, default to •

One other benefit of prefetching is a user can now customize the node based on number of children it has (without needing to open it first). I can look into implementing the prefetch tomorrow :)

snowytrees commented on issue harald/eglot-supplements#23 2024年12月20日 10:30:23 +01:00
eglot-cthier: recursion should still show function name

Ya I like the idea of a special character!

snowytrees commented on issue harald/eglot-supplements#24 2024年12月20日 10:28:38 +01:00
eglot-cthier: no children, default to •

Oh interesting, didn’t realize they were created dynamically.

My experience with the hierarchy so far has been moving the cursor and tabbing to see more of the tree. The argument for...

snowytrees opened issue harald/eglot-supplements#24 2024年12月19日 23:21:41 +01:00
eglot-cthier: no children, default to •
snowytrees opened issue harald/eglot-supplements#23 2024年12月19日 23:17:31 +01:00
eglot-cthier: recursion should still show function name
snowytrees opened issue harald/eglot-supplements#22 2024年12月19日 23:12:29 +01:00
Misnamed function call
snowytrees commented on pull request dnkl/yambar#324 2024年09月15日 09:56:44 +02:00
Icon & Tray support

@dnkl I'll put up some documentation hopefully sometime this week. Ya its a large unwieldy change sorry about that :(. Do you want more code comments as well or just public docs. If more code...

snowytrees commented on pull request dnkl/yambar#324 2024年08月10日 18:27:06 +02:00
Icon & Tray support

If someone wants to go down this path, here is the website of alternative dbus client libraries (what I used when deciding how to build this). They explicitly recommended using sd-dbus over...

snowytrees commented on pull request dnkl/yambar#324 2024年08月10日 18:18:07 +02:00
Icon & Tray support

I stand corrected, thanks @dnkl . When researching dbus libraries everything pointed back to sd-dbus. The implication I got was that @nemo charging I didn’t implement this as a minimal dbus only...

snowytrees commented on pull request dnkl/yambar#324 2024年08月10日 17:47:15 +02:00
Icon & Tray support

-1 Thank you for your hard work... Tray is indeed a sorely missing feature, but i don't think systemd dependency is a desirable course for the project. Relying purely on dbus would be more...

snowytrees commented on pull request dnkl/yambar#324 2024年07月24日 19:49:46 +02:00
Icon & Tray support

@bagnaram Awesome! That index file is actually ill formed as according to the spec Name is required. You can fix and load it by adding Name=Default. https://specifications.freedesktop.org/ic...

snowytrees commented on pull request dnkl/yambar#324 2024年07月24日 08:01:57 +02:00
Icon & Tray support

Update:

  • Removed check-has-icon-tag: true and replaced it with new map grammar: +{icon_name} now does a special icon tag existence check. So it can be combined with other condition...
snowytrees pushed to icon-tray at snowytrees/yambar 2024年07月24日 07:59:36 +02:00
df08456d08 module/tray: init
6113f9b94e particles/icon: init
Compare 2 commits »
snowytrees commented on pull request dnkl/yambar#324 2024年07月24日 06:14:20 +02:00
Icon & Tray support

@dnkl No rush, it sat for 8 months already :). Just want it stable at least for myself and others.

snowytrees commented on pull request dnkl/yambar#324 2024年07月24日 06:12:52 +02:00
Icon & Tray support

Found the second bug related to it. Part of the parser invariant is calling group_handler at the beginning & end in addition to between each group. When porting the parser over, I missed...

snowytrees pushed to icon-tray at snowytrees/yambar 2024年07月24日 06:09:58 +02:00
4579a89393 module/tray: init
079d417fec particles/icon: init
Compare 2 commits »
snowytrees commented on pull request dnkl/yambar#324 2024年07月24日 05:44:55 +02:00
Icon & Tray support

Thanks for testing @bagnaram. Since I can't reproduce the segfault and nothing immediately stands out to me as the offending error, getting a copy of the index.theme file can help. Can you...