Sean Parsons
Sean Parsons
I'm using `direnv` without the Emacs plugin and I can see GHC in `exec-path`, but when something like Dante or company-ghci try to run cabal then it fails because cabal...
@siddharthist You hero!
I believe this is fixed by #3394.
It's the other way around though, when it's loaded broken and then fixed.
The odd movement of the element is due to a transform in the styling: ```css transform: 'scale(.75)' ``` If we remove that then the element is moved around as expected.
@CMCDragonkai Thanks for the feedback! I wrote this in part originally because I found Haxl to be complicated to even get started with and wanted something more akin to the...
@CMCDragonkai To your points though: - That's an interesting idea to use locks, it's entirely possible that we could introduce that as an alternative via the configuration. The batching came...
@balazsbajorics I added one of these to a loader and it worked fine:  Maybe it only breaks for a certain kind?
Mitigation for the issue added to the project here: https://github.com/concrete-utopia/hydrogen-editions-24/pull/11
Diagnosis of the cause: - It's defined with an `Outlet` as a child, which inside the component itself goes inside a fragment that makes up the return and inside that...