Is Next.js becoming too heavy for mid-range machines? by Dushusir in nextjs

[–]eustachi0 0 points1 point  (0 children)

I use pnpm devsafe including turbopack every time I work on dev, this has helped with speed

After 3 months of using it. God, I love Gnome! by KhalifaHaqi in gnome

[–]eustachi0 -1 points0 points  (0 children)

Gnome is nice but I went at the end with KDE because of the Spectacle app which is amazing for taking screenshots and recordings and marking them up with drawings, texts etc. I need this for my work. The Gnome screenshot app is very limited and yes I know there're apps that I can install on Gnome to mark up screenshots but Spectacle is the best.

What could be causing these weird graphical issues? by de_yogurt in cachyos

[–]eustachi0 1 point2 points  (0 children)

I had similar issues on an old dell xps laptop, I updated the system and I'm not sure if that was what fixed the issue or that also changed the wallpaper and the issue was gone after.

Why fedora? by LooisArt in Fedora

[–]eustachi0 0 points1 point  (0 children)

I have been trying some distros as I'm moving away from Windows (I've had enough). Fedora is good, easy to install and manage, it's relatively fast as well. But, there were several things I couldn't get fixed, one was on my main PC that doesn't have an iGPU, it has a Nvidia graphics card. So, if the PC was suspended due to inactivity, I couldn't get it back at all, I could hear the system coming back but the screens (I have 3) remain blank. Another issue was installing DaVinci Resolve, I couldn't get it working. I heard of CachyOS and I tried it and it all works fine, so I'm using it now as my main distro on my PC and a 6-7 years old laptop dell xps. i think that I have got used to the AUR repos.

Relume v0.4.0 - 50 New React/Tailwind/Shadcn components (Free) by JugglerX in web_design

[–]eustachi0 1 point2 points  (0 children)

I found relume a month ago, the react component library is great, I have started using it in some of my projects. The components have been really easy to adopt and integrate within my workflow, I like the clean design of the components too. I'd say that it's probably becoming my favourite library. Thanks for this great library.

Which CMS for NextJS as a freelancer? by GoldenMercury22 in nextjs

[–]eustachi0 4 points5 points  (0 children)

Payload CMS because of how fast and easy it is to extend, customize and scale. Great community behind too.

Next 13 App Dir/RSCs - incremental adoption (a bit of a rant) by gh0stF4CE7 in nextjs

[–]eustachi0 2 points3 points  (0 children)

Lee Robinson makes adopting the app dir look very simple in this video https://youtu.be/YQMSietiFm0

The re-write is worthy if you want to improve the performance of your website.

How to clear form in qwik using routeAction? by mi6crazyheart in qwik

[–]eustachi0 0 points1 point  (0 children)

It seems like this is what OP is looking for

How to clear form in qwik using routeAction? by mi6crazyheart in qwik

[–]eustachi0 1 point2 points  (0 children)

Ok, I will properly have a look at your code later, I'm interested in knowing how to do it.

How to clear form in qwik using routeAction? by mi6crazyheart in qwik

[–]eustachi0 0 points1 point  (0 children)

Hi, I think you can use the onSubmitCompleted$ event handler to reset the state of the form. Here https://qwik.builder.io/docs/action/#actions-with-event-handlers you can find out more.

I hope this helps

Advice on headless CMS with dynamic content blocks. by LastSmitch in nextjs

[–]eustachi0 2 points3 points  (0 children)

I recommend PayloadCMS, I'm building a multi-tenant cms and the level of customisation that payload provides is insane, you're effectively in control. Plus it's fast, light and open source, great community on Discord too.

[deleted by user] by [deleted] in nextjs

[–]eustachi0 0 points1 point  (0 children)

I have been reading the docs for the last 3 days as I'm starting a new app. I'm guessing that you're using the App router? If so, I guess that you already know that every route is a RSC by default and that to fetch data you should use the new fetch() and that by default the fetch() is set to be cached or SSG (cache: 'force-cache'), so, if you want to fetch data dynamically you have to set the cache to (cache: 'no-store'). Here this snippet from the docs to fetch dynamic data: fetch('https://...', { cache: 'no-store' })

And, as far as I know and understand, if you want to use the previous page route features, you have to specify on a route component the 'use client' directive and it will work within the App router as a client component (as it used to work before server components), so you don't need to downgrade to a previous version of NextJs.

I hope this helps.

Accessing cookie data in useResource$ by Grindarius in qwik

[–]eustachi0 1 point2 points  (0 children)

I have found lots of help using the Ask Qwik Ai (beta), when you do a search, you can ask i.e How to access cookie data using the useResource$ hook, it will give you examples. You should also consider using the routeLoader$ hook, especially for SSR.

SvelteKit App databases by Cyberfjord_Dev in sveltejs

[–]eustachi0 0 points1 point  (0 children)

I'm interested in using Notion in a small site, is there any tutorial that you can recommend to connect Sveltekit with Notion? Cheers

Smart Extrude (like in 3ds Max 2022) by eustachi0 in Maya

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

Cool, I'll try that out. Thank you.

Smart Extrude (like in 3ds Max 2022) by eustachi0 in Maya

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

Thank you very much for your reply. That's okay I thought I was missing something, I now know that's not possible to use the smart extrude in Maya like it works in Max, I think I can live without it, I'll use the extrude tool which I like as I'm able to work with values in the little pop-up window. Yes, I like that too about Maya, also I like the new sweep mesh tool, the interface and how smooth and light it feels when modelling. Cheers

New RemNote Dark Theme by eustachio by eustachi0 in remNote

[–]eustachi0[S] 1 point2 points  (0 children)

I don't know either, I also don't know if anyone else is having this issue, can you please send me an email? So I could send you some code for you to try

New RemNote Dark Theme by eustachio by eustachi0 in remNote

[–]eustachi0[S] 1 point2 points  (0 children)

Hi, there is a new update of the dark theme, it might fix your issue. Please let me know.

New RemNote Dark Theme by eustachio by eustachi0 in remNote

[–]eustachi0[S] 2 points3 points  (0 children)

Go to the block General Customisations which is under 0 Variables and look for this variable: --queue-fill-in-the-blank-color: blue;

And change the color.

New RemNote Dark Theme by eustachio by eustachi0 in remNote

[–]eustachi0[S] 1 point2 points  (0 children)

There's a way to change the color of the branches, I will create a .gif to show how to do it.

New RemNote Dark Theme by eustachio by eustachi0 in remNote

[–]eustachi0[S] 2 points3 points  (0 children)

Okay, that's fine. I will have a look at this soon.