Indrek Ardel
Indrek Ardel
Sharp seems to require node 18.17.0 or newer. https://github.com/lovell/sharp/blob/bd4f1abba28831b8db246366f2f5f8d5ed701eac/package.json#L188-L191
Here is another reproduction that does not seemingly make use of KeepAlive but still triggers this error. https://stackblitz.com/edit/github-8d62xc To trigger, click on one of the links. The code is nonsensical...
To clarify the situation: files can be constructed offline, however it seems to rely on some magic inside pbsetup.
htm file header 1) matches regex `S([^ ]+) ([^ ]+) ([^ ]+) ([^ ]+) ([^
htm file body is zlib data in hexadecimal
in pbsecsv file, the F entry syntax: ` F ` in `00.htm` file syntax: `S ()+` to extract ZLIB, HEX has to turned into binary format. EXT = {w=>so,w=>dll,v=>d64...} `pb/dll/00.EXT`...
@Sangramchahal I could not reproduce this. Please provide additional information such as the snippet of code you are using, a screenshot of what you are seeing and the Atom version...
@Sangramchahal I see what you mean now. The functionality you are looking for comes from [atom/bracket-matcher](https://github.com/atom/bracket-matcher) package. Other than bracket characters, it also supports HTML and XML tag matching, but...
@kasparasg please see #47, if your atom version is older than 1.12.0, then to solve it, you'll need to upgrade. Please close the issue if that solved it for you.
@kasparasg there are chances that some of the caches aren't cleared or another package is interfering with the setting. Under Settings->Packages, try disabling all community packages except `language-blade`, restart Atom...