Quantum Libet

Results 11 comments of Quantum Libet

Hej @DocEmmetBrown, FWIW, the binaries (well, executables) still work. A workaround is to extract the executables `tailscaled` and `tailscale` from the qpkg package, and replace the older, already installed version...

@HansRen1024 Did you have a previous version of Tailscale installed on your TS-412? Did the package you created also include the QVPN package necessary for the QTS4 version? I am...

That happens for two reasons. And would be an easy fix. Reason 1: SKIP=`wc -c < $DEST/header_script` The ancient version of `wc` on macOS adds a leading tab. The solution...

This has extensively been discussed here: https://github.com/tailscale/tailscale-qpkg/issues/72 (and older threads). The gist is: - Install QVPN. It enables the tun devices that Tailscale needs. - Unpack the files from the...

Hi @aymanbagabas. Thank you for your feedback. However, I was in no way concerned with the exact identification of the SSH engine. The post is a feature request to enable...

Maybe related: [#3574](https://github.com/Hammerspoon/hammerspoon/issues/3574)

It does, if that happens to be the number of the current space. Otherwise it should output `nil target space ID 3 does not refer to a user space`. On...

FWIW, it does work for me with an external Dell display on a Mac mini x86: ``` hs.fnutils.each(hs.screen.allScreens(), function(s) hs.printf(hs.inspect(s:getInfo())) end) { DisplayBluePointX = 0.150390625, DisplayBluePointY = 0.0595703125, DisplayBrightnessAffectsGamma =...

This is great. Thank you. That said - I wish you hadn't named it SpaceHammer, like the long-standing and well-respected Hammerspoon script named ... [spacehammer](https://github.com/agzam/spacehammer) by agzam. I agree that...

Thank you! This makes it so much easier for me!