Wren Turkal

Results 106 comments of Wren Turkal

I got this to work: ``` diff --git a/examples/tailwind_axum/src/app.rs b/examples/tailwind_axum/src/app.rs index 7ebc2aad..545ba6c4 100644 --- a/examples/tailwind_axum/src/app.rs +++ b/examples/tailwind_axum/src/app.rs @@ -6,9 +6,11 @@ use leptos_router::*; pub fn App() -> impl IntoView {...

I was trying to do something related. I wanted to bootstrap my logging with a simple config before I parse cli args and read a config file. I tried the...

FWIW, this can be cut down to only the openid scope if you think that makes better sense for the example.

Thanks for the tip on the openidconnect crate. I just found and switched to that. The email scope still seems more relevant likely to be in someone's OAuth 2.0 project...

This is also affecting Fedora Rawhide. I am running the stable flatpak version. The `flatpak list` command show this: `Arduino IDE v2 cc.arduino.IDE2 2.3.4 stable flathub system` If I manually...

I came across this issue when I was reading the spec. The spec says this: > Customary units are defined in The Unified Code for Units of Measure in order...

@chgessner I thought it was asking for the addition of units like "ft" directly, but I think you are correct. Thanks for pointing that out.

Does this issue include the future incompatibilities reported by the cargo/rust?

This seems to have been reported some time ago. Is this still an active concern?

Thanks. This is really helpful. I definitely see how Intuit's api is not compliant. It's really unfortunate that it's this hard to work around. I wonder if there is room...