stessaris

Results 12 comments of stessaris

Sorry @TomWright for the late reply, but my mail server started to dump github notification in the spam. I understand the problem and the fact that fixing it would require...

The [NewMapXmlSeq](https://pkg.go.dev/github.com/clbanning/mxj/v2#NewMapXmlSeq) function is doing the right thing by adding an ordering attribute ([example](https://go.dev/play/p/zHgC6vZO7Fh)). But I don't know how this would play with arbitrary updates when encoding back to XML,...

> Thanks for the report. Do you get better results if you use the `pandoc/ubuntu-latex` image? yes, results are pretty good. In some of my original figures there are a...

@svenevs, I'm glad to help. I'll have a look at both images to see which fonts are missing in alpine. I'll do it ASAP --sergio

@svenevs, @tarleb I did a few tests with both the alpine and ubuntu images; the `fc-list` command can be used to list the installed fonts. Alpine has not fonts installed...

I had a look at the MS fonts licensing and apparently they can only be distributed in [their original format](http://corefonts.sourceforge.net/faq8.htm) so they're out of the game. I tried both dejavu...

I'm experiencing the same bug, I think that it's triggered when all the `\item`s start with a latex block. Below a MWE. **old.tex** ``` latex \documentclass{article} \begin{document} Missing item error:...

Often I find myself converting or filtering data by chaining commands with pipes, e.g. using `jq` with JSON or `awk`. Sometimes the whole file, other times just a part of...

Regarding constraining the version of dependencies, since I noticed that they're all in the form `>=` I assumed that pgmpy might have problems with earlier versions of some of the...

I looked at the way `pip` is checking for compatibility for the tags, and there's no way a tag with `_1[1,-9]_[^0]` (i.e., with a non-zero minor) will be accepted as...