-
On Ubuntu 16.04, after installing Todoist, I was able to to run it once. However, now every time I try to run the created app, I get:
```
module.js:472
throw err;
^
Error: Cannot find…
-
Last week my script started throwing errors when getting tasks in a project, but only for some projects. I created new projects, moved my tasks there, and all was fine for a while. However, now it's r…
-
A while back an [advance way to describe the configuration variables](https://developers.home-assistant.io/docs/en/documentation_create_page.html#configuration) was introduced.
```yaml
{% configu…
-
- VSCode Version: Code 1.13.1 (379d2efb5539b09112c793d3d9a413017d736f89, 2017-06-14T18:21:47.485Z)
- OS Version: Windows_NT ia32 10.0.15063
- Extensions:
|Extension|Author|Version|
|---|---|---…
cenkt updated
5 years ago
-
Recently use pytodoist.
I am coding function to print with the query of today, but there is not sort of order in todoist's application.
```
def today():
user = todoist.login_with_api_token…
-
`due_date_utc` in an item requires a different format like below.
- GET response format: `Mon 07 Aug 2006 12:34:56 +0000`
- POST request format: `YYYY-MM-DDTHH:MM`
So, it needs changing time …
-
我在配置文件中配置了直连或者代理,但是还是经过dns。配置文件如下:
{
"log": {
"loglevel": "warning"
},
"outbounds": [],
"policy": {
"levels": {
"0": {
"uplinkOnly": 10,
"downlinkOnly":…
-
I am building a wish list app and wanted to use a todo app as my data. (first tried Wunderlist, but because Microsoft bought it, it is now death. Let's hope they don't do the same thing with this plat…
-
I am running this command:
```
curl -X GET 'https://beta.todoist.com/API/v8/tasks?project_id=127864854' -H 'Authorization: Bearer MY_TOKEN'
```
and I get an json response back that has this wei…
-
Wondering if you are planning to implement any Sync API endpoints here. e.g. when creating a project with the REST API, one can't set the indent, etc., so subprojects are basically impossible. I assum…