Calvin lin

Results 17 comments of Calvin lin

But i think it is useless to publish it to flatpak because apps in flatpak cant access host's shell directly

> 大佬,第一个开关非小米生态硬件的时候,开关确实是可以被控制,但是小爱还是会跟你说设备不存在bla bla,这个情况如何避免呢? 试试控制后静音?

please dont leave some meanless issues here

Howdy is work as a pam module so it is inpossible to bring it to snap/flatpak

emmmm why no use native arm64 browser?

> @tracker1 this is actually inaccurate, you can start a host shell in flatpak using `flatpak-spawn --host /bin/bash` instead of just `/bin/bash`. You lose the advantages of a sandbox entirely,...

> Hello, I started experimenting packaging Tabby as Flatpak. > I am not an expert or have deep knowledge of how Flatpak works, I am also not sure if it's...

> These seem to be general issues/discrepancies compared to the official tailscale control plane that affect the time it takes to establish a proper connection. Is opening a PR considered?

> [webvm.io](https://webvm.io) developer here, offering some context: > > We managed to make headscale work with the wasm client in this fork: https://github.com/leaningtech/headscale > > We always meant to try...

probably we can add `JSONRpcBaseResponse.async_json` like this? ```python ... @property async def async_json(self): if isawaitable(self.data.get('result')): self._data['result']=await self.data['result'] return self.serialize(self.data) ``` Although this is a bit tricky but it works well...