Benjamin Gray
Benjamin Gray
@quantenschaum If you open dev tools and look in the memory tab, does the PDF worker get destroyed? There should be one worker around 40MB for each open PDF.
Ah, I see the RAM use still goes up and stays up.
@quantenschaum I've published an [alternative PDF view package](https://atom.io/packages/pdf-view-plus), which uses the default viewer provided by PDFjs. It should not have any lasting memory issues (it also comes with a lot...
@dpo While not a fix, you can set it to only activate synctex on a double click.
The CI failure seems unrelated.
Manual testing just now: - With `pdf-view` active: Still works as expected. - With `pdf-view-plus` active: Opens as expected. The forward sync is already guarded, so if using `pdf-view` it...
> I think the wrap guide should be handled entirely by the wrap-guide package and atom-language-rust should absolutely have nothing to do with that > don't just magically override it...
...the dreaded `$base`. `language-latex` uses that pattern to refer back to it's top level, which is fine in a normal file, but it technically _always_ means the base grammar of...
@burodepeper > Moving the language (detection) inside the curly brackets makes it quite a bit more complicated. Since the list of supported languages is dynamic Taking capture groups and putting...
@burodepeper I wrote it at some point as a personal reference, but decided to make it a full guide. I've left some things unfinished, but I'm happy with it on...