Gokul Soumya

Results 99 comments of Gokul Soumya

> Changed to a scheduled execution every 15 minutes which is totally fine for me. Another option would be to write a function that is triggered on the `users.*.update.status` event....

@srbrodzik Yes it will work. The shared folder in `My Drive` will get updated as the original shared folder changes.

A unified API for getting the target of the notification (issue, pr, release, etc) would still be nice to have.

It's possible, simply specify the colors as `red`, `yellow`, etc without defining a palette or hex colors. There's a section on it in the theme docs.

For closing tags, we already have auto closing brackets which assume that the opening and closing tokens are single width (like `(`, `{`, `'`, etc). Extending it to recognize multi...

Didn't look at the code yet, but the idea could be extended to search for a substring instead of requiring it to be a prefix. Fish shell does it this...

I can finally stop splitting by commas inside a function call to select the arguments :) But it seems the docs weren't updated with the new `alt-a` and `alt-I` keybinds.

It was mostly fixed by #5842, but there are still some cursor overlapping edge cases caused by position calculation. Soft wrap also seems to trigger the overlapping since the current...

Exactly my thoughts as well, but `theme` would then be a toml map and I think we lose the ability to do `theme = "onedark"`.

> As I said we would allow both options for backwards compatibility. > We check if `theme` is a string and treat it as we do now or we check...