Cosmin Lehene

Results 57 comments of Cosmin Lehene

I ended up disabling style-settings nad just ussing CSS snippets becasue of horrible performance penalties. I suspect it's not just CSS but also leaks and it possible interacts weirdly with...

@ahrm -  For PDFs it's annotations. Note - I'm just starting and I don't know if Sioyek supports any other annotaions such as scribbles or comments as with Arobat. However...

@haberman 21.x breaks JS and there's no known workaround for OSX / brew Can you take a look and provide some guidance, please ## no release notes on removing JS...

## workaround on OSX / brew: ``` brew install protobuf@3 brew link --overwrite protobuf@3 ``` Related

@TeBoring I found the unit test, however I can't understand how that can be useful as documentation for how to actually use the code. Obviously if you have the **actual**...

@chrisplusplus that's what I ended up doing too

@damienmg so there's no actual npm package that contains annotations? Typically the language specific libraries have the equivalent of a "google-common-protos" (https://github.com/googleapis/api-common-protos) - in this case it should be https://www.npmjs.com/package/google-proto-files...

The problem is that not the cursor position needs to be remember but the workspace state, including each editor/viewing tab, window, etc. This plugin keeps an offset per file, and...

Noting you mentioned [TeXShop](https://pages.uoregon.edu/koch/texshop/) so I'm assumign it's not something scripted. Here's what I did to compile it locally on MacOS ```sh brew install texshop brew install texbin brew install...

@BartoszMilewski - I was able to build it locally and highlight works fine (closed the original issue) https://github.com/BartoszMilewski/Publications/issues/17#issuecomment-2278689873 I added this issue to document how to compile tex to PDF...