Eshaan Issar

Results 7 comments of Eshaan Issar

I added this code to the CSS and it worked: :root[tabsintitlebar][sizemode="normal"] #titlebar { appearance: none !important; } this mostly works but hides the close button https://imgur.com/6r2OQ7G

So this seems to have full functionality. might be hacky. but it looks pretty good! add this to custom.css: ``` :root[tabsintitlebar] #titlebar { appearance: none !important; } #sidebar-box { margin-top:...

Getting the same error on a different fresh windows install. yq (https://github.com/mikefarah/yq/) version v4.43.1, windows 11 23H2. Installed from winget.

Had this problem on windows 11 from an old install, but only for vimdoc files. I had to run :TSinstall from an elevated CMD prompt for some reason, but updating...

This fixed the issue for me. However I had to change a line in flask.sessions line 14 `from collections import MutableMapping` to: `if sys.version_info[:2] >= (3, 8): from collections.abc import...

I tried using the binaries in V2.0.0 and still was getting the same error as reported by @nimrossum in #9 . It looks like there was some misunderstanding as the...