Sátvik Karanam
Sátvik Karanam
### What is the current behavior? First and last names with special Latin alphabet letters, such as letters with accents or umlauts, are rejected by user validation. Resolves #8466 ###...
Currently, first and last names with special latin characters outside of the ASCII subset are rejected by Submitty's user validation. The current workaround when faced with this issue is to...
### Please check if the PR fulfills these requirements: * [ ] Tests for the changes have been added/updated (if possible) * [ ] Documentation has been updated/added if relevant...
### What problem are you trying to solve with Submitty? Currently, testers and developers who want to locally run Submitty need to install the project in an Ubuntu virtual machine...
#### Description When using the site with multiple tabs open, each tab takes a copy of the local storage at page load time. This becomes problematic as the pages may...
### Please check if the PR fulfills these requirements: * [ ] Tests for the changes have been added/updated (if possible) * [ ] Documentation has been updated/added if relevant...
### Please check if the PR fulfills these requirements: * [ ] Tests for the changes have been added/updated (if possible) * [ ] Documentation has been updated/added if relevant...
Updated documentation of worker setup to reflect changes in Submitty/Submitty#10530.
### Please check if the PR fulfills these requirements: * [ ] Tests for the changes have been added/updated (if possible) * [ ] Documentation has been updated/added if relevant...
Currently, we do e2e testing in both selenium and cypress, two different testing frameworks. This slows down our workflows and requires more effort to maintain. Most of our selenium tests...