Adam Coddington
Adam Coddington
### What does this do and why? This adds new functionality allowing users to define and use custom aggregations, functions, and collations without requiring that those functions be included in...
Hey there @lloyd -- Working off of a [python implementation of jsonselect](https://github.com/mwhooker/jsonselect) that I came across, I've written up a [go implementation](https://github.com/latestrevision/go-jsonselect) that supports all three levels (per your own...
Currently this library relies on use of `std::functional` which itself creates function objects on the heap. This isn't ideal for use on constrained memory devices due to fragmentation issues, but...
Taskserver 1.2.0 is out and it adds a few features and bugfixes (see https://github.com/GothenburgBitFactory/taskserver/blob/1.2.0/ChangeLog).
At least two users have wished to be able to forward e-mails to Inthe.AM via providers that require e-mail verification. Given that Inthe.AM provides no mechanism for actually viewing the...
Right now, the iCal feed simply truncates the raw `due` or `waiting` field to its date. This means that due dates will accidentally be correct as long as you are...
Sentry: https://sentry.io/organizations/intheam/issues/2488671991/ ``` CheckpointNeeded: (2 additional frame(s) were not displayed) ... File "inthe_am/taskmanager/tasks.py", line 423, in process_trello_action TrelloObjectAction.create_from_request(data) File "inthe_am/taskmanager/models/trelloobjectaction.py", line 50, in create_from_request instance.reconcile_action() File "inthe_am/taskmanager/models/trelloobjectaction.py", line 187, in...
Sentry: https://sentry.io/organizations/intheam/issues/2489713111/ ``` ForeignKeyViolation: update or delete on table "taskmanager_trelloobject" violates foreign key constraint "model_id_refs_id_08b5e64c" on table "taskmanager_trelloobjectaction" DETAIL: Key (id)=(5c461368b1fdb8747c20dea8) is still referenced from table "taskmanager_trelloobjectaction". File "django/db/backends/base/base.py", line...
If you use Inthe.AM right now, it probably isn't a surprise to you that this is maintained by just one guy who tries to work on this in his free...