Ryan Jarvis
Ryan Jarvis
oof. ... Those feature requests are 11 and 7 years old respectively.
Thanks! You are doing amazing work!
Could you use \`\`\` to enclose the error message? The formatting is all messed up without newlines. :)
It looks like `live555` isn't being downloaded or put in the right place by the build script. Silly question but are you building this on a machine with internet access?
@Robpol86 This extension was really helpful today. Thank you! I hope you return to is soon. :)
Done. New PR opened (#33) As for the purposeful whitespace formatting, I see https://github.com/raspberrypi/pico-project-generator/blob/3a1cdad69a2218549547af2f31600b000930ab27/pico_project.py#L47-L62 Are there any other places were whitespace has purpose/meaning that were overwritten?
Cleaning up the make_data.py on my fork got the test error rate down to ~700. Still way over what the paper outlines ``` python Graph.py \ --input_file ./datasets/fhad/ \ --test...
Out of curiousity, what are you seeing that doesn't support Python 3?
I believe that is just an issue with the values in `setup.py` and has nothing to do with the functionality of the package. It is working fine for me in...
From caniusepython3's [documentation](https://github.com/brettcannon/caniusepython3/blob/master/README.md): --- > # How do you tell if a project has been ported to Python 3? > > On [PyPI](https://pypi.python.org/) each project can specify various > [trove...