Results 6 issues of a-rasin

The current design feels too old, you can get used to it but imo a more "modern" design would be better. That's what a good amount of users have been...

I use the dvorak layout usually. If I connect a keyborad into my laptop while it's asleep and then wake it up now sxhkd uses the qwerty layout while all...

Don't ignore attributes when building to xml with oneListGroup and attributesGroupName enabled. # Purpose / Goal Fixes #634 # Type Please mention the type of PR * [X] Bug Fix...

Was using turndown where the parser was recreated each time I needed to parse html to plain text. This saved me around 70mb which in my use case is pretty...

# 🐛 bug report Changes aren't getting picked up after the first save. I need to constantly clear the cache and rerun parcel. Other team members can run it fine...

:bug: Bug
💰 Cache
Watcher

If I have `oneListGroup` enabled I would expect that: ```json { "a": ["(first)", "second"] } ``` Would give me: ```xml (first)(second) ``` But I get: ```xml (first) (second) ``` This...