A-Lamia
A-Lamia
I have this issue with out neededing to go through any crazy steps open blender click cube press RF: New target on active and then i get this problem.
@vxlcoder I did a full clean install (What i should have done first) and now have no issues at all.
Had the same problem, i came up with a quick fix not sure yet if there is a better way currently but it's working for now. ```css #urlbar { position:...
Glad it helped @pauricthelodger. That's why it's a quick fix, `top` and `height` need to be adjusted to fit your local firefox version, been looking in to a more static...
So after some time i have figured out that the issue is the code is setting `#urlbar`'s internal variable `--urlbar-toolbar-height` to `1px` from `32px` (or what ever yours is set...
the only way im aware to do this with CMD, is by using `TIMEOUT /t 1` but that only works in seconds you can get a hack way with MS...
How are things going ? I am a theme maintainer and this still seems to be an issue, even in the global namespace nothing changes.
Hmmm, yes, i'm currently using my own autocmd for this, but you might be right this probably is not needed in ssr, if people don't have that function implemented them...
I've found a pretty bad bug that is the root of some issues, ill be doing some testing and ill get back to you once i figure everything `vim.lsp.buf.clear_references()` might...
aah something i didn't think of, if people leave ssr active while editing code in this case yeah the autocmd makes sense, this was an oversight on my part as...