Denis Kopitsa

Results 5 comments of Denis Kopitsa

> @dkopitsa Can you please run locally .`/scripts/format.sh` and then `./scripts/lint.sh` to fix `linter/format` issue and then make another commit. After that everything should be ok because tests are passing....

Hi @dantownsend , could you please review the PR? If there's anything that needs further work or adjustments, let me know, and I'll make the necessary changes

Good point. Personally, I don't use anything other than 'update', but it could be useful, especially for the ORM. ```python await Band.select().lock_for('update', skip_locked=True) ``` looks good to me. I'll make...

I fixed the formatting in test_select.py, please run workflow again.

keycloak-js supports loading configuration from a remote URL. ``` // Alternatively, you can provide a path to the `keycloak.json` file. // This may have performance implications, as the file will...