Jason Siefken

Results 84 comments of Jason Siefken

@Harry-Hopkinson I am no exactly sure what the question is. The documentation lists the type signature: https://prettier.io/docs/en/plugins.html#optional-preprocess

How frustrating...do you have an example of a document where this happens?

I'll have to think about this. I don't think `chktex` is right here. A `\section` should be strongly glued to the next paragraph so they should end up on the...

I can confirm that is issue was introduced with commit bdd051f8f6e093cb5289d8dbc33341407a93753e which added the `"browser": ...` target in `package.json`. That commit seems to have been added to resolve #14

Can confirm this issue still persists in RustPython `0.3.0` (The stacktrace is the same).

@alexcrichton Based on the closed PR #2835, is this bug being labeled as `wontfix`, or is there a different implementation you'd be happy with? (I just spent an hour expanding...

I went to create an example, but apparently after the recent changes to my source, the error no longer occurs. I am not sure if I'll be able to recreate...

What file are you executing? I see the string `'__main__'` does not occur in `pretext/pretext.py`, so I'm wondering what you're actually executing.

Ah. I don't know how I missed it. I was executing `pretext.py` and not `pretext`.

``` \documentclass[10pt]{article} \usepackage[dvipsnames]{xcolor} \usepackage{geometry} \geometry{letterpaper,total={340pt,9.0in}} %% Custom Page Layout Adjustments (use publisher page-geometry) \usepackage{amsmath,amssymb} \usepackage{nicematrix} \usepackage{tikz} \newcommand{\lt}{} \newcommand{\amp}{&} \begin{document} \pagestyle{empty} \resizebox{\width}{\height}{ \begin{tikzpicture} \node{ $\begin{bNiceArray}{ccc|cc}[ code-before={\cellcolor{LimeGreen!72}{1-1,2-2,3-3}\cellcolor{NavyBlue!72}{1-2,2-3,3-4}\cellcolor{CornflowerBlue!72}{1-3,2-4,3-5}} ] 3 & 4 &...