MisterNox

Results 11 comments of MisterNox

Okay first of all I have forgotten the arjs tag in the a-scene. But besides that ar.js seems to inject the video element right at the beginning no matter what...

First of all thank you for your reply. And yes you are right, just copy and paste is not a good way to handle this. That's why I was trying...

same here (hosted with docker)

Unfortunately I cannot reproduce your issue. When I try it with your stackblitz example and refresh the page the cookie persists and I am still authenticated (I tried it with...

You see this because compiler.ts is missing a function `transformAssetUrls`. I dont know why it is missing in the latest version and what it does in particular, but in older...

You are welcome. During the last weeks I simply decided to make my own vue intigration and it was actually easier than I thought at first, but of course it...

For the moment, it was intended more for internal use or as a quick solution in combination with my requirements. As I said, many features are not implemented or only...

Any updates on this? Would be very helpful when using it with docker. As a temporary workaround, an one can set the rights in the Dockerfile or an existing settings.ini...

Maybe something like this makes more sense to stay backwards compatible: ``` # registration/serializers.py from importlib.metadata import version from packaging.version import parse as parse_version import warnings try: allauth_version = parse_version(version("django-allauth"))...