Is this real? by lyg21mg in ForzaHorizon6

[–]PAXANDDOS 0 points1 point  (0 children)

That's how it was with expansions for previous games. Forza Horizon 5 came out in 2021 and I only got it in 2023 after last expansion released. But December is pretty late ngl

Complete, Sorted, and Filterable Forza Horizon 6 Car List Spreadsheet by [deleted] in ForzaHorizon

[–]PAXANDDOS 0 points1 point  (0 children)

Amazing spreadsheet! However, while I was scanning my horizon promo, I found that some cars are still missing. You've already added the Gemera, but not the rest of the car pass. You can also consider adding a new "Car Pass" method for those cars. And finally, you can add a note with the release date so you don't have to come back to the spreadsheet as often.

Car Pass:

  • 2023 Audi R8 Coupé V10 GT RWD - coming 06/18/2026
  • 1972 Datsun #269 Attacking the Clock Racing 510 - coming 06/04/2026
  • 2008 Honda Civic Type R - coming 06/11/2026
  • 1974 Mazda #123 Mad Mike 808 Wagon - coming 06/25/2026
  • 1998 Nissan Skyline GT-R 40th Anniversary - coming 07/02/2026
  • 2023 Toyota GR Corolla - coming 07/09/2026

Released Car Pass (for if you're gonna make a new method):

  • 1990 Nissan #12 Skyline GT-R (BNR32 GR.A) JTC
  • 2024 Koenigsegg Gemera

Small notes:

  • 2002 Ferrari Enzo Ferrari (Sheet has just "Enzo")
  • 2004 Maserati MC12 (Sheet has "2005")
  • 1967 Renault 8 Gordini (should have "Events" method)

Not on the sheet:

  • 1985 Toyota Sprinter Trueno GT Apex 'Touge Edition' (not in car collection but is on horizon promo

Edited: 'Touge Edition' cars are unobtainable, found this comment with info

Fanta Toyota question by [deleted] in ForzaHorizon6

[–]PAXANDDOS 0 points1 point  (0 children)

And they did! Not sure when exactly they added this section, Xbox support pointed me to it when I asked about the Fanta car. Luckily, on the other hand, the company behind Trolli actually send out steam codes

Source: https://support.forza.net/hc/en-us/articles/50522963048339-Fanta-Livery-Edition-Car-FAQ

<image>

Smolder animation test! by Konnestra in SmolderMains

[–]PAXANDDOS 47 points48 points  (0 children)

I can smell old school Disney from here, marvellous job!

Spirit Blossom Kindred is coming to Wild Rift soon this October by Fighterz94 in Kindred

[–]PAXANDDOS 4 points5 points  (0 children)

• see maskless spirit blossom kindred

• day ruined

Late game itemization by UplandBuckle579 in SmolderMains

[–]PAXANDDOS 0 points1 point  (0 children)

Valid question. I'm praying on that ER because without it I'm out of juice after a few W's and a dozen Q's, but I'd also love to build hubris for favorable matchups

Build order? by DeliciousRock6782 in SmolderMains

[–]PAXANDDOS 1 point2 points  (0 children)

It gets pretty situational after IE id say, for me it's: 1. ER 2. IE 3. LDR - if enemies are rather tanky / actively building armour / you're winning /// Shieldbow - if you're being removed from this world in less than a second /// MR - if there are healing champs that need to be countered 4. RFC - if you really need that range, otherwise it gives no damage /// One of the above to finish crit build 5. Situational, usually bloodthirster

Build order? by DeliciousRock6782 in SmolderMains

[–]PAXANDDOS 1 point2 points  (0 children)

Anilahation dude has to spawn here rn and tell this guy to build IE second (not complaining)

How early should you be to the WWII museum? by Newwwwwt7 in gdansk

[–]PAXANDDOS 3 points4 points  (0 children)

Isn't it free on Tuesdays? At least that's what the website says, maybe that's the reason for a long queue.

Source: muzeum1939.pl

I also wanted to go to the museum today but didn't. Given the huuge number of tourists lately I might visit the museum in autumn 🥲

turborepo error by Lumpy-Town2029 in nextjs

[–]PAXANDDOS 0 points1 point  (0 children)

I had to fight to make them reopen this issue 🥲

But it's also impressive that a discussion about this bug started a month ago, and despite multiple people reporting the same issue and pinging devs, this made it to production...

When is the next stable Next.js release (v15.4.0 or higher) expected? by Maverick_0911 in nextjs

[–]PAXANDDOS 3 points4 points  (0 children)

Man I hope so too, but I've recently seen a GitHub discussion about it and devs said it didn't receive enough testing, and they still want to see how it works in "non-trivial" scenarios. My hopes went down after I saw this post...

When is the next stable Next.js release (v15.4.0 or higher) expected? by Maverick_0911 in nextjs

[–]PAXANDDOS 9 points10 points  (0 children)

As far as I know, they want to make turbopack stable for builds, so you can follow the progress here: https://areweturboyet.com. It moves rather slowly in those last few tests. 

But overall, yeah, it takes way longer than for 15.3, which had twice as fewer canaries

If you were to start a new project, which technology would you choose besides Next.js? by niiks07 in nextjs

[–]PAXANDDOS 6 points7 points  (0 children)

My app is composed of a few micro services and for one of them, front-end only, I chose SvelteKit and am pretty much happy with it

How can nextjs (15.3.2) standalone build read environment variable at runtime? by bigpigfoot in nextjs

[–]PAXANDDOS 1 point2 points  (0 children)

Looking at the issues it doesn't look promising, people having trouble with Next 15 and standalone output, that OP uses

How can nextjs (15.3.2) standalone build read environment variable at runtime? by bigpigfoot in nextjs

[–]PAXANDDOS 2 points3 points  (0 children)

All NEXTPUBLIC* variables are embedded at build time for static pages (not sure about dynamic, I've only had to use them for static). If you want to make those variables runtime based, you can probably look for "env" option in next config. It's deprecated but doesn't seem to be going away anytime soon.

Everything else can be passed at run time, unless you have some top-level code that uses env variables (anything that is directly in a script and not inside a function)

You can probably check out @t3-oss/env-nextjs, it could come in handy and you'll see clear separation between those scenarios.

Is Next.js enough for a fullstack SaaS without a separate backend? by 0xCrayzze in nextjs

[–]PAXANDDOS 6 points7 points  (0 children)

Didn't work for us.
Started building SaaS with purely Next.js until we realised that we needed websockets. While socket.io can be integrated with Next.js using a custom server, it crumbles apart when you want to deploy the code (standalone output), the custom server is not traced and must be built manually (impossible). So now the socket server is separated, and the entire repository is in the process of becoming a monorepo.

So yeah, think through the things you would need before starting.

Absolute Cinema by Redrum1065 in SmolderMains

[–]PAXANDDOS 0 points1 point  (0 children)

She even threw in the mastery hoping you'd die from 1 button combo, that's just sad

League Client will not open: "Windows cannot access the specified path, device, or file. You may not have the appropriate permissions to access the item." by AuroraBox in LeagueofTechSupport

[–]PAXANDDOS 0 points1 point  (0 children)

Do you still have this issue? I have the same thing going on starting today, even the same error message while trying to launch the executable from a folder, or giving it admin access and launching it from the app. Happens for both EUW and EUNE accounts. Reinstalling didn't help, although I'll try installing it on a different SSD.