Ivan Chebykin

Results 6 comments of Ivan Chebykin

~~Just noticed that wildcard mapping does not work as intended as well:~~ ``` option (google.api.http) = { post: "/v1/shelves/{shelf_id}" body: "*" }; ``` ~~Still have to send the body with...

No, the wildcard should take the whole request body as is, except fields that are mapped in the request path, so in this case "shelf" object should not be removed.

Or maybe this is an incorrect behavior on the i3 side, since they have `bindsym` and `bindcode`, the latter is supposed to work independently from the layout, but then I...

Right, but from my everyday experience on i3 `bindsym` somehow maps to physical keys, why does it work differently? I understand now the use case for binding to letters, French...

Got it, thanks! But what is the difference between `bindsym --to-code` vs `bindcode`?

I understand now, thanks. I still think that for i3 compatibility it would've been best to keep the same behavior, but I get why you didn't do that. I'll leave...