Thomas Ricci

Results 15 comments of Thomas Ricci

I don't use yarn so I'm not sure, but if I'm understanding the error message correctly it could be that `stylelint-config-recommend-scss` doesn't have `postcss` as a dependency. Anything patched for...

Unless there's a way to have peers of a dependency installed at the dependency's location (besides the "peerDependencies" param), I'd assume stylelint *itself* needs a fix. Since `postcss-scss` is being...

> This repo in particular must add "postcss": "*" or "postcss": "8" to its package.json peerDependencies. If I'm correct, this would mean people would need to include postcss 8 at...

Yeah, I saw that comment. I was just wondering if there was another solution 😅, probably should've mentioned that.

I seem to have similar behavior where all types of navigation sometimes don't work. I think its due to route caching since it seems to only happen when other routes...

@tannerlinsley I've played around with my own app a bit and noticed it's not necessarily caching that causes the router to break, but code changes. Any time the source code...

Is there any update on this?

> @robcaldecott not sure if this is the way to go for this problem, but for me it seems to resolve the issue. > > [DiederikvandenB@4b7d9c9](https://github.com/DiederikvandenB/react-location/commit/4b7d9c943811836c449d650c2d4c5b708d58aca4) If you're still using...

I have a usecase for this: I want to start the docker daemon when I enter a project that requires docker, and stop it when I leave. Currently direnv lets...