Holger Segnitz

Results 10 comments of Holger Segnitz

this seems to be a duplicate of #289 -- I'm having the same issues.

Maybe this helps: I had the same problem, "No package matching 'php.packages' is available" - after I changed the ppa to just "php". I tried a lot of things and...

I think what is meant is: ManyToMany relationships are only considered (e.g. the convenient helper methods created with the build command), when the relation table is built in a very...

I actually just had the idea of writing a tool that would take two mysql dumps or other forms (in first stage only with schema definitions, not data) and diff...

I have a similar use case (a unit test and an integration test suite running in parallel, one in a container the other one natively, on varying machines, gitlab runner...

I use a G2 and Index Controllers and found out that the alignment is only stable when both WMR and SteamVR is each setup as "room scale vr" -- I...

I have a similar effect, what I was able to detect is, that it is mainly because the center of rotation is off (and in my case also the "scaling")....

@Raivr-dev: I have in the meantime done a roomscale vr setup for both the WMR stack and the SteamVR stack and it has been stable since then - for a...

Hmmm... I'm afraid I might need some help with the failing CI tests, to me that looks unrelated to my change and more like some init failure?

Ahoi, if I'm not mistaken, PHP_INT_MAX on 64bit is 63bit + 1bit for the sign. At least with MySQL "BIGINT UNSIGNED" uses that extra bit to extend the range upwards...