Jude Taylor
Jude Taylor
hindent turns this ``` haskell import Text.Read (readMaybe) #ifdef HACKAGE import Hackage #else testHackage _ = pure () #endif newtype GetPackage = GetPackage {...} ``` into this: ``` haskell import...
Here's the Cargo.toml for rustix-0.33.7: https://docs.rs/crate/rustix/0.33.7/source/Cargo.toml The resulting generated file: https://gist.github.com/pikajude/4c6eec44aba219e58f5803a7efecf10b The condition `# cfg(all(windows, not(target_vendor = "uwp")))` duplicates the condition `# cfg(windows)`. See lines 53 and 97. This results...
Everything in `hackage-packages.nix` that, according to Cabal, depends on either hfsevents or hinotify, depends on hinotify only according to nix. This causes build failures on Darwin unless the dependency is...
As far as I can tell from searching through the source code, rules_rust *does* support passing this option to rustc, but I can't tell how or where to configure it.
Could guard the import of `Halive.Utils` inside a `#ifdef HALIVE` so that I don't have to conditionally add halive to my cabal file.
I love floating windows and focus-follows-mouse, but often I'll bring up a tiny app preferences window and then my tiled windows will steal focus, hiding the smaller one. This is...
This is almost a dupe of #1346, except that my LiveSplit window behaves normally when SoulSplitter is disabled. Repro steps: Open LiveSplit, activate an autosplitter. You need UI scaling that...
Below level 30, Cure II is unavailable, so there is no decision making involved. This change would allow players who only use Cure II to play synced content without having...
What is thy suggestion? See title 1) Are abilities in question must be truly mutually exclusive? WttW is just SR/AW with no GP cost, making it a superior choice in...
apparently if you run DSDeaths by opening the start menu and searching for it from there, the cwd of the process is set to system32, which we (hopefully) don't have...