Jason Siefken

Results 45 issues of Jason Siefken

Currently Prettier searches for packages named `prettier-plugin-*` and expects their CommonJS default export to contain `languages`/`parsers`/`printers` attributes. However, as of babel 6, if one codes using the es6 `export default...

type:enhancement
area:plugin api

It appears that `l3build save` is not set up to run an `lvt` file with spaces in the name. It errors on the line ``` \input file with spaces.lvt ```...

bug

`numeric.transpose([[]])` results in `[]` instead of `[[]]` like it should.

The documentation states that in a `Printer` plugin, a `preprocess` attribute is allowed. However, the 2.6.0 types from `@types/prettier` do not list a `preprocess` type for the `Printer` type.

I notice there is no playground website for `ts-pegjs`. It would be great to have so people could play around with `ts-pegjs` to decide if it's the tool they need....

I have a simple webpage with the structure `html > body > article > div#graph` (in Firefox). When I call `JSXGraph.initBoard("graph")` it creates a graph and then continually resizes it...

It seems like the documentation for using `pretext/pretext` is out of date. Following https://pretextbook.org/doc/guide/html/pretext-executing.html and running `python pretext/pretext -h` gives ``` /usr/lib/python-exec/python3.10/python: can't find '__main__' module in '...' ``` I...

Some tex images require multiple compilations before they reach their "finished" form. Automatically recompiling as necessary is handled by tools like `latexmk`. It seems that PreTeXt, however, does not do...

Python supports [Streams](https://docs.python.org/3/library/asyncio-stream.html) which allow for forwarding data as it arrives. It would be nice if the CLI could filter/group warnings and info that is generated by the XSL. One...

Currently when ``` foo ``` is processed, the resulting `p` turns into a `div.para.logical`. However, ``` foo ``` gets an auto-inserted `p` which turns to a `div.para` even though it...