Michael Pfaff

Results 82 comments of Michael Pfaff

I'd say that for crates that absolutely must avoid unsafe code, an inability to generate borrowed wrappers is a fair tradeoff. I will note that it's not entirely clear to...

Oh, that makes a lot of sense. Thanks for explaining it.

Still getting this issue more than 5 years later. Yikes.

Depending on your specific use case, [thecolonel63's Server Side Replay Recorder](https://modrinth.com/mod/server-side-replay-recorder) might be a suitable alternative.

I'm trying the solution @xero88 posted, filling in the consent screen, but it requires verification for adding the icon, which the *Google Cloud Platform/API Trust & Safety* rep I was...

@sachinPramodya I have checked that. I'm getting ApiException: 4, but all issues referencing that lead here and provide no useful information. I'm also only getting it with silent sign in,...

Nevermind, I got it figured out. Google silent sign-in fails with ApiException 4 if you haven't signed in before. I had something misconfigured, so it wasn't handling it properly. They...

I'd much prefer using `it` as the default parameter name. Coming from Kotlin and Rust, I often use `_` or `_foo` to denote unused parameters. In Kotlin, function literals use...

I spoke too soon. I just tried to install nix-darwin and the error came back. ```sh $ nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer error: unable to download 'https://github.com/LnL7/nix-darwin/archive/master.tar.gz': Problem with the SSL...