Xananax

Results 57 comments of Xananax

`entrypoint` isn't always sufficient; My build scripts need access to Svelte's context. For example: - I heavily preprocess and generate a lot of metadata for Markdown (mdsvex) files that are...

I'm still not clear as to how to connect to an arbitrary LSP. My `~/.config/lapce-stable` only contains: - keymaps.toml - lapce.db/ - settings.toml - workspaces.toml All the files are empty....

Same, also using KDE + Firefox. I removed the option to show a notification just now, and after a couple of tests, it seems that resolves the issue. ![image](https://github.com/piroor/copy-selected-tabs-to-clipboard/assets/836082/54d8e781-5990-4602-a259-7533fe7fe169) Seems...

Is there any official statement answering those points from Matrix?

It seems to me like the second part of the research is either old (written prior to the links @tilosp posted) or not entirely accurate. The response by Matrix in...

I will look into it, in theory we can add pcks and load them at will like addons, but I've never done it for web

Any idea how to author packages? There's a recommended method: https://docs.godotengine.org/en/stable/tutorials/export/exporting_pcks.html But I'm not sure how to extract the changed files as a package from the main project on authoring....

Is this about downloading the properly built export templates from the correct location?

I'm using this on Wayland, it works for hiding Thunderbird, using KDE 5.27.6. What is not working for you?

You set a variable "_self" yourself, so just use it: ``` js $.ajax({ url:_self.url, success:function(msg){ alert(_self.id); } }) ```