Jhonas Wernery
Jhonas Wernery
I would like to help porting - contacted Ruuvi via email just now.
If you use go modules, try ``` go get -d github.com/therecipe/qt@494d2f8c1ebe65dba7aee361a044511d67147357 ``` this downgrades the dependency to the commit mentioned as working by @ma6254
> I've been trying to verify the described behavior but am still seeing the entire file being reformatted upon commit even after only staging part of the file with magit...
After testing this change in our fork, trying to fix iso builds, we noticed that all hosts seem to build iso configurations after this commit: https://git.b12f.io/pub-solar/os/commit/242de215d6801d6858fe935d2ef1170651909d49 The commit just switches...
@montchr thank you for the feedback. Yeah the module was included before, we sticked with DevOS defaults of `nixos.hostDefaults.modules` until now. I'll try if commenting that line fixes our issue,...
Thank you for hacking on watson, I'm a daily user and find it really useful! The ability to adjust the date formatting for the `add` command would make usability even...
On a self hosted instance, how would that identity work? Do you mean an auth method like prosody's `internal_plain`?
> This is great. Can anyone confirm it fixes the issues? Fixed the issue for our docker-jitsi-meet setup with `internal` auth. I was wondering though if setting this is insecure...
Just chiming in here to say I'm really looking forward to this! Thank you for hacking on `illumos` support! If I can be of any help testing anything, I'd be...
+1 on macOS with homebrew python 3.7 EDIT: Solution for me was to RTFM read the README.md: ``` #if needed - pip install Cython git clone https://github.com/rkern/line_profiler.git find line_profiler -name...