tomaskallup
tomaskallup
What I was thinking about these: - rename popup, but I can see there is already an issues for that one - diagnostics, having a nicer window with something like...
After some tinkering, I was able to get it working, by patching it myself, removing the changes in `sources/PTYSession.m` and changing `DEFINE_FLOAT(defaultTabBarHeight, 24, SECTION_TABS @"Default tab bar height")` to `DEFINE_FLOAT(defaultTabBarHeight,...
Also seeing this bug, however I'm not even using gradient plugin and it's only happening with some images :thinking:
Here is an example image that seems to fail every time for me. 
@wesselvdv Fwiw I "fixed" it by switching to zgen.
@emilioaray https://www.react-reveal.com/docs/props/ There is a `forever` prop.
I was able to get eslint working with following config: ```lua { lintCommand = "eslint_d -f unix --stdin --stdin-filename ${INPUT}", lintIgnoreExitCode = true, lintStdin = true, lintFormats = {"%f:%l:%c: %m"},...
If I do `keymap ů ;` that seems to work, but it works for `ůk`. However doing `keymap ;` didn't seem to do anything 😕
I was hoping to get the actual `;k` to work, which for me is `k`. But I guess this is good enough, I wouldn't use `ů` anyway.
This seems more like a collision of plugins, can you try to remove all plugins but `yats` and then if it works, work your way up to the plugin which...