Satyarth Sampath

Results 19 comments of Satyarth Sampath

Facing a similar issue. I think its because the account credentials cannot be used to login if you have 2FA enabled for the google account. I tried using an app...

So I got it working on my local system using https://github.com/perkeep/gphotos-cdp/issues/1#issuecomment-567378082. And then running gphotos-cdp directly. Trying to use the config within a docker image fails. I'm guessing that's because...

I used the https://github.com/perkeep/gphotos-cdp/ directly.Based on my findings, the user-config directory cannot be shared between systems (including docker and the host).

Sorry for bringing up an old issue.But if i wanted to save the files locally,would you be able to guide on how to make a plugin for that?Do you have...

I am running this on another server.I was trying to use this as the editor in a CMS mashup if that makes any sense

So by CMS mashup I mean. Use a Static Site generator(Jekyll etc.) for rendering the pages (of the website). Use Dillinger to edit the markdowns(unlike the usual method of writing...

Yes. I currently have an implementation which implements the functionality of a `DeeplinkDelegate` that the library generates to cater to the requirements I have. If the library owners feel it...

Tried this out on the project listed by akuleshov7 above, A few findings: 1. I can make it work if I specify talaiot as a compile dependency for buildSrc and...

I face a similar issue.Running `python pidcat.py` provides me the same output as `adb logcat` (This is the expected behaviour ). However `python pidcat.py apptag` yields no output