Bernhard Schulz
Bernhard Schulz
> What about adding a flag to make the bubble always visible?! Yes!!!
Hi! Thanks for the project. I tried to set it up with docker and NGinx reverse proxy, but I always get ~~~ Verboten (403) CSRF-Verifizierung fehlgeschlagen. Anfrage abgebrochen. Mehr Information...
For me, it works now. I added `proxy_set_header X-Forwarded-Proto $scheme;` after reading https://stackoverflow.com/questions/38391376/nginx-gunicorn-django-1-9-csrf-verification-failed
Thank you DanielNovo ! >Changing property net.fortuna.ical4j.parser to net.fortuna.ical4j.data.DefaultCalendarParserFactory fixed my issue. This finally fixed the problem for me, too!
Hi! I am not sure, if it is the same problem and/or if it solves the problem for you, but I added `style="height:100%; width:100%"` to my svg element, and then...
Thank you!
Hi! Thanks for flutter_epson_epos and your bluetooth extension. Any chance you can create a PR and merge it with the main project? That would be very helpful! Thank you!
Very cool, thank you. The project where I needed such a component is long finished, but next time when I need a range slider, I will get back to this...
@lkroll Thank you, that was exactly the problem I was facing and wasted hours with it. Creating a new token which is not secure solved the problem.