Gaspard Bucher
Gaspard Bucher
This line is exploding: https://github.com/vesper-framework/vesper/blob/master/src/index.ts#L115 I tried to understand why sometimes the connection options exist and why it sometimes does not exist. The bug only appears if the UI triggers...
This is a simple fix that saves the day. The real cause as to why `connection` has options sometimes and sometimes not should also be fixed I guess. Small demo...
Having a clear warning that Core supersedes Js helps remove some confusion for newcomers. It also avoids people trying to understand code samples that use legacy features such as |>.
Takes on pull request #40 from @zackw and update again. Update all dependencies and ensure tests pass. The test related to bug https://github.com/KaTeX/KaTeX/issues/3755 is now ignored. Normalized space indentation in...