hseg
hseg
Using the stub resolver fixed the problem for me, though it is unclear why. ``` # ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf ```
OK, so have investigated this a little more, and QTWebEngine-based browsers (Qutebrowser, Falkon, Konqueror, ...) are all supported with no patches -- QTWebEngine is a Blink fork, after all. As...
A cursory glance reveals some structural differences between `Map.fromAscList` and `IntMap.fromAscList`, with the former basically doing `fromList . groupWith f` and marking everything in sight as `INLINABLE` to get the...
Had to write S.O.C.K.S. the way I did because my ISP dislikes anything to do with subverting the child protection filter it runs
On July 12, 2020 9:00:40 PM UTC, Mark Karpov wrote: >Try latest version of Ormolu, 0.1.2.0. > >-- >You are receiving this because you authored the thread. >Reply to this...
On July 13, 2020 1:31:57 PM UTC, Mark Karpov wrote: >That's specific to building with Nix. I'm not sure that AUR uses Nix to >build Ormolu. The version number should...
On July 13, 2020 6:12:20 PM UTC, Mark Karpov wrote: >> I still get splitting behaviour in 0.1.2.0 > >For type definitions or for everything? > >-- >You are receiving...
> What happens if you run Ormolu on this: > ... ``` {-# LANGUAGE RecursiveDo #-} foo = do rec a
> You are not running 0.1.2.0. > Indeed. An old local install was shadowing the system version. Sorry for the confusion. Rerunning tests, spaces *are* preserved for do blocks, where...
Another instance where this has bitten me: ```haskell module Test.QuickCheck.Classes.IntegralDomain ( #if HAVE_SEMIRINGS integralDomainLaws #endif ) where ``` becomes ```haskell module Test.QuickCheck.Classes.IntegralDomain ( ) where #if HAVE_SEMIRINGS integralDomainLaws #endif ```...