Neil Pandya
Neil Pandya
Diving into visualization now! The link below is where I'm starting from! https://www.tensorflow.org/guide/summaries_and_tensorboard
Vote +100000000 if I could for webcam support!
> To anyone that ends up here, I was able to circumvent this by using an old access token (from a configuration file in a previous installation I had in...
To those who end up here, [@kanocz](https://github.com/kanocz) has submitted a pull request using golang to remedy our troubles (2 months ago)! Thank you, Anton! [Check it out!](https://github.com/Zren/plasma-applet-eventcalendar/pull/341#issue-1584880976)
Hi, @TheSatiah, #345 solves this issue.
If you want to use [this fork](https://github.com/kanocz/plasma-applet-eventcalendar) successfully, you need to install GoLang first. #345 solves the issue with a python script, without having to install Go.
Hi @Zren, just wanted to let you know that I tested @gaganpreet's solution via python script and it works on my system! ```bash rm -rf ~/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar sudo rm -rf /usr/share/plasma/plasmoids/org.kde.plasma.eventcalendar...
@Zren any update to when this branch can be merged?
> I'm following these steps: > > > rm -rf ~/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar > > sudo rm -rf /usr/share/plasma/plasmoids/org.kde.plasma.eventcalendar > > git clone https://github.com/gaganpreet/plasma-applet-eventcalendar eventcalendar > > cd eventcalendar > > git...
> > Any ideas on what I'm doing wrong? I'm very layperson with this entire scene btw. > > not without knowing/seeing exactly what you tried. Command by command. @BackOnMyBS...