slaff
slaff
In SDK 2.1.0 and newer the definition of `ets_isr_attach` changed to `void ets_isr_attach(int i, ets_isr_t func, void *arg);` Therefore the compilation ends up with an error like this: ``` CC...
Removed redundant `extern`.
I am experiencing some strange issues with Esp-GDBStub. If the size of the application grows above some size and ESP-GDBStub is compiled in it then the device start to reset...
Use-Case: Zend Server is updated from version 8.1 to 8.5. Its location and credentials are already stored in the local target configuration but not updated. In that case the zs-client...
Reproduction: ``` mkdir /tmp/app cd /tmp/app composer require monolog/monolog php zs-client.phar packZpk --folder=/tmp/app --destination=/tmp/ --composer ```
- Create a high level vhost command that adds or edits a vhost if such a vhost is already existing.
- Explain what is appdir directory and what is scriptsdir. - Give examples how the appdir is working and how to include and exclude files. - Give examples how the...