Andray

Results 197 comments of Andray

I recommend you this ultra hardcore romhack (Super Mario Zero 2), it's very fun for playing with often quick loads, and you will face with this problem regularly https://youtu.be/Lp8IvoHd6HA 🤪...

It's enough to press menu and B at the same time, and then hold only B

> I totally understand if the answer is "the developer has limited time" but...I've noticed that other UIs support the new SD3 weights (for example ComfyUI) on drop day (today)....

I have added SD3 support in my extension [sd-webui-old-sd-firstpasser](https://github.com/light-and-ray/sd-webui-old-sd-firstpasser) in advance 😛 I'm sure the developers will add sd3 support within a few days

Can you add clangd into https://github.com/VSCodium/vscodium/blob/master/docs%2Fextensions-compatibility.md ? It's a really good extension, I switched even before this Microsoft move, because it's more stable (in addition to being open source)

Why did Microsoft license their code under MIT, not under copyleft GPL? Copyleft could help them to avoid competition with similar companies, and compete only with desire for freedom of...

Nobody will do it, because it's still a free extension for the free editor. And it has a decent open source alternative

@IceClear @pkuliyi2015

You can do it using this pattern: ```python def onIfaceLoadedJS(): return '''(...args) => { window.addEventListener('beforeunload', (event) => { event.returnValue = 'Are you sure you want to close?'; }); return [...args];...