sfischme
sfischme
Even with python, we would also need bcrypt (and pip) just to generate the hash for the password. It would be easier to not have to create the hash on...
A `NOTTOOMUCH_ADDRESSES_DIR` might be ok. A better thing would be a `NOTTOOMUCH_PREFIX`, and then everything would be in one directory with different prefixes like - conservative-addresses.active, conservative-addresses.ignore - all-addresses.active, all-addresses.ignore...
Confirmed that it's still happening with the latest version on git. Compiled with the debug symbols, so here's the trace: ``` i3: ../src/output.c:60: get_output_for_con: Assertion `output != NULL' failed. Thread...
Here is the data that gets sent in the post request to asana: Data (it has the correct workspace id): ``` {'data': {'completed': True, 'name': 'buggy heck', 'completed_at': '2025-02-27T22:49:54.000+00:00', 'due_at':...
The insertion is working: Data (it has the correct workspace id): ``` {'data': {'completed': False, 'name': 'buggy heck', 'completed_at': None, 'due_at': None, 'assignee': 'me', 'workspace': ''}, 'options': {'client_name': 'syncall'}} ```...