Zack Weinberg

Results 76 issues of Zack Weinberg

**Describe the bug:** The rendering of \frac{a}{b} a, b ∈ \mathbb{N} and the rendering of \frac{a}{b} a, b ∈ ℕ *appear* to be identical, but if you inspect the generated...

bug
MathML

dracut can generate an initrd for a monolithic kernel (`CONFIG_MODULES=n`) but not a well-optimized one. Problems I have noticed so far include: * --host-only mode cannot be used; it sees...

enhancement
stale

This rather peculiar test case was [delta-minimized](https://github.com/dsw/delta/tree/master) from real code (appdirs.py 1.4.1). **It is formatting sensitive**. In particular, removing the `#!` line or moving the close parenthesis that's currently on...

bug

This test module contains a very simple multi-line controlling expression for an `if` statement. ``` def fun(x): if ( x ): print("got here") ``` For some reason, the way the...

bug

**Is your feature request related to a problem? Please describe.** The `[paths]` section of a `.coveragerc` is a fragile beast. By way of example, if I'm testing my Python package...

enhancement

rustix does not currently expose the `_exit` system call as far as I can tell. This would be useful in at least two contexts: - On the child side of...

### Description If you try to install a package in `--only-binary :all:` mode, and dependency resolution fails because some of the dependencies are only available as sdists, you may get...

state: awaiting PR
C: error messages

**Is your feature request related to a problem? Please describe.** I'm using wallabag Android client v2.5.3 (233). I have a giant pile of tabs open on my phone that I...

Feature

I have been looking into the possibility of using lcov's genhtml to generate a custom coverage dashboard for . This project is written in Python, so I'm experimenting with several...

I would like to be able to use disko to define the partitioning of a system that uses the [impermanence](https://github.com/nix-community/impermanence) modules to run with an ephemeral root filesystem. An example...