jeffrson

Results 47 comments of jeffrson

fomantic-ui's install script tries some "magic" with searching the directory tree (check if it is subdependency, a.s.o.), which does not really work with the symlinks, pnpm is using. This can...

I bet this is not related to Node 15, but npm7. And npm7 is official. The interactive install breaks on all current package managers (yarn, yarn2, npm7, pnpm). See https://github.com/fomantic/Fomantic-UI/issues/1767

Very strange. with npm 8.3.1 > `npm i --save-dev fomantic-ui` ``` [09:09:59] Starting 'run setup'... npm ERR! ? Set-up Semantic UI (Use arrow keys) npm ERR! ❯ Automatic (Use default...

npm7 again... https://github.com/fomantic/Fomantic-UI/issues/1767

This is also an issue with our mono-repo. Any chance this will get fixed?

In this case it seems to be simple, but in a real project it's quite confusing if you look at the reported line and cannot find the cause. In theory...

I wonder why this bug doesn't get more attention by the maintainers or higher priority (if any all - it's about 2 1/2 year since reporting) for fixing it. In...

Done. Test should fail with current master.

@mscdex Have you had a look at this rather simple PR? It's a pity it isn't included in the new release, since the fix is rather important for chunks larger...