Matt Garrett
Matt Garrett
I don't know why I referenced CoffeeScript. JavaScript lets you do the same thing, but it uses an equals sign. For sass and scss, I would prefer a colon because...
An elaboration upon my original idea would be that the value of the properties could be used like variables, local to the block. Lets see what that would look like:...
@chriseppstein Ah, didn't see your response before I posted. I didn't know this was already discussed somewhere else. If you have already come to some decision not to do this,...
@ryanflorence This isn't just an optimization problem. Another problem that caused user-facing bugs while upgrading from v5 to v6, was that a `navigate` call within a `useEffect` hook would incur...
I encountered this same error upgrading packages that also had a `resolutions` entry in package.json. I was able to work-around the error by removing the `resolutions` and trying again.
I do not have a good enough understanding of the problem at hand, or the solution proposed, to have an opinion on it. Also, This is the first time I...
This seems like it would cause difficult to debug problems stemming from plugins executing in a different order than expected. `dependsOn` wants the name of a plugin, and it currently...
I just encountered this error with a large Nuxt 2.17 app.
Would it be beneficial to encrypt page props with a key associated with the session? Upon log out, without the key, stale page props would be inaccessible. Having a method...
@amenella https://github.com/vuejs/apollo/pull/1553 this might help. Is it possible for you to try this branch out?