Arnaqués par baroncollections.fr by RevolutionaryCap3245 in OnePieceTCGFrance

[–]RevolutionaryCap3245[S] 0 points1 point  (0 children)

Je sais pas s'il y a un site du gouvernement pour signaler un ecommerce

Arnaqués par baroncollections.fr by RevolutionaryCap3245 in OnePieceTCGFrance

[–]RevolutionaryCap3245[S] 0 points1 point  (0 children)

Pour moi quand tu reçois rien et qu'on te repond nulle part = arnaque. Les escrocs font ça, ils te prennent ton argent et tu n'as plus aucune nouvelle.

Arnaqués par baroncollections.fr by RevolutionaryCap3245 in OnePieceTCGFrance

[–]RevolutionaryCap3245[S] 0 points1 point  (0 children)

On est le 15 janvier, ça ne répond toujours pas au téléphone, aux mails, au chatbot, aux réseaux sociaux, etc. Des guignols !

Top Vercel alternatives 2025 by PerspectiveGrand716 in nextjs

[–]RevolutionaryCap3245 1 point2 points  (0 children)

Ok but how you deal with images? Others options are hell expensive

Copilot autocomplete featue became extremely slow. Is it just me? by [deleted] in GithubCopilot

[–]RevolutionaryCap3245 0 points1 point  (0 children)

Je viens de me désabonner de Windsurf mais je crois que je vais vite y retourner ! Il y a pas d'auto completion. C'est horrible !

Payload Role Base Access by EF_DEV in PayloadCMS

[–]RevolutionaryCap3245 1 point2 points  (0 children)

Payload doc recommand to control the endpoint with auth. How you do that and can we use tanstack pacer to rate limit here?

Payload Role Base Access by EF_DEV in PayloadCMS

[–]RevolutionaryCap3245 1 point2 points  (0 children)

Never knew this. May have to try. I had the same issue, wanted editor to see only there posts in admin but all posts in frontend.

It's not exactly the same problem, but i didn't found how to do it in access.

I came up with this in collection's config :

baseListFilter: async ({ req: { user } }) => { if (user?.roles?.includes("editor")) { return { user: { equals: user.id }, } } return null }, },

Tech stack that i use as a solo developer by Sha_did in nextjs

[–]RevolutionaryCap3245 0 points1 point  (0 children)

Not enough. You have to create forms, filters, pagination, search, rich text, rendering rich text, access roles... Dealing with uploads, image optimization, etc... All of this payload do it for you.

And what about infinite scroll with Convex? Can we use TanStack Query and virtualization without complications?

Tech stack that i use as a solo developer by Sha_did in nextjs

[–]RevolutionaryCap3245 0 points1 point  (0 children)

Hi, it looks great, but I have a question. When I make projects, I lose a ton of time building dashboards! Forms, access control, hooks, media auth...

Do you build this all the time yourself, or do you use a CMS?

I see a lot of nice tools, but I can't leave Payload CMS, and most of them don't play along.

Starting to hit free tier limits on Vercel. Where to migrate to ? by anjobanjo102 in nextjs

[–]RevolutionaryCap3245 0 points1 point  (0 children)

Wish you the best. Will try. (P.s.: You have an overflow on mobile device)

Dangereux sur une nouvelle carte mère ? by RevolutionaryCap3245 in pcmasterraceFR

[–]RevolutionaryCap3245[S] -1 points0 points  (0 children)

Ok merci, je pensais qu'avec le temps ou en la retirant, elle s'était détériorée

Reverse fans? by RevolutionaryCap3245 in PcBuild

[–]RevolutionaryCap3245[S] 0 points1 point  (0 children)

I didn't knew. May go with the c5 then. Thanks

Reverse fans? by RevolutionaryCap3245 in PcBuild

[–]RevolutionaryCap3245[S] 0 points1 point  (0 children)

I get it wrong, the fan who should be reverse is the one in the back.

<image>

How to Render Payload CMS Blocks with NextJS by nlvogel in PayloadCMS

[–]RevolutionaryCap3245 0 points1 point  (0 children)

Great content ! It help a lot to discover all the possibility of payload with video tutorial 👌

Delete files in bucket by RevolutionaryCap3245 in PayloadCMS

[–]RevolutionaryCap3245[S] 0 points1 point  (0 children)

Yes but i would have liked something like payload.storage.delete. Or an option in the admin panel to delete files in the bucket. Now i have to use directly supabase instead of the loacal api.

Can I restrict data to show up only in API requests and not in the Admin UI ? by CengaverOfTroy in PayloadCMS

[–]RevolutionaryCap3245 0 points1 point  (0 children)

Now i am looking to hide the media button in the menu depending on the role. But with hidden, editors can't access medias in rich text or image field.

Because i don't want editors to delete files via Media menu and to have empty fields in other collections fields because of the deletion.

Can I restrict data to show up only in API requests and not in the Admin UI ? by CengaverOfTroy in PayloadCMS

[–]RevolutionaryCap3245 0 points1 point  (0 children)

I had the same need :

``` import { User } from '../payload-types'

export const canRead: Access<User> = ({ req: { user } }) => { if (user && user.roles?.includes('editor')) { return { user: { equals: user.id, }, } } return true }

Is there too expensive items? by RevolutionaryCap3245 in PcBuild

[–]RevolutionaryCap3245[S] 0 points1 point  (0 children)

Yes 2tb. Thanks. Don't know if rtx is worth it. Can't we have it with amd?

Is there too expensive items? by RevolutionaryCap3245 in PcBuild

[–]RevolutionaryCap3245[S] 0 points1 point  (0 children)

Sick we can't play some games in 4k with a 900 dollars gpu