Zachary Yedidia

Results 126 comments of Zachary Yedidia

I don't see why you would ever want to use `-w` and `-t` together since that is equivalent to providing neither flag. No output being outputted with `-c` on is...

This looks like it could be nice. I am a bit concerned about the external fonts that it uses. I want to be able to only generate one file when...

It also seems to not print to pdf so well (the font seems too big). It might be best to use Tufte as inspiration for some css changes, but not...

I don't completely understand what you mean. Could you explain what kind of output this would produce? Would this generate a list of links corresponding to each section (and possibly...

I'm sorry but it's unlikely I'll be able to implement something like this mostly because it has been a few years since I actively worked on this project and I...

I think this is the expected behavior. Isn't the `\` necessary? Does using Pandoc change this behavior? Using latex equations is supported by Literate by using KaTeX by default. Also,...

I've determined that the "correct" way to do this is to avoid using a Vec memory and instead do the masking manually: ```scala class Ram(size: Int, addrw: Int, dataw: Int,...

There is already the `--tag` flag for this feature, so I don't see the point of supporting this.

Doing distro-specific auto-detection is difficult and hard to test. I'm not sure it's worth implementing, though it is annoying that eget downloads the wrong file automatically. Maybe a practical solution...

Here is the additional information: * CPU: Intel i7-1165G7 * Host linux: Ubuntu 21.10 * Host kernel: Linux 5.13.0-28-generic Thanks for your help! I will also try on a different...