Guillaume Maudoux
Guillaume Maudoux
I found a related, very complete article about patching GHC at https://mpickering.github.io/posts/2018-01-05-ghchead-nix.html i would be glad to help you if you need someone to test, debug and possibly provide advice...
The problem you encounter is described here. Not too sure how to dowgrade alex, or merge ghc upstream patches in there. but either should solve the issue. https://www.mail-archive.com/[email protected]/msg19126.html
> @layus Thank you, that's very kind! You can find my work-in-progress here: https://github.com/turion/eff/blob/dev_nix/default.nix > > I read the article you posted. It's very informative. However, it only seems to...
Yes, definitely. I may even scrape some time to do the actual implementation.
This is probably not trivial to fix, and there will always exist websites that break the form detection logic one way or another. I tried to blacklist the sites that...
@cagonzalezcs It seems to have fixed the slowdown on the website where I noticed the issue. Thanks :tada:
The following patch works for me as a workaround. I do not see which cases the commented-out lines are supposed to cover. In practice, there is a confusion about the...
Dumping notes here just in case: Using ncurses it seems there is a way to write to the terminal (using newterm) without scrambling stdout. Maybe that would work well enough...
That is a perfectly valid and understandable point. Alas, we are using nom as part of our direnv setup to help developers understand what they are waiting for. Thanks for...
Indeed. If only it could be made more generic. BTW, are you sure your patch works as intended? Because by adding your condition to the if branch you fall into...