zielmicha / nim-dbus

libdbus binding for Nim
MIT License
20 stars 7 forks source link

Allow mixed-value dicts #12

Closed iffy closed 4 years ago

iffy commented 4 years ago

With this change, I have now successfully used nim-dbus to use the SecretService API to save and load secrets on Linux.

So, except for one more PR that adds proc `$`(val:DbusValue) and proc `$`(typ:DbusType) for convenience while debugging, you should be hearing a lot less from me :)

zielmicha commented 4 years ago

Thanks!