エニラ

Results 11 comments of エニラ

In order for building to work on ARM, I'd have to modify the Dockerfile a little bit. Their last release was well over a year ago, so I'm not confident...

This seems to be an issue with the way that the `jar` files are compiled—it's not really a problem with the code itself. People have [made it work](https://canary.discord.com/channels/125227483518861312/418817098278764544/889525191506538517) on non-glibc...

I think a syntax like `wtpython file.py --tags python json` would make more sense.

Not really overcomplication if it's left optional.

I'm not sure that Django is necessary for an error searching API. For simple applications like this, I think Flask would be easier. Furthermore, if there are plans to make...

This shouldn't have to be guessed for every code block. The `` blocks should have classes like `lang-java` or `lang-py` which specify the language.

My original vision was to have a flexible section for whatever, whether that'd be for traceback, SO, RTD, or anything else. RTD is pretty easy to scrape. I'm not sure...

Should be fixed in 0xpapercut/wypst#9.

Sounds good. Good luck on your exams, by the way!

In case you needed it, this command seems to function in the same way as Typst's attach function. ```latex \newcommand{\attach}[7]{ \prescript{#4}{#5}{\vphantom{#1}} \overset{#2}{\underset{#3}{#1}} \vphantom{#1}^{#6}_{#7} } ```