Mihai Parparita

Results 100 comments of Mihai Parparita

This is now available in v1.38.1, which was released on the App Store today. It is somewhat buried, but in the iOS Settings app's Tailscale section, there is now a...

Fast user switching is now available in Linux, Mac and Windows [unstable builds](https://tailscale.com/kb/1083/install-unstable/). Feedback (as comments on this issue) or bug reports (as separate issues) is appreciated. In the UI...

Fast user switching has now shipped in Tailscale 1.34. It is available for the CLI on Linux, Mac and Windows, and in the Mac and Windows UI clients, see the...

iOS Shortcuts support is now available in unstable builds (https://github.com/tailscale/tailscale/issues/2504#issuecomment-1379299469). Combined with Wi-Fi network and/or location automations, it should be possible to approximate the desired behavior.

@gingerbeardman I looked into implementing this using the download links that you mentioned in #273, but I was not able to make it work when running on Cloudflare Workers. I...

Looks like that works, albeit very slowly. Here's an example: https://infinitemac.org/1996/KanjiTalk%207.5.3?cdrom=https://archive.org/download/bmac-vol3-1996-03/BMAC-VOL3-1996-03.ISO.7z

@that-ben Oops, some leftover code that was affecting Firefox only. Should work now.

That sounds about right. Any size image should work, but it'll take longer to download (depending on your internet connection and archive.org's state) and in Firefox it'll end up being...

Doing it as Shift JIS seems like a reasonable start. There's already some encoding metadata on the Python side (https://github.com/mihaip/infinite-mac/blob/e49b3278ad0e0ed802ab50d408e40bcf4596757a/scripts/disks.py#L14) because we need to take it into account when generating...

Fascinating. The crash is in JIT-ed code in the worker that runs the emulator. Not sure there's much I can do. ``` Crashed Thread: 11 WebCore: Worker Exception Type: EXC_BAD_ACCESS...