Keziah Biermann

Results 55 comments of Keziah Biermann

Have you tried a fresh install of Mojave? It happened on both of my production systems and on a fresh install of Mojave.

Yeah, the signature itself is intact (you also get an error if you damage the bundle). Maybe the problem is, that you’ve used the “wrong” signing certificate? There are development...

Yes, for most apps this works out of the box; however for Simplex and a few other Apps I get the error above (MacBook Pro 14", M1 Pro). Thank you...

I'm also a big fan "no-panic by default". IMO, out-of-bounds panicking is one of the biggest design mistakes in `std`; similar to Java's `NullPointerException`s. There are situations where panicking is...

Can confirm – same versions as OP, also running VSCode with `rust-analyzer`. I'm on macOS if it makes any difference.

Yes, I know about `rp-rs`; nevertheless tyvm for the suggestion :D There are a few reasons why we decided to stick with the official SDK if possible (e.g. pretty stable,...

@Memotech-Bill Uhh, this looks pretty nice – I'll definitively take a closer look at it, this could be a good workaround!

I'm a little bit torn between both options... On one side, generating something is much easier and faster; on the other side – @thejpster has a point: Using `static inline`...

On macOS, it is possible to set the [sharing type](https://developer.apple.com/documentation/appkit/nswindow/sharingtype) on windows. And since Netflix etc. are able to prevent screenshots and screen sharing etc., maybe it's possible to set...

Ah, ok; that you cannot see the keyboard input and password field contents was not always the case. E.g. there were attacks where kids used the screen recording function to...