Emily
Emily
Could you expand?
Gloss uses GLUT callbacks, so you'd likely have to do it with monad-control, and I'm not sure it'd be useful. E.g. `fork` (which could be thought of as the simplest...
I have asked Edward in #haskell-lens whether such an instance would make sense – waiting for a response.
Also hitting this case with some legitimate news sites serving articles with code 404.
Can be worked around by re-packing the package (and losing conflicting files): ```bash cd overrides wget "https://github.com/react-icons/react-icons/releases/download/v4.1.0/react-icons-all-files-4.1.0.tgz" mkdir react-icons tar xf react-icons-all-files-4.1.0.tgz -C react-icons rm react-icons-all-files-4.1.0.tgz tar czf react-icons.tar.gz -C...
I don't think Yarn can do anything to actually let me use both `a.js` and `A.js`, but it could a) detect the issue, b) offer to use pnp, and c)...
I mean, of course there's a strong argument that the package should simply be fixed and it's not Yarn 4's problem. But I feel like it's somewhat dampened by the...
Update: oh, I suppose `yarn import` is equivalent to `yarn run import`? This might be a breaking change then. Although this would also mean that adding _any_ subcommand is a...
Update 2: in fact, I'm not even sure `yarn install` is the right thing to do. https://yarnpkg.com/migration/guide says: > yarn import | First import to Classic, then migrate to Yarn...
This would be really nice. I point people to Hoogle, they say it doesn't find what they were looking for, and then it turns out that they went to the...