TheOnlyJoey
TheOnlyJoey
Hello, code_swarm seems not to work with ssh authentication (svn+ssh:// links). There was a fix in the original branche of code_swarm (https://code.google.com/p/codeswarm/issues/detail?id=51) but I can't seem to make it work....
So, it seems like the Gyro offset variables might be wrong, or inconsistent for the WMR2. When 0ing out all the values the one i tested barely drifts (though still...
So, currently the DK2 still assumes that people rotate it 90 degrees in order to render correctly on it, while for devices like the Dreamglass or the LG 360 VR...
So it seems we only have the option to see what a build provides during compile time, which is great, but with people having the option to do custom builds,...
The WMR devices work, but we make quite the assumptions at the moment since the config package is not readable. There are no headers in the package and we tried...
Behavior on the lv2 latency example plugin seems to be incorrect. Even though it seems to be synced/corrected, it waits the amount of latency before it starts moving the playhead...
After doing my first implementation with the OutlineBuffer (based on the documentation in the Readme), I am running into the issue where there is a center deviation between the 2...
I am getting unexpected behavior when using a setup such as: ``` c['change_source'].append(changes.GitPoller( '[email protected]:myorg/repo1.git', workdir='repo1', branch='develop', pollInterval=300)) gitrepo_1 = steps.Git(name="Git: Repository 1", repourl='[email protected]:myorg/repo1.git', method='clean', mode='full', branch='develop') gitrepo_2 = steps.Git(name="Git: Repository...
It seems that there are problems with some systems (mostly more modern AMD systems) where in some cases std::random_device will result in an exception. Currently this causes applications to be...
Made changes so it compiles properly under Linux, tested with Debian 12 and Ubuntu 22.04. Also replaced deprecated function GetWindowContentRegionWidth with GetWindowContentRegionMax().x in filter demo. Fixes #5, deprecates #6