jgm / texmath

A Haskell library for converting LaTeX math to MathML.
GNU General Public License v2.0
314 stars 65 forks source link

how to run server #227

Closed thrasher824 closed 1 year ago

thrasher824 commented 1 year ago
   after the  'stack install --flag texmath:server'  

Stack failed to execute the build plan.

   While executing the build plan, Stack encountered the error:

   <stderr>: commitAndReleaseBuffer: invalid argument (invalid character)

How should I solve it,thanks

jgm commented 1 year ago

No idea what this is about. Try using cabal instead of stack?

thrasher824 commented 1 year ago

No idea what this is about. Try using cabal instead of stack?

I have resolved this issue, which is due to coding issues with the window console. Thank you for your reply.