André Johansson
André Johansson
Sorry, this is the only information I get: ``` Events More details Date/Time Status ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Virus detected W32/Exploit.gen Location: C:\Users\andrej\AppData\Local\Growl\2.0.0.0\Displays\GrowlToToast\Toaster\GrowlToToast.Toaster.exe 2017-03-16 11:37 Neutralized ``` * No, not used it before,...
Sorry, still getting snagged by panda. But it seems that I can unzip the file and nothing happens until I choose the display in growl and press "preview". Then panda...
I just tried another windows 10 notifier and on that panda goes bluescreen...so...I guess its not anything we can do for now. https://github.com/Jonno12345/GrowlForWindows10/releases
Follow up, I re-wrote as hooks and am trying to get it to work, see post at cloudflare community: https://community.cloudflare.com/t/simple-password-protection-in-sveltekit-with-hooks-not-working/426412
@TheSynt4x @major-mayer I have got it to work. I do not have the code available now but I do think it resolved itself for me when I updated svelte. I...
I get the same error, and I think the relevant issue over at blade is https://github.com/kvark/blade/issues/222 (just for reference) and they seem to be investigating.
Any updates on this? Anything we can do to workaround? Anywhere we can submit bug reports for the drivers?
FYI Qualcomm have a discord and I posted this issue + more information to them, I have gotten the following responses so far: > 2025-06-25: Thank you for your patience....
@Slipstream-Max since the recent commits I have just followed https://zed.dev/docs/development/windows then pull latest + build. Most recent build for me was 0097d896729ac4d5b3c215f61836bb10c8e7b41b.
For my case, I made a small change here: https://github.com/ribbondz/rsv/blob/master/src/utils/writer.rs#L164 Before ```rust Data::String(v) => { if v.contains(',') { write!(&mut self.0, "\"{}\"", v)? } else { write!(&mut self.0, "{}", v)? }...