helpers icon indicating copy to clipboard operation
helpers copied to clipboard

Causify development system

Results 247 helpers issues
Sort by recently updated
recently updated
newest added

Task https://github.com/causify-ai/cmamp/issues/11401 - Sync GH issues labels

PR_for_reviewers

Related to #330 This PR removes the use of `tempfile` in `linters/test/test_amp_doc_formatter.py`, and uses `get_scratch_space()` from `helpers/hunit_test.py` to create a temp file.

PR_for_reviewers

Follow up from https://github.com/causify-ai/helpers/pull/426#discussion_r2014515674 - We have a python script that can be run to synchronize GH issue labels from a manifest file to a target repository - The python...

Bounty

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...

Addressed #335 Updated `docs/coding/all.write_unit_tests.how_to_guide.md` to unify comment style in unit tests.

PR_for_reviewers

Related to issue #397 This PR renames all usages of `data` → `df` in `helpers/hdataframe.py` where the variable represents a Pandas DataFrame, to improve clarity. - Updated function arguments and...

documentation

In [`test_amp_doc_formatter.py`](https://github.com/causify-ai/helpers/blob/master/linters/test/test_amp_doc_formatter.py) we are using a temporary file created with `tempfile`. Instead, we should use our [`get_scratch_space()`](https://github.com/causify-ai/helpers/blob/78529b03738a8ad9fc40eeadf87d49629764639a/helpers/hunit_test.py#L1230) and create the file there.

good first issue

- Source: [`intern.onboarding_checklist.reference.md`](https://github.com/causify-ai/helpers/blob/master/docs/onboarding/intern.onboarding_checklist.reference.md) ### Org - [x] **HiringMeister**: File an issue with this checklist - The title is "Onboarding {{Name}}" - Copy-and-paste the whole checklist starting from [here](#checklist) - The...