Ole Jørgen Brønner

Results 50 comments of Ole Jørgen Brønner

I'm getting the error using vala 0.34.1 (on NixOS). Service.c: In function ‘plotinus_command_provider_proxy_proxy_get_commands’: Service.c:2321:228: error: ‘error’ undeclared (first use in this function) make[2]: *** [CMakeFiles/gtk_module.dir/build.make:271: CMakeFiles/gtk_module.dir/src/Service.c.o] Error 1 make[1]: ***...

Output: https://paste.pound-python.org/show/g1mnR5KFHXcdgugAQCdY/ $ gcc --version gcc (GCC) 6.4.0 But if it works for you it's probably some weird combination of how NixOS does things and vala. Couldn't find any similar...

Yes. (verified again now). Testing further I see that it sometimes say GPS for a short while, then the display refresh a few times (much faster than the log interval)...

When "google location accuracy" is on osmand record garbage altitude data. Haven't checked if that's the case for gpslogger as well.

Ok, agreed to disagree :) I'll close the issue(?)

Handling of special floating point values is another usecase

I see there is a `w_download_torrent` implemented (but not used). I also like the IPFS idea, but the bar to host a torrent is likely a lot lower than running...

~https://www.catalog.update.microsoft.com/Search.aspx?q=KB976932 contains links to identically files which is currently downloaded from archive.org: https://web.archive.org/web/20110608165548/http://download.microsoft.com/download/0/A/F/0AFB5316-3062-494A-AB78-7FB0D4461357/windows6.1-KB976932-X86.exe == http://download.windowsupdate.com/msdownload/update/software/svpk/2011/02/windows6.1-kb976932-x86_c3516bc5c9e69fee6d9ac4f981f5b95977a8a2fa.exe~ Sorry for the noise - fixed in the newest version: https://github.com/Winetricks/winetricks/commit/66f5122b39d50e0103b7a5d5852a199065e8c95d

It's possible to bind keys to modifiers directly: Simply set the keysym of the modifer directly in dconf: `dconf write /org/gnome/shell/extensions/switcher/show-switcher "['Super_L']"` For this to work the overlay key should...

A workaround is to ask the server for a specific version. In my case `https://wms.geonorge.no/skwms1/wcs.hoyde-dom1_32` used version 1.1.2 as default, but passing in 1.0.1 explicitly worked: `wcs.WebCoverageService("https://wms.geonorge.no/skwms1/wcs.hoyde-dom1_32?version=1.0.1")`