Alexis Hernandez

Results 105 issues of Alexis Hernandez

Right now, when you invoke an unknown endpoint, you get back an empty error message, same way, when you invoke an endpoint with an invalid argument, you get an empty...

enhancement
good first issue
help wanted

For example, an email verification token usually expires within a day (defined by the app settings), let's update the email message to include the time when the token expires.

## Intro This ticket details the aspirational work for v2, there are many pieces that need experiments to decide whether to include them or not. This webapp template can become...

This applies to all forms using captchas, for example, try logging in with invalid credentials, server will return an error but frontend won't clear up the captcha value, send the...

The current [User](https://github.com/wiringbits/scala-webapp-template/blob/master/server/src/main/scala/net/wiringbits/repositories/models/User.scala) model loads the hashed password from database, which isn't ideal, let's remove the value and create an alternative method to load the password when a user is...

Unfortunately, we can't execute Scala.js tests from IntelliJ, instead, we need to use `sbt testOnly ...`. IntelliJ throws errors like this: ![image](https://media.discordapp.net/attachments/974795862725247036/1090450205167587420/image.png?width=1220&height=193) Let's explore if there is a practical way...

Current workflow take ~10m to execute, half of the time is required to set everything up, I'm confident that we can optimize this. A simple idea is to create a...

good first issue
help wanted

https://github.com/wiringbits/scala-webapp-template/pull/312 pushed an upgrade which broke `sbt dev-web` command (https://github.com/wiringbits/scala-webapp-template/issues/340). Let's find a way to do the upgrade without breaking anything.