toastal

Results 123 comments of toastal

I do not mind helping. It’s certainly your call. However, typographically the `’` is more *correct* as the `'` is a legacy thing with typewriters. Personally I feel it’s all...

Oh, thank you so much @thomashoneyman! I had started with a dummy root component, but it seemed like a lot of extra machinery to accomplish the task. Maybe at some...

Does this mean Apps 1-3 should be using the whole `Store.connect selectState $ H.mkComponent { ... }` and the same as any other things, or do the need to set...

Speaking of `hoist` and confusion... ```purs Aff.launchAff_ do ... mbookShowingIO ← do mdialogElem ← HA.selectElement (QuerySelector "#BookShowingDialog .Dialog-container") case mdialogElem of Nothing → pure Nothing Just dialogElem → do bookShowing...

`hoist` isn't an effect ha. It _did_ end up being imperative to help the compiler out with the types for the `HalogenIO` with two different apps. ```purs Aff.launchAff_ do --...

Even versioning this for Spago/Pursuit would be nice -- though the Halogen stuff isn't relevant to consuming the Dhall stuff. I was looking at this as a solution to a...

I'm in the IRC room now from the bouncer provider by Sourcehut. I don't believe spreading a userbase is a problem though, because certain people, like myself, will not join...

`tryAbort()` that catches the uncancelable effect as a success? Or expose it and let the user do the catching? This library API is currently lacking without cancel/abort as it doesn't...

2021, still seeing this issue.

One thing worth mentioning about the 8-space default outcry: This is not a 'problem' with GitHub's UI, this is a browser issue. Asking GitHub to fix it doesn't fix it...