Nathan Collins
Nathan Collins
For example, https://p.z.cash/halo2-0.1:ecc-complete-addition, found on [line 78 of ecc/chip/add.rs](https://github.com/zcash/halo2/blob/f9838c127ec9c14f6f323e0cfdc0c1392594d37f/halo2_gadgets/src/ecc/chip/add.rs#L78). These links were originally introduced in this commit: https://github.com/zcash/halo2/commit/c1007d8c230a5312f280b5136af873f323d6dce6
See https://github.com/Kilian/f.lux-indicator-applet/issues/66#issuecomment-186770071 for details. I notice that the version of the code I'm editing here has a different list of color temps than the version I have installed locally, so...
The `die` in `System.Exit` does not come up when you search for "die" on haskell.org/hoogle (Hoogle 4). Searching for other things in `System.Exit`, e.g. `exitFailure`, works.
It points to http://hoogle.haskell.org///cdn.rawgit.com/ndmitchell/hoogle/d451df5826229a6ddc3ff0a7d28a3740c8866f86/html/search.xml. Perhaps it should point to http://cdn.rawgit.com/ndmitchell/hoogle/d451df5826229a6ddc3ff0a7d28a3740c8866f86/html/search.xml instead?
I wanted to pass `--document-private-items` to `cargo doc`. I tried `C-u` -- which works with some other `rustic-cargo-*` commands -- but that didn't help.
(Originally reported against Intero [here](https://github.com/commercialhaskell/intero/issues/336). All occurrences of "Intero" below mean "haskell-mode"). For example: ``` haskell foo x = y where -- Let me tell you about @y@!
Or maybe this already exists and I just can't find it? Anyway, my use case is that rustic mode is often becoming very laggy or [freezing](https://github.com/brotzeit/rustic/issues/312) when I'm fixing conflicts...
The `fluxgui` install via `setup.py` is horribly bit rotted, and doesn't seem to work with `setuptools` versions bundled with Python 3.10 or 3.11, and `distutils` was removed from Python 3.12....
I have a struct, `Node`, where `D` is phantom, and due to some changes to a type `Node` embeds, I now need `Sync + Send + Any` bounds on `T`...
I'm working on a project where my rust tool chain is provided by nix, so it seems that using `cargo sweep --installed` doesn't help me. Is there a way to...