Mihai Parparita

Results 44 comments of Mihai Parparita

I've added Open Transport, and Hotline now launches under Mac OS 8. It still complains about a missing transport library under System 7, even when using Network Software Selector to...

I recently made some fixes for scaling (https://github.com/mihaip/infinite-mac/commit/9027c562d30f2542955ee72ad1e194e49f7ea79d) and touch/mouse event handling (https://github.com/mihaip/infinite-mac/commit/3788b5deee47aea588081a7e6b1e64e711e431f1), is it any better for you? I don't have access to an Android tablet, but FWIW I'm...

We choose whichever is smaller, but we don't round (prioritizing filling up the screen).

Should also consider rebasing onto a more recent fork, e.g. one of: https://github.com/cebix/macemu (original repo, long dormant, but had signs of life last year) https://github.com/emaculation/macemu (attempt at cleanup from the...

I'm a bit surprised you don't have the "All Mail" folder. Is your Gmail by any chance running in a different language? Based on http://www.limilabs.com/blog/localized-gmail-imap-folders, it looks like the names...

In dev mode, reading it from the query string on the JS side and then adding it to the `IPNConfig` that gets passed to `newIPN` would be a good start.

https://github.com/tailscale/corp/pull/6926 does this in the admin panel. Doing this for the standalone version is less pressing.

Thought we could maybe use the `appleEvent` option to send a custom Apple Event to get it to switch profiles, but opening the dictionary in Script Editor shows nothing related...

/admin/dns has requires that "To enable MagicDNS, add a global nameserver first." requirement, we should not have that if "Override local DNS" is off. (capturing out of band discussion)