Wren Turkal

Results 106 comments of Wren Turkal

I think it's important to define a time period that MSRV is trying to capture. In my mind, two years of rust releases seems like a good place to be...

@dralley FWIW, I was trying to get consensus on the MSRV's underlying purpose. I agree with your analysis.

This all sounds reasonable. I do think that thiserror is a good path forward. I think it might help with making the errors more ergonomic, which is part of my...

This should probably be closed since the strum dep already appears to be beyond 0.21.0.

Should this issue be closed?

Is there any way to get at that string so that I can pass it to the IAM.RolePolicy.puIs method without having to re-encode it in json? This automatic parsing is...

Let me try again. Running something like `LEPTOS_SITE_PKG_DIR=blah cargo leptos watch` should not require someone to change the source of the App component to match in order for the site...

Maybe a way to see the config at compile time would help here? Maybe via a proc macro of some kind? This makes sense in my mind if these are...

The problem isn't changing different parts of the code to reflect a change. The problem is capturing a compile time option that is set by an env var can could...

I may be able to do something with the `env!` macro. I want to acknowledge that. I'm not super stoked about parsing the value of the var separately from leptos...