Romain du Marais
Romain du Marais
**Same here, Got it to work!** let me add a bit more information : * Django version : 3.0.6 * Zinnia version : django-blog-zinnia-0.20 * Python 3.7.6 * OS :...
> You won't get any updates and improvements, but you won't get any breakages either. real question : is this project really maintained ? I found a "xinnia" package on...
I had a lookat the parsing method, it appears that the method `evaluate_class_stack` expects only one keyword in the declaration (in my case it was not recognized because the union...
I used this to investigate a little bit, this is my debug log : **for my array** ```log [3192] (public) [3228] trace (Empty Stack) [3181] Evaluating stack ['PORT', '[', '32',...
So I made a pull request with a few changes that should not break anything. This bug is made of 2 problems : 1. The parser does not parse nested...
+1 This would be super useful indeed, in order to catch error and create renewal process. Out of curiosity, @HoodyH did you find a way to catch the error without...
Had a look into it, and the fix you proposed seems trivial but actually doesn't work because the library is threaded, so the exception is raised in the context of...
Same here, several other errors on other commands, which lead me to believe youtube changed its API/interface. Do you have any plans to update the tool ?
NVM I investigated and identified that the issue comes from the usage of screeninfo.get_monitor() it is mentioned on the [readme of screeninfo](https://github.com/rr-/screeninfo)