Jacob Mischka

Results 105 comments of Jacob Mischka

It's not the `alwaysOnTop` property, it seems like it's just because of the `popup` type. ![image](https://user-images.githubusercontent.com/3939997/30485137-23160fe2-99f2-11e7-8df6-bc5e62062f52.png)

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: ![image](https://github.com/jacobmischka/svelte-flatpickr/assets/3939997/10313f52-0438-4810-a9cd-79f5ed133dd6) 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