George Marques
George Marques
So, this is not really a bug. It could be changed but it is like so by design because the core never enforced types either. The types you can set...
It worked for me with Authentik. Basic instructions: ### Scope mapping - Under Customisation > Property mappings, create a new Scope Mapping. - Set name and scope name to `mailcow_template`....
@pirey0 if the `ERR_FAIL` is enough to fix the crash, then we can merge it here. But yes, if you want to propose a new change it might be better...
> For reference, quotes with `$` are only required for relative paths that use `..` or absolute paths Or when the node name contains spaces or special characters (i.e. when...
The stack info is not kept in release builds, that's why the function doesn't work (the inherent C++ stack is enough to keep the flow). We never really need to...
> I am very happy with the idea how it works, exactly what I would Need and use a lot! Though one things looks a bit „wrong“ to me. Classes...
> Would abstract functions be exclusive to traits? I don't see why they would, but it's worth clarifying. If they can be declared in normal classes, then that's worth a...
> So this is similar to an interface in other languages? I love this idea and I think you'll see massive usage of it. @WolfgangSenff it is like interfaces with...
@bitbrain > * what happens if two traits define the exact same function signature but with different implementations? Will this cause a compiler error? For example in Java, implementing two...
I have the same issue, also using Python 3.8. Not sure if I'm looking at the right place but it looks like caldav version is 0.5.0 here. Is there an...