Dominik Wetzel
Dominik Wetzel
@anhdhbn Well I suppose it could be done, but nameserver changing had a lot more options if I remember correctly. Maybe I will dig into it in the next two...
Now you should be able to list nameservers with: `fdu domain nameserver` change nameserver with: `fdu domain nameserver -n ns1 -n ns2 -n ns3 -n ns4 -n ns5` and revert...
I already experimented with it... And had success.... But I am currently trying to build this repo, so that I can insert this code and test it... But as I...
So there is a passthrough mode available on my fork: Schmetzler/PhoneVR@a215d89. Currently it is just available via the dropdown menu on the upper right... which is not really usable. Next...
So added the PR #313, now also with the experimental double tap detection... Well this was harder than anticipated, but it works somehow. If anyone has another suggestion how the...
Just to give some cents to it... I have the same issue, which is somewhat a dealbreaker for my current setup... or can we provide platformspecific `pyproject.toml`s? ``` tensorflow =...
I found a similiar issue on the pyinstaller page: https://github.com/pyinstaller/pyinstaller/issues/5366 It seems that pillow uses another folder for storing the library data in site-packages (`Pillow.libs`). But pyoxidizer does not seem...
Ah I see... Sorry... the spotless apply thing was checked always before android studio build the apk, but it seems it didn't check the c++ part. Ok I will update...
Ok so, lets see what the steps are: - [ ] User feedback (why it is not working) ... I guess this one is really difficult as I do not...
 So here some points to understand the algorithm: - First we gather accelerometer data from at least 600ms (this is around 9-10 datapoints) - We calculate the absolute derivative...