Michael Spencer

Results 14 comments of Michael Spencer

Saving window geometry sounds nice. Right now dialogs seem to be started half off-screen most of the time. Maybe we could at least improve that so they're placed on-screen if...

Ah, so the top left corner is centered instead of the full dialog because size starts at zero. That makes sense. What about locking dialogs so they're always centered like...

@SunRain It'll be more like Chrome OS, with folders directly in the app launcher (Android only has folders on the home screens, not in the launcher drawer).

Here's the `.desktop` file for Chrome Remote Desktop: ``` ini #!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Terminal=false Type=Application Name=Chrome Remote Desktop Exec=/opt/google/chrome/google-chrome --profile-directory=Default --app-id=gbchcmhmhahfdphkhkmpfmihenigjmpp Icon=chrome-gbchcmhmhahfdphkhkmpfmihenigjmpp-Default StartupWMClass=crx_gbchcmhmhahfdphkhkmpfmihenigjmpp ``` The icons come from...

Yeah, it looks like somehow Paper is falling back to a generic Chrome icon instead of the original icons when a Paper version of the icon isn't found. I think...

Though, that only happens in qmlOS - they properly fall back to the original icons in GNOME.

I'm seeing the same thing: ``` [36mverbose: _PushStatus cNL4EPyC2I: sending push to 23 installations ``` Then a bit later later: ``` verb parse-server-push-adapter APNS APNS Connection 1 Notification transmitted to...

Sorry for the delay - here are my responses to your comments: - I guess you're right that the chapter isn't very useful. Should I change it to the book...

On the phone, you could use the new bottom-edge gesture to bring up the slider to move around in the book, and then on further dragging up, bring up the...

@michaelficarra The linked issue already explains the problem and essentially proposes this solution: https://github.com/estools/esmangle/issues/85. Without this fix, source maps don't include the original identifiers, and incorrectly include the minified names....