Estéban

Results 244 comments of Estéban

Hey, This is called intended redirect (I'm working on a module) but you have to store the current path in a cookie when your Nuxt Middleware detect that the user...

In your Nuxt application (`./app`), you should have a middleware named `auth` or similar that restrict access to some parts of your application. Within the middleware, you use the composable...

You can intercept the click, set the cookie and then redirect using `navigateTo`.

> I think for first step, we can introduce a `updateGithubIssue` utility, it can search for github issues and update first with `v{x.y.z}` title or create a new one. Dealing...

@pi0 can you tell me if direction is correct before I continue to create code? Still wip but I want to be sure that I'm not doing something wrong!

Hello @danielroe, could you please review this PR when you have a bit of time? Thanks a lot!

> I do not want to modify the markdown. > > My main use case is getting a word count from the original markdown text - I should have stated...

What do you mean by "separate PRs"?

I'm building a dashboard where all data are linked. This means that when you create one somewhere, you have to invalidate a lot of queries. Within code, it's easy by...

I'm now using a plugin, based on [this tweet from Evan You](https://x.com/youyuxi/status/1991442131219804662?s=20).