Andrew Dupont
Andrew Dupont
> What's with the attitude in these replies? I'm here trying to get help while giving your application a honest-to-god first-try, not to be harassed in every reply. > >...
I've just spent 15 minutes trying to reproduce this and I feel like I'm going insane. I typically don't have the `spell-check` package enabled, so I enabled it and reloaded...
I don't use different virtual desktops (“spaces” on macOS, etc.) and I don't know what Electron's default behavior is here, but if someone wants to track down how this could...
Actually, I think [this might be the exact workaround](https://github.com/electron/electron/issues/8734#issuecomment-350145566) that we need.
We're about to do the 1.121.0 release, but I want to comment here to thank you for this PR and make sure we didn't run the risk of appearing ungrateful....
Here's the code sample I've prepared based on your screenshot: ```php
Nah, things are going sideways on an earlier line in your screenshot. Show me the rest of the line that starts with ```php $this->q->param('pmrManualType') ``` and the full line that...
> I'd also mention (in case it is something to do with the above), that a yellow "1 Deprecation" has appeared in the status bar...which expands to: > > Deprecated...
> Found the Developer tools and switched on console log and can see 2 lines after loading the file: > "Failed to expand color preview gutter! preview-gutter.js:67" > Got the...
No, but [tree-sitter-tools](https://web.pulsar-edit.dev/packages/tree-sitter-tools) might help. When there's no highlighting, open the inspector and look for `ERROR` nodes. I hate giving this advice because, unless this is a rather small file,...