chess-levin
chess-levin
Hello, webbkol is a great tool for checking and training for good CSP-practice! We like to run webbkoll backend and frontend. But we have no experience with erlang/elixir so far....
Hello, is there a way to use your BitBucket-Asciidoc-Plugin for BitBucket Server ( v7.17.5) or DataCenter? Thanks for your feedback.
- [?] This is a bug report - [?] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior hadloint throws an...
- [] This is a bug report - [x] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior ### Actual behavior...
Hi, I've just found your ESP8266WebServer with SPIFF demo. That helped me a lot!!! Thank you! I'm wondering if you could recommend a best practice for the following task: I...
**Is your feature request related to a problem? Please describe.** In our company we pull all dependencies from an private Artifactory-Repository-Server, which caches all external dependencies. But we couldn't find...
Hi folks, I'm trying to serve my own customized upload page for ESP8266HTTPUpdateServer ( https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266HTTPUpdateServer). But it seems, that the GET Request /update does not hit ``` httpServer.serveStatic("/update", LittleFS, "/update.html");...
How do I run some own code before `server.serveStatic();` ? I have a html file stored in LittleFS and serve it via `httpServer.serveStatic("/action", LittleFS, "/action.html");` Now I want to execute...
I try to use the generated uhttpd modules, but something does not work. As this is my first time working with mpy files. I need some help 