Ben Price

Results 14 comments of Ben Price

> (There is a bit of weirdness: we seem to spawn two windows at the same time, and they fight over grabbing the keyboard, but this resolves itself and is...

Strangely, I find that `deploy --dry-activate` with `sshOpts = [ "-t" ]` works fine with password based sudo, but a full `deploy` has the same problem as above. I wonder...

I know of two ways to avoid this issue whilst still having requiring authentication for sudo. --- One way to work around this issue, at the cost of X11 forwarding,...

FWIW, I have looked into this a bit, and have recorded my findings in the commits on https://github.com/brprice/deploy-rs/tree/brprice/testing-2. This was originally done as personal notes, so I'm not sure how...

See also #230 (Support GHC 9.2)

> Currently blocked by `chronos`: > > * [Support GHC 9.2 andrewthad/chronos#70](https://github.com/andrewthad/chronos/issues/70) Although that issue is still open (**edit**: it has now been closed), the recent hackage revision to [chronos-1.1.4](https://hackage.haskell.org/package/chronos-1.1.4/revisions/)...

One thing I have wanted a few times is a `MonadStateReadOnly` superclass of `MonadState` (and I guess dually a `MonadStateWriteOnly`) so I can mark (in a compiler-checked way!) helper functions...

These messages still occur with a recent haskell.nix. I have managed to obtain a small reproducer, but have not investigated further than that. With the below flake on x86_64, running...

> Looking at the log, I suspect this was caused by #1321 (i.e. ~[bb10c6f](https://github.com/input-output-hk/haskell.nix/commit/bb10c6f5bfa4221fb1066171fe82cda99240f703)~ [9009a48](https://github.com/input-output-hk/haskell.nix/commit/9009a48f29010b8972c79f5e9e570ee70563bb12)) > [note that I have not actually tested to see if this commit was when...

That sounds reasonable to me