Horu

Results 39 comments of Horu
trafficstars

> Interesting, maybe your plugin `nuxt-params-regex` should use this instead of a runtime plugin? What do you think? I originally tried that approach first, but somehow the page meta is...

> This is now possible by defining the `path` within `definePageMeta`. I still don't think this is a complete solution since user would have to re-type full route, ex: `/foo/bad/:id(\\d+)/`.

> > Thank you and sorry that I missed your point the first time. > > > Any ideas / drafts? > > > > > > Due to the...

Is it feasible to make the plugin read config from `nuxt.config.ts` file as well?

> Hey hey, sorry if I missed it, but is there a linting rule or some sort of compatibility option to optIn to `import.meta` over `process`? [There is](https://eslint.nuxt.com/packages/plugin#nuxtprefer-import-meta).

@SaltyAom Can I take on this issue? I plan to add support for array in the current `use` function. [The existing code has support for it](https://github.com/elysiajs/elysia/blob/cb56831be065c982cb646f29b591dc7fe36e86d7/src/index.ts#L3234) but [the type is...

If the funtionalities only exist in the app, in other word, not compiled or downloaded into the device, then maybe we can use Lua? Lua is pretty much easier for...

> Nice idea! How do you think to smplify to one lines arg: > > * lines=5: > * lines=2:5 > * lines=:5 Yeah I think that's nicer. And in...

Hi, I'm also on master and have encountered this problem when using Alacritty on Fedora. Some extra information: - When I use `fastfetch` to view the system info, it shows...

Hi @huacnlee, any chance to get this PR merged soon? From what I can see, there are lots of old deps when installing `rust-i18n` and this PR solve that problem.