Jacob Mischka
Jacob Mischka
It's not the `alwaysOnTop` property, it seems like it's just because of the `popup` type. 
No, setting the type to `panel` is actually the exact same as `popup` in this case. I don't know if it can be fixed without an api change for WebExtensions.
This is happening to me as well with normal typescript language server, unrelated to `vtsls`.
Setting the undocumented [`cursorhold_update` config option](https://github.com/ray-x/lsp_signature.nvim/blob/master/lua/lsp_signature/init.lua#L79) to `false` worked around the issue for me, I only display the signature in insert mode.
It looks like you're getting that error because of CORS failing for your stylesheet: https://stackoverflow.com/questions/49993633/uncaught-domexception-failed-to-read-the-cssrules-property This svelte library doesn't do any stylesheet loading, so there's nothing to be done here....
I don't think we're doing anything that should cause this, it seems like svelte is doing this on its own somehow. This seems to be a bug in svelte: date...
I did: https://github.com/sveltejs/svelte/issues/8225
It seems like this is a known bug that might not be fixed until a new major released based on what I gathered from the comments there: https://github.com/sveltejs/svelte/issues/5689
`id` (and all other props) should be passed through to the underlying element already:  The types should support this already as well. I don't quite understand the issue, sorry.
Sorry for being absent for a while. This is an upstream issue unfortunately: https://github.com/flatpickr/flatpickr/issues/579 https://github.com/flatpickr/flatpickr/issues/1630