I hope it's ok to go straight for a pull request, with your last commit as a guide.
I am still getting invalid range errors, this time negative numbers. Using jq, I filtered out unique order from tasks, sections, and projects. Because order in one of my tasks is 2147483647, which happens to be max signed int 32. I figured i32 would be a safe choice.
I hope it's ok to go straight for a pull request, with your last commit as a guide.
I am still getting invalid range errors, this time negative numbers. Using
jq
, I filtered out uniqueorder
from tasks, sections, and projects. Becauseorder
in one of my tasks is2147483647
, which happens to be max signed int 32. I figuredi32
would be a safe choice.Tasks
Sections
Projects
Even though the numbers would fit, I figured for consistency,
order
for Project should be modified as well.Everything seems to be working. Now that I can run it, I like what I see so far!