Dai Jie
Dai Jie
### 📚 What are you trying to do? When i using `npx nuxt typecheck` to check a new nuxt project with nuxt-time, it shows this error ```bash npx nuxt typecheck...
The element would be a little shaking when page loading.
### Version @nuxt/ui: v2.8.1 nuxt: v3.7.3 ### Reproduction Link https://stackblitz.com/edit/nuxt-ui-c8yl8v?file=app.vue ### Steps to reproduce ```vue import { UButton } from '#components' const sayHello = () => { console.log('Hello There!') }...
While using @adonisjs/auth, I followed [the documentation](https://docs.adonisjs.com/guides/authentication/custom-auth-guard#authenticating-a-request) to write a custom auth guard. It works great, but there's a small issue: after `ctx.auth.authenticateUsing(['myCustomGuard'])`, the `ctx.auth.isAuthenticated` is still `false` So, I...
Kamal-proxy now supports path-based proxying (see commit https://github.com/basecamp/kamal-proxy/commit/dd1adc7cee4241054f4f086af5471cb49d905d0e). I’m wondering when this feature will be available in Kamal? Currently, when I set a `path-prefix` for a `proxy`, I get the...