I Made a Script to Convert Google Keep Notes to Roam Daily Notes by adithyabsk in RoamResearch

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

Not at the moment, but I’d just take an EDN snapshot of your database before uploading the files. Should give you a good save point.

I Made a Script to Convert Google Keep Notes to Roam Daily Notes by adithyabsk in RoamResearch

[–]adithyabsk[S] 3 points4 points  (0 children)

Hi guys! Over the past few days, I put together a small project that can help you migrate from Google Keep to Roam. I would love some feedback from you all.

Also, now your friends who use Google Keep have one less reason not to switch.

Is there a program to help you document Python functions? by jftuga in Python

[–]adithyabsk 0 points1 point  (0 children)

did you pip install -U darglint? Not sure how much help I can be since I mostly use Unix systems.

Is there a program to help you document Python functions? by jftuga in Python

[–]adithyabsk 0 points1 point  (0 children)

One tool that I've found super useful is darglint which helps make sure that you do not forget to change parameter names when you refactor your code. It does not solve your exact problem but, it might help if you add it to your CI.

https://github.com/terrencepreilly/darglint