Winston Liu

Results 234 comments of Winston Liu

pdf.js actually supports this...not sure why it isn't Just Working. https://github.com/mozilla/pdf.js/blob/7a8b0fb107706c2ecf5539cfdfad63b3968700d0/web/password_prompt.js

I'm not so sure - that's an example `instrumentationKey`, _not_ `connectionString`: https://docs.microsoft.com/en-us/azure/azure-monitor/app/sdk-connection-string?tabs=js#code-samples.

Also, I suppose this specific feature request is for a programmatic API to set the connection string. Right now there's only SetInstrumentationKey.

Oh interesting, I wasn't aware of the dependency tracking issues. Thanks for letting me know!

I can confirm this. I am running at 1920x1080 resolution at 150% DPI but `size` only reports 1280x720. Looks like it's not being multiplied by `scaleFactor`.

Sorry for the late reply. Yeah, I can add a hook, but the issue still is lack of context. I'll need at the minimum a way to apply a workspace...

Tests are running again if you want to update your branch.

> @50Wliu You've been relatively active here today, do you know any best practices for this problem? Nope, I know nothing about how this all works, sorry. Just wanted to...

A last-ditch fallback could be to just list the raw commit messages.

Again, this is because the relevant commands as well as keybindings are defined in Atom core. https://github.com/atom/atom/blob/5464883c1ecc581ebe698bc2722b0fe51a7ccda5/src/browser/atom-application.coffee#L207 (Ctrl+, actually seems to be defined in both atom/atom as well as settings-view....