Marcus Bitzl
Marcus Bitzl
I've got a dataset of about 50.000 files. For easier and faster processing, these are inside one tar-archive and compressed with Zstandard. With a file-like object performing decompression, this would...
I'm often using insect to estimate processing times, its such a wonderful tool! Example: how long would it take to process all 1.3 million items in batches of 100 and...
For some usecases one needs to pass some TeX code to (pdf)latex, e.g. to create different document versions from one source file. Instead of ``` pdflatex square.tex ``` one would...
A common issue are requests that either request a generally invalid image region (e.g. height or width of 0) or would result in a in a invalid image region after...
The WebDAV server I work with expectets trailing `/ ` at the end of directory urls and I can't figure out how to do this with this library (it's a...
This pull request adds an optional profile image to all messages.
The meaning of the parameters of the row environment is difficult to understand. Some illustrations would help to make it easier.
It is necessary to add `%` to avoid extra spaces: ``` latex \begin{row}{3}% ... \end{row} ``` Better would be: ``` latex \begin{row}{3} ... \end{row} ```
The user should be able to choose a background color and a border for each cell.