Felix Springer

Results 14 comments of Felix Springer

I just came up with a way to reduce boilerplate a little! First we set up a newtype, which will need an explicit implementation. ```haskell newtype CombinerT (t1 :: (Type...

Soooo, after spending some time on IRC... there is also a way to use `defaultLiftWith2` with GHC 9. ```haskell liftWith f = defaultLiftWith2 RecolorXT unRecolorXT $ \ x -> f...

That didn't really work for me. I didn't look into the problem a lot, but pinning to an earlier commit seems to make at least reloading work: ```nix # ......

Some time has passed... I personally think it's fine to accept the backwards-incompatible change at this point. --- I think I ran into this issue right here: https://github.com/jumper149/homepage/actions/runs/3064171134/jobs/4947026997#step:4:1776

Hmm, I tried using this branch. Now this happens: ``` [3 of 5] Compiling Graphmod.CabalSupport ( src/Graphmod/CabalSupport.hs, dist/build/Graphmod/CabalSupport.o, dist/build/Graphmod/CabalSupport.dyn_o ) src/Graphmod/CabalSupport.hs:53:1: error: parse error on input ‘import’ | 53 |...

After playing around with it for a bit I didn't find any problems except for one. If you have another `Alternative` instance `Monoid e => Alternative (ExceptT e m)` for...

I wasn't able to confirm that `MonadTransControl` really gives you the instance you desire. There might still be some problems with laziness. I've not yet dared to merge this into...

`--setcurrent`, only sets the gamma value once and then exits. You probably have another program running, that periodically updates that gamma value. That program could either be another instance of...

Thank you for sharing that. I guess, that we can also fix that right [here](https://github.com/jumper149/blugon/blob/2f55909b3c3e63910d342df31fd25d2be9c684e8/systemd/user/blugon.service#L10) for everyone. I think 15 seconds is a bit too long as a default, so...

I am not sure, if exchanging `elm-json` for `elm-solve-deps-wasm` will really help me in my case. I guess this issue is becoming more of a feature request now. > 1....