Jochen Krapf
Jochen Krapf
@TilCreator please check if requests for e.g. `favicon.ico` are handled correctly
'resp' is a stream-writer and has a function 'get_extra_info' which gives a dict with only one element: 'peername'. This hold a tuple with addr and port. Example: ```python @app.route("/") def...
the uasyncio-function 'start_server' handles by default only 5 connections. You can change line 303 in `picoweb/__init__.py` to ```python loop.create_task(asyncio.start_server(self._handle, host, port, backlog=10)) ``` ich you have enough memory to handle...
It's hard to read without indentation... I think you need at least one 'yield' or 'yield from' in the handler functions (index(req, resp)) to make them a generator. Additional: you...
~~Some days ago I used the version 0.1a3 and the formatting (margin) works as expected and as shown in browser. In actual develop-branch the lines stick together as all margins...
I reinstalled the version 0.1a3 and it sticks together as in actual version?!? I am confused! Maybe I had little differences in the html-file...
Further tests shows that xhtml2pdf renders the html-tags in a sequential way instead of a hierarchical way. Compare the images of browser and PDF. That explains why the margins are...
The Eagle-files are uploaded to: https://github.com/fablab-wue/piTelex/tree/master/PCB Note: the part numbering was changed in history and don't fit to the images on GitHub
I use "Eagle 9.3.0 free". All files can be opened with this version.