Zicklag
Zicklag
> Not for user modification though. :+1: ---- OK, if I can't get around the need then I'll look into that. I might be able to get around for now...
I ended up not using it with Nextcloud for now, so no, I didn't get it working. I tried overriding the UUID's in the LLDAP database using a SQL client,...
Yeah, I think that's what I ended up with. You have to make sure that the `uuid` field is the same, for Nextcloud to think that it's the same user....
Yes! I think Nextcloud might use a `uuid` attribute by default, or it's auto-detected, I can't remember, but you can probably tell it to use the `entryUUID` field either way.
I was able to use [DBeaver](https://github.com/dbeaver/dbeaver) to update the database, if you want to try that.
On my Linux laptop I just downloaded the app, unzipped it and started it from the commandline, but they have installers for Mac and Windows [here](https://github.com/dbeaver/dbeaver/releases/tag/22.2.3), too. After starting I...
That does just work, but I don't think we get features like being able to multiply/add two vectors together, or functions like `lerp()`, `length()`, etc. Thinking about things like this...
> IMO that reflect_call shouldn't be on the Reflect trait itself, I was wondering if a new trait would be better. > This can even be done in an external...
Amazing work! > maybe build a small camera controller purely in a script to make sure everything works. That sounds like a great demo idea.
Good find! That looks extremely promising. That looks like that would work. I've got some work that might take a week or more to finish up, but once I can...