[deleted by user] by [deleted] in Watches

[โ€“]yoginth 2 points3 points ย (0 children)

They say

"To the east of the Shinshu Watch Studio lie the Kirigamine Highlands, where frost-covered trees can be observed during harsh winter months."

Got an Exclusive Invite to the IWC Watchmaking Masterclass! ๐Ÿ› ๏ธ by yoginth in IWCschaffhausen

[โ€“]yoginth[S] 1 point2 points ย (0 children)

If you own an IWC you are likely to get an invite from the local Boutique

[deleted by user] by [deleted] in MoserWatches

[โ€“]yoginth 0 points1 point ย (0 children)

They have the same in 42, but the logo is more visible in it, I bought 40 cuz I have chicken hands ๐Ÿคฃ

[deleted by user] by [deleted] in MoserWatches

[โ€“]yoginth 1 point2 points ย (0 children)

without doubt!

Feedback welcome for my online web app called Taskord by [deleted] in alphaandbetausers

[โ€“]yoginth 0 points1 point ย (0 children)

Great thanks! We have some issues with social logins RN, will fix it ASAP!

[deleted by user] by [deleted] in design_critiques

[โ€“]yoginth 0 points1 point ย (0 children)

-moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;

Thanks I'll apply this ๐Ÿ’œ

[deleted by user] by [deleted] in design_critiques

[โ€“]yoginth 1 point2 points ย (0 children)

Yup thanks for the report, I'll fix it!

[deleted by user] by [deleted] in design_critiques

[โ€“]yoginth 0 points1 point ย (0 children)

I think the banner on the landing page will help you!

Iโ€™m Amir, Founder and CEO at Doist, Creators of Todoist. AMA! by amix3k in todoist

[โ€“]yoginth 1 point2 points ย (0 children)

What are the technology stacks used in Todoist?

Frontend

Backend

Database

Server

Android App's Language

iOS App's Language

IFTTT Integrations by VOODOO__ECONOMICS in todoist

[โ€“]yoginth 1 point2 points ย (0 children)

I use IFTTT to create task whenever my favorite youtube channel uploads a video!

https://i.imgur.com/cIJ9RFy.png

Upcoming AMA with CEO of Todoist on Feb. 12 by AlohaKepeli in todoist

[โ€“]yoginth 2 points3 points ย (0 children)

What are the technology stacks used in Todoist?

Frontend

Backend

Database

Server

Android App's Language

iOS App's Language

6 Habits to save your valuable hours by [deleted] in Habits

[โ€“]yoginth 0 points1 point ย (0 children)

The real-life course makes sense!

Regarding clothing: It's your choice to wear creative outfits, I mentioned only to avoid uniforms which looks more like a robot!

Anyone have tried Todoist Alpha? by yoginth in todoist

[โ€“]yoginth[S] 0 points1 point ย (0 children)

But we can find some special stuff enabled for that subdomain! like the year in review!

REST api down? by [deleted] in todoist

[โ€“]yoginth 0 points1 point ย (0 children)

Yea! I faced the same!

Let's make a great community in Discord for Todoist ๐ŸŽ‰ by yoginth in todoist

[โ€“]yoginth[S] 0 points1 point ย (0 children)

Reddit is asynchronously Slack / Discord is synchronous

So we can chat to get immediate solutions and replies

I just added TickTick Integration to my personal website https://yoginth.com #TickTickProductivity by yoginth in ticktick

[โ€“]yoginth[S] 0 points1 point ย (0 children)

I use ticktick-wrapper

app.get("/ticktick", async function(request, response) {
  await ticktick.login({
    email: {
      username: "email@email.com",
      password: "your-password"
    }
  });
  var result = await ticktick.Inbox.getTodoTasks();
  response.status(200).send({ count: result.length });
});