GP Saggese

Results 115 issues of GP Saggese

RIght now we have the following labels We want to: 1) Decide which labels are needed and which ones are useless 2) I would add a P1 to represent important...

When I lint several files I'm hitting this problem i lint --files="helpers/lib_tasks_find.py" ``` Traceback (most recent call last): File "/app/helpers_root/./linters/base.py", line 519, in _main(args_) File "/app/helpers_root/./linters/base.py", line 497, in _main...

Add unit test for https://github.com/causify-ai/tutorials/issues/57 We want to have a notebook that we process using our usual approach of `hunitest.TestCase`. Let's test end-to-end. We want to check that the output...

Create a dockerized executable for the code of https://github.com/causify-ai/tutorials/issues/57 There should be an executable dev_scripts_helpers/notebooks/extract_notebook_images.py FYI @heanhsok @sonniki

- [x] Update this `./dev_scripts_helpers/dockerize/dockerized_template.py` to the new style (see ./dev_scripts_helpers/documentation/dockerized_*.py) - [x] Make a proposal of how it should look like. E.g., the dockerfile should be inside the caller...

We want to: 1) document what are the dockerized scripts 2) track if they have a cmd line wrapper (e.g., `run\_dockerized\_prettier` run the code inside the container, and `dockerized\_prettier.py` that...

We want to - move All issues first in the template - remove Issues (unless it makes sense to keep it) - update documentation - sync all the GH projects...

We want to find a way to do the first line of defense for our PRs Some ideas - https://docs.github.com/en/copilot/using-github-copilot/code-review/using-copilot-code-review - graphite.dev - https://techcrunch.com/2019/08/06/deepcode-gets-4m-to-feed-its-ai-powered-code-review-tool/ - https://techcrunch.com/2024/08/15/coderabbit-raises-16m-to-bring-ai-to-code-reviews/

Right now the logic for running tests specific of a repo / machine is pretty messy. We want to: - [ ] Explain how it works right now (in the...