Ken Lyon
Ken Lyon
> Npp has combined a dumb, hard-coded plugin list with a pointless API change (possibly just pulled up from Scintilla) that breaks several plugins in that list. It is ridiculous...
The value of this tasks was in being able to stay up to date with the latest version, though. Seems a more robust way would be for it to check...
I am implementing a workaround in the short term, too. I was able to safely determine which files needed to move to `static/js/static/js` which I did rather than copying everything....
> We are also seeing this bug. Removing `homepage: '.'` may not be an option for us. @JacobCutshall and @kenlyon , could you please explain to me your workaround? 🙏...
I think that the amount of exception logging here is way over the top. It _might_ be useful in some kind of verbose troubleshooting mode, but for normal production use,...
@odahcam Thanks for your reply. Is the main goal of this project to port the Java version to JavaScript without changing any functionality? I agree that it would be useful...
@mickelsonmichael Thanks for your reply. I don't quite remember what my goal was at the time, but I think I was hoping to actually use `override()` to combine customizers for...
I discovered this bug report after spending a long time trying to figure out what was wrong with my code. I'm glad to see I'm not the only one, but...
Hmm, for some reason, I don't see `XMLSerializer` on `dom.window`. The only way I see to get at `w3c-xmlserializer` via `jsdom` is to use `dom.serialize()`. I'm using typescript with @types/jsdom...
On the subject of `XMLSerializer`, I had a closer look. The only way I can see to reference it directly is to do this: ```javascript const { XMLSerializer } =...