basaran
basaran
I have a fork here as well @eduardoboucas , please let me know if this is okay to send as PR. https://github.com/basaran/include-media
You can try adding these to your init.lua to bypass mouse jump when you initiated a click. ```lua local bypass = false -- add this to the top client.connect_signal("button::press", function(c)...
Hello :) It's definitely better but still a bit off: 
Actually, I would be just fine it wouldn't display anything and just switch and raise the windows. If you have any more hints on how to accomplish that :)
Is there a quick way to just disable the preview altogether instead switch focus on actual windows and raise when release alt-tab?
@PerryRylance , are you able to use this with maplibregl? It kind of works but I'm getting a `TypeError: Cannot read properties of null (reading '0')`.
thank you for working on this, it appears newer postgresql data types haven't made it to the syntax file yet. https://github.com/sublimehq/Packages/issues/2899#issue-944713153.
Hi, the cors is probably coming from your vite dev server. Check your svelte config and look for a cors setting, may be you have something there?
these are usually in the svelte.config.js, are you using a standard project or do you bundle with rollup yourself with custom configuration?
Here is the link to svelte vite config from the docs: https://kit.svelte.dev/docs/configuration#vite