Ada Lyons

Results 43 issues of Ada Lyons

Similar to Leptos it would be great if there was a way to put `Route`s behind a condition. If the condition (based on a simple function that can use all...

enhancement
router

I'm trying to create a Mutation endpoint that would allow me to integrate with `axum_login` (and therefore `tower_sessions`) but I can't seem to get the Sessions to stick. Has anyone...

question

Adding support for `Either[A,B]`. For example: ```scala case class Foobert( maybeList: Either[String, List[String]] ) val x = ConfigSource.string("maybe-list = a").loadOrThrow[Foobert] assert(x.maybeList.isLeft) val y = ConfigSource.string("maybe-list = [a, b, c]").loadOrThrow[Foobert] assert(y.maybeList.isRight)...

Hello! I've been playing around with rust-peg and one thing I think would be useful is to allow for rule identifiers written in all caps to be used similarly to...

feature
requires-breaking-change

Addresses #446 and provides a way to specify the name of the fallback variant of the Query enum. With `serde_enum_fallback_variant_name=Some("Autre")` you now get an enum like so: ```rust pub enum...

I'm looking to use this library in a tool and need to support 3.8 for just a bit longer, at least until EOL.

**Describe the bug** When using `Callback`s as demonstrated in the `login_with_token_csr_only` example I get the following error: ```rust 100 | | ... 110 | | ... } | |________________________^ within...

bug

Copy script from TWIR to properly attribute contributors

Enable continuous testing by some means. Whether through doctests or unit tests it would behoove us to have automatic testing and use it as a barrier to any merges.

Adding a guide to how to use all of the development tools put in place would be a useful thing.