Branislav Lazic

Results 9 issues of Branislav Lazic

Add an automation test that tests pagination. Cucumber, Selenium, Geb/Spock...

enhancement

Can you provide more detailed explanation when it comes to authentication? E.g. which framework? Would you embed the authentication mechanism in the application or use some dedicated server for authentication...

Try to use: https://github.com/j5ik2o/akka-persistence-dynamodb

Automate program correctness proving by adding end to end tests

enhancement
good first issue

Add more examples and explain op codes

E.g. comment token with literal `# This is a comment 0000` becomes `# This is a comment`

bug
lexer

- [x] Bump up Scala versions to 2.12.17 and 2.13.10 versions - [x] Bump up Play to the 2.9.3 version - [x] Bump up SBT to 1.73 version - [x]...

After encountering rather poor performances in my application, I found out that the bottleneck is Slick. Further investigation discovered that the default DatabaseProvider was problematic: ``` object DatabaseProvider { val...

Consider the scenario: - Attacker obtains a refresh token - After an access token expires, attacker uses the refresh token to issue new access and refresh tokens (user still has...