Gergő Törcsvári

Results 52 comments of Gergő Törcsvári

I'm also looking for anchor checks. If you can give me some directions, I'll try to PR it.

if you have the same problem; cd your `data/plugins/lib/python2.7/site-packages` and run; ``` rm -rf Flask* rm -rf flask* rm -rf Jinja2-2.11.2.dist-info/ rm -rf jinja2/ rm -rf octoprint_client/ rm -rf OctoPrint_FileCheck-2020.8.7.dist-info/...

That will not really work... as you see the data folder has the plugins in it. The problem is bcs the octoprint 1.4.0 (which called directly from the bin) starts...

I started a repo; https://github.com/tg44/heptapod far from feature-ready, but I can do most of the things from code as asimov could right now, possibly faster with multithreading, and already handles...

When I saw this project first, my question was the same; why we need an rpi? It could be used in school environments if the zeros cost (idk I saw...

For starters it would be nice if we could see if a device has enabled rules or not. It would be better if the device config would get a new...

I started to work on an MQTT-client implementation! Here is my fork; https://github.com/tg44/marquee-scroller/tree/mqtt-fork I started this with a cleanup, bcs I wanted to get all of the data from mqtt...

I refactored the whole code-base, and rewrote a lot of parts. Fixed the looping problem (we disconnect bcs we are busy writing stuff to the screen). I should test out...

Had the same problem, a bit better code snippet; ```python for idx in cleaner.delete(): try: cleaner.fns[idx].unlink() except: pass for idx,cat in cleaner.change(): print(str(path/cat)+'/moved-'+str(cleaner.fns[idx].name)) shutil.move(str(cleaner.fns[idx]), str(path/cat)+'/moved-'+str(cleaner.fns[idx].name)) ```

I have the same problem here! Have any actually working solution to this? (I really want a solution and not a workaround where all my testcases go into other files,...