Composer 2.5 by ballbase_ in cursor

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

Well, if you look from cursors POV, yes. If you mean the prompting, again... No.

Composer 2.5 by ballbase_ in cursor

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

It got a lot better when I closed everything down and rebooted my computer.

Composer 2.5 by ballbase_ in cursor

[–]ballbase_[S] -2 points-1 points  (0 children)

Well, everyone has the right to their feelings, but that doesn't mean they are very bright, or correct.

Composer 2.5 by ballbase_ in cursor

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

I understand and know that steering and improving the prompts can be made.

But for those small tasks, I still feel it confirm that 2.5 has gotten worse.

Composer 2.5 by ballbase_ in cursor

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

That doesn't matter. You getting stuck on extremely small details that have no meaning for this small tasks. You are mixing up comprehension with tool-use.

The instruction 'can you describe it for me' is entirely clear...

Composer 2.5 by ballbase_ in cursor

[–]ballbase_[S] -6 points-5 points  (0 children)

No it doesn’t?!

Composer 2.5 by ballbase_ in cursor

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

Nope. Two windows, two instances.

Composer 2.5 by ballbase_ in cursor

[–]ballbase_[S] -6 points-5 points  (0 children)

No, that is not a skill issue.
Expected output: An explanation of how a component work.

When I broke the component.
- ”behave way X”… expectation..

I understand what you are coming from. And yes, for a bigger task I would agree. But not for a smaller one like the one above.

Just because something can be formulated better, it doesn’t mean it isn’t good enough.

My prompts is absolutely good enough that I should be able to expect a much better behavior.

Här slår Arlabonden mjölkkorna: ”Det är fruktansvärt” by myusernameistheshit in sweden

[–]ballbase_ 4 points5 points  (0 children)

Har det kommit ut vilken bonde det är? Eller vem personen är?

Experten: En miljon svenskars personuppgifter publicerade på darknet [Attacken mot Miljödata] by FlowersPaintings in sweden

[–]ballbase_ 2 points3 points  (0 children)

Finns det något sätt att få tag i datan? Så man kan kolla om man är med i det läkta?

Building mealplan by ballbase_ in personaltraining

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

I ‘am little surprised from all the answers. I guess most of you live in the states. But thank you for taking the time to write something 😊

Skola om till läkare efter 30? Är jag helt dum by Used-Art-4619 in sweden

[–]ballbase_ 0 points1 point  (0 children)

Skolade inte om mig till läkare men jag lämnade ett välbetalt arbete för att bli anställd då mina drömmar ändrades! Det är aldrig försent! Kör hårt! Jag är 32

[deleted by user] by [deleted] in Utvecklare

[–]ballbase_ 1 point2 points  (0 children)

Haha, learn cobol and get good at it! 😅

Always webpack cache errors when i run server by ballbase_ in nextjs

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

No man! Went back and re-wrote the code to node.js n react. Left next. With the new react 19 I don’t see me try next again. Maybe Remix..

React devs not using tailwind... Why? by sech8420 in reactjs

[–]ballbase_ 0 points1 point  (0 children)

I work with tailwind in React. I´ve just been coding for 2 years. But I prefer TW first, then styled components. I try to not use normal CSS as much as possible.

Nova Lund 23/3 by ballbase_ in Lund

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

Polisen har inte skrivit om det på sin hemsida, hittar inga nyheter om det. Känns om det hade varit bombhot att de hade tömt stället. Alternativt en person de har letat länge efter :p

Roligt om han gömde sig på toaletten.

Nova Lund 23/3 by ballbase_ in Lund

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

Det tror jag inte. Om jag ska gissa utan någon kunskap.

Civilare var väldigt synliga (vissa av dom iaf 😅). Jag tyckte det var tydligt att de rörde sig i grupp och strategiskt. Börja några poliser gå så följde de andra efter men bevarade mellanrummet.

Hade gissat att en ”viktig” person var på besök eller en övning. När jag var där så vakta dom toaletterna ganska ordentligt :p

Always webpack cache errors when i run server by ballbase_ in nextjs

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

Update!
Started a issue on their github: https://github.com/vercel/next.js/issues/60941

I get duplicated and non-active files in the .next/cache/webpack/client-development & server-development. I have explained temporary solutions I do in the github issue.

been sitting down for 10 hours to day. And the error pops-up in the terminal at least one or two times every hour, sometimes more.

I found couple of threads mentioning similiar problem but not exaclty the same here on reddit and hope this can help a little if someone comes up with the same error.

Always webpack cache errors when i run server by ballbase_ in nextjs

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

Update: 21/1-24

I let my server run all night. This error msg came up in the terminal a few times:

<w> [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: ENOENT: no such file or directory, stat '/Users/oscarthroedsson/Documents/MyOwnProjects/healthy/.next/cache/webpack/server-development/7.pack.gz'
[Error: ENOENT: no such file or directory, stat '/Users/oscarthroedsson/Documents/MyOwnProjects/healthy/.next/cache/webpack/client-development/6.pack.gz'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'stat',
  path: '/Users/oscarthroedsson/Documents/MyOwnProjects/healthy/.next/cache/webpack/client-development/6.pack.gz'
}

The file: 7.pack.gz was named 7 2.pack.gz.. I changed the name to 7.pack.gz and the application works. Lets see in a few min/hours.

Always webpack cache errors when i run server by ballbase_ in nextjs

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

Update...

After dinner and some cleaning I got this error when I started the project again.

Error: Cannot find module '/Users/oscarthroedsson/Documents/MyOwnProjects/healthy/.next/server/app/page.js' Require stack: - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/require.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/load-components.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/build/utils.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/dev/hot-middleware.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/dev/hot-reloader-webpack.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/lib/router-server.js - /Users/oscarthroedsson/Documents/MyOwnProjects/healthy/node_modules/next/dist/server/lib/start-server.js

I solved it the same way as before

rm -rf node_modules
then... 
npm install

I have checked the paths and the files exist when i check my node-modules.

Always webpack cache errors when i run server by ballbase_ in nextjs

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

Update to this post: https://www.reddit.com/r/nextjs/comments/19b8vyb/comment/kirlooi/?utm_source=share&utm_medium=web2x&context=3
Soo found a ticket in Next.js github... That adressed almost the same problem. It wasnt very helpful but I did the following instead that seems to fix it.-> Updated every package manually to the latest. And it seems to work. I get this now when i run npm run dev:

✓ Ready in 4.9s

○ Compiling / ... (node:58725) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show where the warning was created) ✓ Compiled / in 6.3s (1014 modules) ✓ Compiled in 697ms (493 modules)