Semyon Moroz

Results 47 comments of Semyon Moroz

i checked the requirements including linter and lint is passing ```bash ➜ ~ npx awesome-lint https://github.com/AlexChalakov/awesome-generative-ai-companies ✔ Linting ``` **But** 1. you don't need to store the `.DS_Store` file in...

I think it's worth re-reading what hard-wrapping is. I found a lot more hard-wrapping in your files. Check all the lines yourself, here are just a few of them: `readme.md`...

there is a specific requirement in [pull_request_template.md](https://github.com/sindresorhus/awesome/blob/main/pull_request_template.md?plain=1#L96): > The description starts with an uppercase character and ends with a period. you have a quote at the end of the line...

if you have executed the requirement, then you need to check the box, like this: - [x] Ok - [ ] Not Ok and your items don't have a description,...

please indicate which PRs you reviewed

It seems [this](https://github.com/reprise99/awesome-kql-sentinel) and [this](https://github.com/cylaris/awesomekql) repositories already covers your topic Also, your repository may not fit these criteria: ```markdown - [ ] It's the result of hard work and the...

@samuelcolvin @BreezeWhite i think you can close this issue because this one pydantic/pydantic#6736 was closed

looks like the `*.mo` files were not compiled when docker container was launched. try compile locales with a separate command like: ```sh python -m pybabel compile -d bot/locales ``` and...

the problem with the missing table is due to the fact that you did not perform the migration ```sh docker compose exec bot alembic upgrade head ```

also, after starting the bot container, check whether the required package is installed using the command `pip freeze`: ```sh pip freeze | grep Babel ``` `Babel` package is included in...