Joe Betz

Results 20 comments of Joe Betz

A similar issue seems to happen if your shell dependencies have build tool dependencies. E.g., `cardano-transactions` has [a test suite with a build tool dependency](https://github.com/input-output-hk/cardano-transactions/blob/218cdc2dfea34b0261f96c96c7b937d620a8780e/cardano-transactions.cabal#L101) on `cardano-tx`, and when I...

> Indeed, time travel is important, but that is done by traversing a stream of ordered events, not necessarily by using timestamps. Fair point, I just prefer to refer to...

To summarize discussions between myself, @ryantrinkle, @3noch, and @eskimor (see #469), the fundamental issue seems to be how to keep the NixOS system and config directory in synch. Ideally, the...

Some notes on using `ob run` with VSCode's ghcid plugin: For older versions of the plugin, the ghcid integration is pretty simple, as all you have to do is run...

Thanks for the comments @endgame. I still feel like there's something useful here, if only a symptom of a deeper problem, but after processing your feedback and others I'm not...

@ElvishJerricco Was this resolved with #284?

Okay, thanks for the background. Sounds like this is something we still need to address.

Okay, good to know. I'll just keep things in the same module for now. Is there anything blocking #116, or does it just need QA?

Since upgrading to `reflex-0.5`, a lot of my widgets that use `tellEvent` are broken. The event only gets sent up the first time that it's fired. For example: ```haskell dyn_...

@ryantrinkle I think it's an issue with `tellEvent` being used inside of a dynamic produced by `listWithKey`. Here's a MVE: ```haskell testW :: MonadWidget t m => m () testW...