Adrian Andersen
Adrian Andersen
The request to join the event is stopped by the backend, and returns an error. This could be fixed if the timer on the event page use server time, rather...
You should be able to add an image beneath the question in polls, so that you can ask questions regarding a picture.
Messages using special characters such as "" or "/". eg. "
#### How to enable a ruleset: 1. Uncomment a ruleset from [.eslintrc.js](https://github.com/webkom/lego-webapp/blob/master/.eslintrc.js) 2. Run `yarn lint:js` to lint with the new rules 3. Fix the problems that occur 4. Ship...
### Checklist - [X] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A). - [X] I have looked into the [Readme](https://github.com/auth0/nextjs-auth0#readme), [Examples](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/nextjs-auth0/blob/main/FAQ.md) and have not...
Hello, I’d like to request **template-literal support** in Vine for narrow string validations, maybe something like this: ```typescript import { vine } from "vine"; const literalValidator = vine .string() .literal(`${vine.number()}.foo.${vine.string().toLowerCase()}`);...