Eric Wieser

Results 592 comments of Eric Wieser

This is not a mathjax problem, but a problem in our markdown parser. Mathjax cannot be reasonably expected to parse `

I was planning to switch out our parser for markdown-it, but am waiting on an upstream patch (https://github.com/executablebooks/mdit-py-plugins/pull/46)

One option for improving this would be to : * use `miniSearch.toJSON()` to export the complete index after constructing it for the first time * put it in `localStorage` *...

https://github.com/leanprover-community/lean/issues/789

I always find it a disproportionate amount of effort to test website changes vs just merging and fixing issues... I can't remember what failed last time I tried a local...

Will wait on #1533 before adding tests

Will need someone to test the VHDL.

Test failures are verilog and possibly icarus specific, so it would be valuable to me to know the behavior in a VHDL simulator. https://travis-ci.org/github/cocotb/cocotb/jobs/673345072#L2520

@themperek: Fixed on icarus (although it seemed to find a bug, which I had to add a special case for). Could you test on proprietary simulators at some point, and...