Georg Schwarz
Georg Schwarz
Seems to be caused by the same origin as in issue #473
Somehow not reproducable any more, also in my own application. Maybe a Chrome Update fixed that!
Any new insights on this? Struggeling with the same problem when using Chrome (Firefox works fine).
I think as the first step publishing as a versioned library would be a great addition, e.g. on [pypi](https://pypi.org/). That would allow me (as a user of a lib) to...
As we had the same issue and spent quite some time on it, we`d like to share our setup: - There is a **reverse proxy** serving at ports 80 (for...
> @georg-schwarz, Do you mean adding that config under `services` in ~/plane/docker-compose.yaml? No. I created a separate `~/docker-compose.yaml` file. So with the plane one there are 2 in total. This...
Is there already any known workaround or solution for this?
Thanks for the pointer! We will share our solution here in case we decide to tackle it before you are done with the refactoring you mentioned ;-)
Thanks for the very fast response! I think I owe you some more context: We went down the route to implement our own interpreter in the [Jayvee](https://github.com/jvalue/jayvee) project (case 2...
Thanks for the quick answers! I get your point and followed your advice by disallowing one of the ambiguous sources and giving a hint on what to do. In our...