Maksym Shalenyi
Maksym Shalenyi
I've been looking at specs and noticed that `NewUser` definition `email` field has no `format` set: https://github.com/gothinkster/realworld/blob/1d58c002fc3da07e386489ddfc2df2e85fa45bdf/api/swagger.json#L834:L836 . Not having an email validation is bad for demonstration purposes because: 1....
**Motivation**: sometimes there is a need to have access to environment variables from various parts of buildout config-files, including third-party recipes. Having `env` section in buildout by default that will...
I were looking for examples of using on `find-links` new docs site and it returned me only one result (the Reference section) without any examples on how to use it:...

related to https://github.com/websauna/cookiecutter-websauna-app/pull/2
`bin/ws-collect-static` command renames static files, for example: ```bash /ckeditor/ckeditor.js # becomes /ckeditor/ckeditor.b85a04142c1ad6b5c64a65fb6c889a25.js ``` and it breaks modern JS libs that do relative submodules loading, like [ckeditor](https://github.com/ckeditor). Related issue: https://github.com/websauna/websauna/issues/39
When following [tutorial instructions](https://websauna.org/tutorials/gettingstarted/tutorial_04.html) getting this error: ``` FAILED: Path doesn't exist: 'alembic'. Please use the 'init' command to create a new scripts folder. ``` The reason is that app...
On pypi its version is 0.6.1 and it was uploaded on 2011-02-26. It would be great if you could release new version.
In case if someone didn't fill the initial params in config file, in this particular case it was `substanced.initial_login`, he/she will get quite confusing traceback. I guess it would be...
### Feature Request / Improvement Historical tags in iceberg docs - https://iceberg.apache.org/docs/1.5.0/branching/#historical-tags Not sure if it was intentional behavior, but pyiceberg `v0.6.0` allowed tagging by using public `set_ref_snapshot` method: ```py...