Franco Pellegrini
Franco Pellegrini
I am testing Plone 5.2 RC1, which brings in Chameleon 3.6, and I am finding the tracebacks for template errors to have very few useful information in order to find...
I was recently having issues where my GW will receive data, but would not send back. I wrote the details on what was going on in https://forum.mysensors.org/topic/11802/my-rpi-gateway-suddenly-stopped-working-no-idea-what-else-to-try?_=1631270464864 As can be...
- When adding cities in owm, it will show the city id within owm, instead of the city name, as yr.no does. - The data shown in the widget, looks...
Having 2 fields with the same `id` (i.e. when an existing `fieldset` is copied) leads to unintended errors. Steps to reproduce: 1. Create a `FormFolder` 2. Remove all fields 3....
So, I have tried several things, nothing seems to work... I am using Windows 10, I have an Arduino Pro Micro (16MHz) built on a protoboard with a MPU-9250, following...
**Describe the bug** There seems to be an issue both in the bulk uploader as well as in the normal "Add new" -> File forms, when you try to upload...
This PR is a work in progress for gh-1306 The base idea is that `.template()` from `underscore` needs to be replaced, and so all logic from the templates need to...
This can be reproduced as follows: 1. Create a `docker-compose.yml` with this contents: ``` version: '2' services: nginx: container_name: nginx image: nginx:latest ports: - "80:80" volumes: - ${PWD}/nginx.conf:/etc/nginx/conf.d/default.conf network_mode: "host"...
A customer has brought to our attention a Security Report informing that there are some known vulnerabilities with Javascript libraries, in particular with jQuery 1.11.3 and Bootstrap 3.3.6, which are...
After working in #903 and the discussion with @ale-rt in #904 I will open this card for improving the way the inline validation works... Currently, the pattern will submit the...