MintSoup

Results 11 comments of MintSoup

Hmmm... not sure, but I think I was using 400khz. Will confirm tomorrow.

``` var bar = new ProgressBar.Line('#container'); bar.path.style.strokeLinecap = 'round'; ``` Should work.

Any news on this? Seems like a major bug. `run-with-idle-timer` might be of some use here to prevent spamming the LSP server with requests.

@truls can confirm. Why and how does this somewhat central feature keep getting messed up, do the devs not notice? jcs090218 had fixed it, what's up with it now?

@jcs090218 Your PR had basically fixed the issue for me, but now it is back again. I'm on (almost) latest GCCEmacs 28 compiled with pgtk. I'll try to post profiling...

Actually, open further inspection, it seems that the navigator buttons cancel their default events anyway, so we should be good? https://github.com/DioxusLabs/dioxus/blob/9e09bcf3f79aa7b349da23ca80cb2a214230562b/packages/router/src/components/history_buttons.rs#L78-L81 Does this mean we can just remove https://github.com/DioxusLabs/dioxus/blob/6bdb69e23529e0fd9813f535b7e4d957cc1d9b28/packages/interpreter/src/ts/native.ts#L337-L342 and...

> The intended behavior for submit buttons it to prevent them from submitting unless you call `prevent_default` inside the submit event handler. Wait, so the behavior where a button with...

> That is a bug. The intended behavior on desktop when submitting forms is the `onsubmit` event handler gets called, but it doesn't trigger a browser navigation. Right, now we're...

@ealmloff Any news on this?

> Now I have found that on Windows, the onssubmit event never arrives. I don't know if you have encountered it on your end. Yes, when using a button element,...