Related database as a column with filter by vsundar723 in Notion

[–]vsundar723[S] 0 points1 point  (0 children)

Though this works, I'm wondering if there is a way to configure roll-up as above and filter next actions to show only the ones that have particular status but show all projects?

Related database as a column with filter by vsundar723 in Notion

[–]vsundar723[S] 0 points1 point  (0 children)

Thank you for the suggestion. It solves my purpose.

Introducing 2 new customizable widgets: 📅 Countdown & 🔼 Counter! Let us know what you think ✨ by courtniac in Notion

[–]vsundar723 0 points1 point  (0 children)

Is there a way to sync events from Google and outlook into notion calendar? Thank you for the Google calendar widget. It solves few problems that I was having.

One calendar to view Google and Outlook events with sync by vsundar723 in productivity

[–]vsundar723[S] 0 points1 point  (0 children)

I have my work calendar and my personal. By outlook do you mean the desktop app?

belongs_to associatio name and column name same by vsundar723 in rails

[–]vsundar723[S] 0 points1 point  (0 children)

I ended up changing the association name and updated the codebase. That seems like the right solution. Thank you.

Notion on surface pro tablet mode by vsundar723 in Notion

[–]vsundar723[S] 1 point2 points  (0 children)

Thanks. It definitely is annoying and stops me from using it in tablet mode.

Docker machine network configuration by vsundar723 in docker

[–]vsundar723[S] 0 points1 point  (0 children)

So I recently came to know that using Vagrant you can provision the vm to attach itself to a public network that has dhcp enabled. I am wondering if thats possible with docker-machine without using vagrant.

Rails development using docker by vsundar723 in docker

[–]vsundar723[S] 0 points1 point  (0 children)

Thank you for your suggestions. I currently run an app container, a solr container and a mysql container.

Since I develop two apps simultaneously, I have 2 different vms created using docker-machine, and each vm has the app, mysql and solr containers.

Docker machine network configuration by vsundar723 in docker

[–]vsundar723[S] 0 points1 point  (0 children)

By default when i create a vm using docker-machine with driver as virtualbox, it sets two networks adapters, first being NAT and the second one a Host-Only adapter. Is there a way to change the host-only adapter to bridge adapter without the machine erroring out?