Rotzbua

Results 201 issues of Rotzbua

Disable inline font to improve FCP (first contentful paint). Disable to avoid violating CSP rules. Obsoletes #629

The pagespeed of the webpage (webapp) could be improved. ## Problem Currently the reported First Contentful Paint for mobile devices is 10.2 s which is very high. https://pagespeed.web.dev/report?url=https%3A%2F%2Fdesec.io%2F&form_factor=mobile ## Suggestions...

enhancement
prio: medium
easy

Django 4.1 has been released! https://docs.djangoproject.com/en/4.1/releases/4.1/

The lowest python version with test is python 3.6. So define this as minimum required version. Closes #49

Probably a typo in the configuration.

Hi community, we often got issues which base on bad manufactured boards. I want this issue as a place to collect known bad boards. Maybe there is a way to...

hardware :electric_plug:
help_wanted :syringe:
discussion :speech_balloon:

Hi, finally I completed and finished an old version of the library with injectable driver to communicate with mfrc522 board. This is only important for ppl who are using many...

solved :heavy_check_mark:

### What does this PR do? disable data collection by platformio ### What issues does this PR fix or reference? none ### Previous behavior platformio collects data and sends them...

Overflow risk in `Dhcp.cpp`. _dhcpLocalIp has only 4 byte. Every variable should be filled separate with zeros. ```c++ void DhcpClass::reset_DHCP_lease(){ // zero out _dhcpSubnetMask, _dhcpGatewayIp, _dhcpLocalIp, _dhcpDhcpServerIp, _dhcpDnsServerIp memset(_dhcpLocalIp, 0,...

topic: code
type: imperfection