Kovid Goyal
Kovid Goyal
OK, I can see some value in doing that. Not something I am particularly keen on since the only place I have ever seen/used ... as a statement is pyi...
I worked around it by passing in raw HTML, like this: ``` ++++ ++++ ``` which works fine with github's current stylesheet.
And here is a stacktrace against csslint.js ``` csslint.js:7841:TypeError: Cannot set property 'margin-bottom' of undefined at Parser. (userscript:csslint.js:9858:34) at Parser.fire (userscript:csslint.js:6478:30) at Parser._declaration (userscript:csslint.js:2523:26) at Parser._readDeclarations (userscript:csslint.js:3062:41) at Parser._page (userscript:csslint.js:1481:22)...
@mattfbacon See https://github.com/kovidgoyal/kitty/issues/3948 with that kitty no longer reflows the active prompt, instead it clears it and expects the shell to redraw it. @faho: If you want to avoid races...
You dont need to detect support for it. Emitting it is harmless it will simply have no effect on terminals that dont support it. In general, *never* use TERM to...
> > So, to be clear, fish expects kitty to reflow, and kitty expects fish to reflow? LOL > > Used to be kitty reflowed, so we turned it off,...
> > No this is in master not the version of kitty @mattfbacon is running. > > Then what is @mattfbacon seeing now? No idea, whatever it is he will...
> > No idea, whatever it is he will stop seeing it with shell integration so am not motivated to investigate. > > @kovidgoyal What is the timeline on this?...
Yes its not released. As for when the next kitty release will be, probably a month or two, though I dont do any form of release scheduling, its just when...
I dont follow. You already use DECSET for bracketed paste. Simply detect if you are running on windows and disable till Microsoft get their act together. Is it really your...