Max Ammann

Results 337 comments of Max Ammann

A workaround is to do: ``` let client = CoreClient::new( ClientId::new(client_id.to_string()), issuer_url, JsonWebKeySet::fetch_async( &JsonWebKeySetUrl::new("https://login.microsoftonline.com/common/discovery/v2.0/keys".to_string())?, &http_client, ) .await?, ) .set_auth_uri(oauth2::AuthUrl::new( "https://login.microsoftonline.com/common/oauth2/v2.0/authorize".to_string(), )?) .set_token_uri(oauth2::TokenUrl::new( "https://login.microsoftonline.com/common/oauth2/v2.0/token".to_string(), )?) ```

Can't find it, not this one? https://github.com/lemire/FastPFor

Also can confirm, has this in my nix config: ``` nix.extraOptions = '' auto-optimise-store = true ''; ```

> [@maxammann](https://github.com/maxammann) I think this issue can be closed at this point. It seems that the issue was resolved by [e7dd2a1](https://github.com/maplibre/maplibre-rs/commit/e7dd2a1a6d220f6d9bf21d945935bdbe5802734b) (as part of [#174](https://github.com/maplibre/maplibre-rs/pull/174)). sweet! thank you! How did...

> While this is meant to be a POC, let me express my opinion, that I am very hesitant to depend on Rust with Qt. Could we pre-build such dependencies?...

> I re-ran Bloaty manually Linux, looks a lot leaner now! https://gist.github.com/louwers/bb80f15df034061bb5ddc6022070aba0 I wonder why the stdlib comes with +1.32Mi. That seems a bit too much 🤔

> @maxammann That is the file size, the VM size is what matters. > > https://github.com/google/bloaty/blob/main/doc/using.md Why that? I though we care mostly about how much more space the binaries...

Interesting :O I feel like the 150fps are a bug of wgpu or winit. The other thing I'll look into :) Do you happen to be at EuroRust?

Are you sure you did not run a WebGL example in one of the experiments?