Oleksandr Solovyov
Oleksandr Solovyov
Makes sense. I'm open to pull requests, of course, but maybe I'll get my hands dirty in code next week or so. :)
Yeah most of those is an old cruft or me being lazy, right? Fixing this is obviously a nice thing. :)
The reason I went with highlight.js is that at the time there were no acceptable solutions aside from JS stuff and Pygments. :) So I chose to ignore the problem...
Hmmm... Not from the top of my head. Is your site/sources of your site public? Or maybe you could try reproducing the problem with a smaller setup, so we can...
Hmmm, that is interesting... This needs to be compared with GCC, for example, but having something built-in is still easier. :) I wonder if binary becomes bigger? I'll have to...
I *really* don't want to switch to YAML, which is a one of the [worst](https://arp242.net/weblog/yaml_probably_not_so_great_after_all.html) human-readable syntaxes. Also, current name and format is modeled after `Makefile` (see, no extension). In...
Oh, that's pretty bad. I'm not sure I'll have time to look into that soon, but patches are really welcome!
Running `ulimit -S -n 4096` will fix that. gostatic opens all files and it takes time to GC them it seems, so it can blow with such an error.
I think first part is obvious, but second one is not. :) I did look at why it opens them IIRC, but I didn't action on it. Not sure why...
Sure! :)) If you want to research/fix that, I would really appreciate it! If not, I guess I'll look at that sometime, but not sure when - a bit too...