Joachim Hagege
Joachim Hagege
Thanks for this great repo. I'm trying to understand what is the advantage of fetching the version using version.py vs. setting it directly in setup.py `version=Version('1.0.0').number,` vs `version=1.0.0,`
Hi, amazing extension ! It seems the shortcuts don't work to increase speed on full-screen mode in Firefox. Are you aware of the issue ? Any known workaround ? Thanks.
Hi, Great stuff, thanks much. I'm trying to convert the 4-coordinates polygon to a Rectangle in the format: - centerX - centerY - width - height - angle Do you...
Hi, great code ! I have been noticing GPU usage is a bit low (around 40%), and trying to optimize. I've been noticing that HLSTransform is very CPU intensive. Are...
Hi, When trying to authenticate with Windows Server 2016, username that is passed has to be Full Name. If I'm inserting username, it's not working. Is it a bug, or...
Hi, I'm sorry for the noob question, but what parts of the src folder should I include in my project if I want to get the ultimate commits? Is there...
Thanks much for the great work. I found there are about 10% of missing data in the train set of Kinetics-400. Is it consistent with your findings, or should I...
Hi, when trying to add pytest-timeout to troubleshoot a hanging test, I get the following output: ``` Traceback (most recent call last): File "/opt/conda/lib/python3.6/site-packages/_pytest/main.py", line 203, in wrap_session session.exitstatus =...
Hi guys, Just tried running the 4.8 chapter along the instructions, because couldn't do so. I receive an error: Server returned HTTP response code: 401 for URL: http://weather.yahooapis.com/forecastrss?p=60202 Looks like...
Hi, Doest it support creating linux elf ? Thanks,