Sean Chalmers
Sean Chalmers
Still keen for more feedback but I think this in a good spot now. There shouldn't be any API disruption unless packages had busted progress reporting that will suddenly come...
I struggled to get your changes into my branch, I ended up rebasing them in and ensuring I was still in the correct spot, so everything should be there! I...
I understood why you put in the effort to rebase the changes, but I didn't know how to properly leverage it and my doc diving/searching lead me to that solution....
Do you think the delay for progress reporting should be configurable ? I'm not sure it makes much sense, but someone might find it a useful knob to fiddle with?...
Is there anything left to be done for this ? I don't want it to drift, more than it already has :
Cool, sorry was more worried about me having left things in a broken/unwanted state. :)
@mightybyte Quick liveness test, are these changes still something you'd like to see in obelisk proper?
Are you able to restart `zsh` from within the `ob shell` ? This behaviour is normal for `nix-shell`, if I recall correctly. I use Fish and in order to access...
@ali-abrar Should be moved to the `nix-thunk` repo ?
You're passing in the `StdGen` to the Frontend so there's no need to write those instances. I would wrap your frontend in a `ReaderT` that contains the `StdGen` and then...