Andrew Dupont
Andrew Dupont
> > ```js > > document.addEventListener('focusin', () => { > > if (document.activeElement.matches(`atom-text-editor[mini]`) { > > // do something > > } > > }); > > ``` > >...
> It's like a `getTextEditors`, but I need something like `observeTextEditors`. A patch must be applied after text editor is created, even if user do not focus it yet. @asiloisad!...
I can't promise we'll get to this soon, but it seems legit, and it's good for it to be recorded. The commit message field is a full-fledged text editor, so...
Thanks for the report. Can you tell me what sort of file this was? It looks like this was an “injection” scenario — one language embedded in another — so...
Strangely, that counts because of the way that the PHP grammar is architected. I see the bug here (assuming something that may return `null` is an array without checking it),...
Can either of you identify a version of Pulsar that _was_ working on NixOS with KDE? If this regressed from an earlier version, we should be able to pinpoint why;...
> Going to have to roll my own package to get PulsarNext on NixOS I expect. I will follow up if I'm able to do so. OK, thanks. Please ask...
I'm doing some searches and I'm wondering [if this feels relevant](https://github.com/NixOS/nixpkgs/pull/259157) to the original error.
Offhand I have no idea how to do this, but it's certainly a good idea — and if another IDE does it, then we can certainly use that for reference....
I didn't even know this was a thing.