David Thiel
David Thiel
I submitted a pull request at #50 which fixes it basically the same way, along with "party" not being in summary_items.
Assuming the issue isn't actually the path settings, this breaks because execfile isn't present in python3. It should be: exec(open(candidate).read())
I've been having the same issue for quite a while, seemingly affecting all events except for some subscribed web calendars. My personal calendar events are pretty much all created by...
texlab works fine. https://github.com/lxcode/dotfiles/blob/master/.vimrc#L239
Similarly, things like dt[char] and df[char] appear to get the "Command interrupted" as well.
Also select-mode, e.g. shift-v + G.
> Setting the `macos_option_as_alt` option to `yes` in `kitty.conf` did the trick. Unfortunately that particular fix makes it so you can't use macOS diacritic input. Using alt as a mod...
Same with a Protoarc trackball. Works fine on everything except Calendar, which I think may have its own specific smooth scrolling mechanism in newer versions.
I believe that the issue is with WEATHER_SYMBOL_WIDTH_VTE specifying some emoji like the plain sun and cloud graphemes as being single-width and subsequent code adding an extra space to compensate,...
Hm, that does seem a reasonable way to do full configurability. As far as automatically determining the widths, I imagine some combination of jquast's ucs-detect/[wcwidth](https://github.com/jquast/wcwidth) could work, though it's possible...