Results 65 comments of Jonathan Zernik

I created a fork that uses username instead of email. I didn't do any compile-time flag or anything like that. Just swapped out the email validation with username validation. I...

@MikeCain I copied the regex pattern from the username section of the email validator here: https://github.com/Keats/validator/blob/a001213e42055b2aa8b034cd3f34121c208c3b2f/validator/src/validation/email.rs#L12-L17 In the email validator, they use `EMAIL_USER_RE` and `EMAIL_DOMAIN_RE` as regex patterns. I copied...

Anyone working on this? I might give it a try if no one else is.

@rongcuid my app is also using SQLite. I wonder if sqlx has more difficulty checking types when the db is SQLite?

@tyrelr I noticed that the `prepare` command fails for certain queries when I have an empty database. In my app buyers put ratings on orders. When I run `prepare` when...

I realized that I can use "query" instead of "query!" for the queries where type inference fails as a workaround for now. Is it expected that these queries will work...

@dacagi I was able to get the branding name and the initial user by calling a script to start the app: ``` #!/usr/bin/env sh # Update configs /filebrowser config init...

Were you able to get the example "databases" app working here? https://github.com/SergioBenitez/Rocket/tree/master/examples/databases

I just noticed that there is an open PR for this: https://github.com/SergioBenitez/Rocket/pull/2242

In my opinion, Agora would work better than the existing Podcasting 2.0 apps for monetizing podcasts. Podcasting 2.0 depends on the listeners making voluntary donations ("boostagrams"). Agora's approach is better,...