Pascal Martineau

Results 45 comments of Pascal Martineau

Found a partial answer here: https://wordpress.org/support/topic/incorrectly-noindex-ing-author-pages/#post-13407317 which fixes the noindex part, but the author URLs still don't show up in the sitemap.

I'm using https://github.com/Sytten/nexus-shield which is very nice. ``` import { hasRole } from "../rules"; import { Role } from "../generated/types"; export const UserQuery = extendType({ type: "Query", definition(t) { t.crud.user({...

Excellent news for the long-term stability of Nexus / Prisma integration ! Middleware support is exciting stuff, are there public RFC somewhere ?

See https://github.com/antfu/unplugin-icons/issues/198

@tcrammond If you're interested to work on this, go ahead !

Great news everyone! I just released a new version based on the latest module author guide, which is way cleaner. The module now has a nice README and I also...

See https://github.com/tailwindlabs/tailwindcss-forms/issues/9

Also getting this error systematically when trying to implement server-sent events in a fresh Nuxt3 project.

Any progress or ETA on this as it would help solve issues related to websocket server creation and other possible initializations (worker pools, etc).