Deleted user
Deleted user
Originally reported by: **jurko (Bitbucket: [jurko](http://bitbucket.org/jurko), GitHub: [jurko](http://github.com/jurko))** --- I think the `SOURCES.txt` project manifest file should be regenerated on every use. Older distutils versions, e.g. those from early 2.7.x...
Originally reported by: **hut2 (Bitbucket: [hut2](http://bitbucket.org/hut2), GitHub: Unknown)** --- I use a setup.py script like ``` #!python from setuptools import setup setup( scripts=['scripts/ranger', 'scripts/rifle'] ...) ``` Now the script `scripts/ranger`...
Hi, Could you please consider adding a terminal/SSH for root access through your website? Other VPS host providers have this feature and it is something that was very useful when...
How to build it.
### Answers checklist. - [x] I have read the [ESP-DSP documentation](https://docs.espressif.com/projects/esp-dsp/en/latest/esp-dsp-library.html/) and the issue is not addressed there. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the...
### Answers checklist. * [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. * [x] I have updated my IDF branch (master or...
### Checklist - [x] Checked the issue tracker for similar issues to ensure this is not a duplicate - [x] Read the documentation to confirm the issue is not addressed...
### Checklist - [x] Checked the issue tracker for similar issues to ensure this is not a duplicate - [x] Read the documentation to confirm the issue is not addressed...
 The current implementation will throw an exception if 'question' or 'options' fields are missing in the YAML data. To make the parsing more robust and prevent potential server crashes...