oopsy

Results 10 comments of oopsy

You can just use the SSH credential to bypass the GitHub branch protection. Add a deploy key to the GitHub repo and in the release section of the workflow file,...

Unfortunately, `warpd` does not work for me (https://github.com/rvaiya/warpd/issues/252). But the patch does fix the click issue, thanks! Will it be merged? Or is there any plan for a *dispatcher* to...

Can confirm. Resaving the config file or sending USR1 signal to picom also brings the shadow back.

> I just tried your fork because I need this feature, but I somehow can't start the `ref-format` with a lowercase letter. I'm using this Jinja format string: > >...

Great work! I tried `papis update --set` with something like `tags.jinja2` as well as `ref`, `publisher` and etc. They all work as expected. > EDIT: I've looked a bit at...

It seems like that allowing local formatter would be the simplest solution 😅, for both papis and third-part plugin extensions. As far as I am concerned, the format string provided...

Oh I see! It is a issue about how to represent a compound structure in ini file indeed. It reminds me of [TOML's dotted key](https://toml.io/en/v1.0.0#keys). How about this ```ini document-description-format...

Being busy recently, but I’m very glad to implement this, and I’ll probably work on it one week later or two. And it occurs to me that, though it is...

Thanks for the help! But it does not work, unfortunately, giving errors: ``` devicetree error: 'layer-toggle' appears in /mouse_ps2_input_listener in /home/xyzzz/Projects/zmk/app/build/right/zephyr/zephyr.dts.pre, but is not declared in 'properties:' in /home/xyzzz/Projects/zmk/app/dts/bindings/zmk,input-listener.yaml --...

Aha, I see. Since I changed the node type to `zmk,input-listener`, the old properties defined by kim's fork would not apply anymore. Now it works! Thank you so much. 😃...