Didrik Nordström

Results 32 comments of Didrik Nordström

Hey, sorry that I haven't answered for 2 years, I was in the kitchen making coffee. Is this still an issue? The examples page still connects to a server that...

All false-positives are now fixed, except for one in payload-agent.exe: https://www.virustotal.com/gui/file/1c3f5d597ceeb172c2d6154c062cb1c2ed8542b813d5283979d7277f2dda408f This is a known issue with MaxSecure and [Golang binaries](https://github.com/lian/msfs2020-go/issues/14). I tried submitting a false positive report but haven't...

Thanks for trying out Payload and for the report! I agree that restoring window state is the expected behavior. Note to self: Looks like https://github.com/tauri-apps/tauri-plugin-window-state is what I need.

You can just remove the notification block entirely, and yes that should work but then you don't have any notifications. I built with the PR in the linked issue, which...

Thanks for the report! I need to write a debugging guide, but in the meantime.. - Can you confirm the transfer is over TCP (and not UDP/Quic) and over Ethernet?...

Created a Discord server as well if that works better. See the README

Thanks a ton for the swift and thorough response. Slightly OT, but are there any resources like guidelines, docs or real-world examples either to help use the objc crate correctly,...

> I've been working on a few crates to improve the soundness situation, see [objc2](https://github.com/madsmtm/objc2) if you're interested. I'm interested if it helps with soundness & readability. And I know...

Old issue, but still relevant. Confirmed on Windows 10, on a desktop computer without battery. Related: On both MacOS and Linux, an error is thrown if no battery was found....

Note that this is a memory leak for all intents and purposes, so any long-running app that is heavy in transitions will pile up empty tags rather quickly. Whoever is...