David McClellan
David McClellan
Just a suggestion for anyone coming back to this commit as maybe a point of reference. This commit was huge. And impossible to review because of its size. I understand...
@jorre127 I was more referring to the number of commits instead of smashing them into one. Not the amount of changes. In the grand scheme of things, this was relatively...
I would recommend not specifying which item is incorrect when logging in. It provides information to bad actors that they don't need. For the signup process you'll need to notify...
The `Posts` page name is based on the folder you placed your blog posts in. If you change your `Posts` folder, located in `SiteName -> content -> posts` to something...
When I dug into this, iirc, the color library supported it, it was a matter of adding another flag to todoist-cli and working that in. I had started but never...
if someone wants to test the patch I just submitted, that would be helpful. It works for me when piping to `less -R`. No changes needed to use. I decided...
Looks like this shipped! [🚢](https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/) ### Edit: _For a price_... Figures. My bad, thanks for clarifying that @deadprogram
Can confirm happens on Firefox in PopOS (Ubuntu Derivative) as well. ~~Also noticed (although should probably be a separate issue) that OS detection isn't functioning in Firefox on PopOS.~~ **Seems...
Looks like NerdFonts was pinned at `v2.3.3` in response to some repo restructuring around the time that `v3.0.1` of NerdFonts came out. This is referenced in issue #606. From what...
Due to how dates are parsed, if you do something like this ```sh todoist modify --priority 3 5668040805 -d "no due date" ``` It should remove the due date from...