zeripath

Results 158 comments of zeripath

Is this as `` ```math `` section or as plain markdown?

Hmm... I see that Github appear to suggest that they've just plainly enabled inline dollar math? Really? --- When $a \ne 0$, there are two solutions to $(ax^2 + bx...

~~OK there's a genuine bug - I've been able to reproduce - gonna look at it.~~ --- ~~So the block renderer doesn't appear to be coping with the rest of...

> > Is this as `` ```math `` section or as plain markdown? > > Plain markdown. By the way I'm quite shocked at how [broken](https://github.com/silverwind/symlink-test/issues/5) GitHub's renderer is. The...

If any part of a binary imports macaron then macaron's init will run. So if you have subcommands in your binary, even if that subcommand doesn't need macaron the macaron...

https://github.com/go-gitea/gitea/pull/5952 is the Gitea pr adding packr2.

If I knew where the issue was I'd happily write one. I suspect it's somewhere in one of the dependent packages but I was hoping you might have an idea...

So you need to set `ulimit -n` appropriately low and run `packr2` to generate packed files on an appropriately large package. I'm running Ubuntu Linux with the default ulimit of...

Looking at the pr I don't think we're adding anything special to packr2. We tried just running packr2 from the root of the Gitea checkout directory but that required even...