Vlad
Vlad
When add: ``` "gotoNextPreviousMember.symbolKinds": ["class", "function", "method"] ``` to the settings.json then don't jump to `gotoNextPreviousMember.nextMember` In some `python` files it works in some is not.
Hello ! Here is my couple files of my test project: ``` python from flask import Flask from flask_menu import Menu, MenuEntryMixin from account import account from config import DefaultConfig...
Follow-up from the #398 https://github.com/causify-ai/helpers/pull/420#discussion_r2012006969 # Description In the `docker_login()` invoke target we are not login to the Docker registry if the current repository is `helpers` or `tutorials`. This is...
Follow-up from the #11193 https://github.com/causify-ai/helpers/issues/348#issuecomment-2710752406 # Description In the `import cycle detector` we are using the `Linter` image. For some reasons it not pulled automatically anymore and we have to...
#339 - docker_release_multi_arch_prod_image() invoke
Follow-up from the [#11418](https://github.com/causify-ai/helpers/blob/master/helpers/lib_tasks_docker_release.py#L541) https://github.com/causify-ai/helpers/pull/324#discussion_r1977862375 # Description Add an end-to-end function for releasing multi-arch prod image. Something like this [docker_release_prod_image](https://github.com/causify-ai/helpers/blob/d686523eb8c5f6784d4a96e1856c03c0c3c84fa9/helpers/lib_tasks_docker_release.py#L878C5-L878C30) # Steps to implement - Analyze `docker_release_prod_image()` and `docker_release_multi_build_dev_image()` and...
# Description It will be worth to add the `Linter` check for the GH action workflow files, since it's not so easy to test them. Found the blazing-fast tool: https://github.com/rhysd/actionlint...
[#7965](https://github.com/causify-ai/csfy/issues/7965) - Fix the triggering of the release Docker images workflow and update the token to `GITHUB_TOKEN` only
[#12784](https://github.com/causify-ai/csfy/issues/6259) - follow-up PR from the https://github.com/causify-ai/cmamp/pull/12811
# Description In this PR: https://github.com/causify-ai/quant_dashboard/pull/279 the `Linter` is complaining about `web_applications/manager_analysis/app.py`: https://github.com/causify-ai/quant_dashboard/actions/runs/15563404419/job/43821304290?pr=279 However, running `i lint -f web_applications/manager_analysis/app.py` locally doesn't modify the file.