Francis Anyuru

Results 12 comments of Francis Anyuru

Only got Nextjs 13 to work with apollo with app directory with this howto https://blog.logrocket.com/why-use-next-js-apollo/

I had issues with how I was doing the initial Nextjs installation with the App dir n the AppRouter components n yet _app.js use the Pages Router if not mistaken....

@om154 Create an extra abstraction and include context as an input in the createSession function you have created then call it from a loader function. That is what I did...

Some solved the same issue on Arch. /usr/lib/xdg-desktop-portal -vr & /usr/lib/xdg-desktop-portal-wlr -l DEBUG 2>&1 | tee xdpw.log Talking about unmasking pipewire getting the same issues ama try to find what...

I was getting similar errors in my Remix, Drizzle and cloudflare app and I think it's some to do with running remix dev instead of wrangler dev when you using...

I had the same problem and after reading the docs realized that I had to update the color function in tailwind.config file. The lightDarkVar function to include the alpha values...

Change the lightDarkVar function in the tailwind.config. file ```function lightDarkVar(baseName) { return `var(--theme-light, hsl(var(--${baseName}) / )) var(--theme-dark, hsl(var(--${baseName}-dark) / ))`; }``` Check; https://tailwindcss.com/docs/customizing-colors#using-css-variables

And how did you configure the theming? May be you using localstorage?

Did you check this ref? https://github.com/spring-cloud/spring-cloud-config/blob/4b2193f8cf8b0ae6edcc93cc22c06c781a734890/docs/modules/ROOT/pages/client.adoc#L155

Not sure but think D3 kinda works like that. For every cycle you provide information. I stand to be corrected!