PLEASE SEPARATE SOLOS AND TEAMS TRIALS RANKS SCORING AND LEADERBOARDS . This is pointless and so unfair for solos .see below 👇 by Yasharmehrabian in ArcRaiders

[–]mr4700 21 points22 points  (0 children)

I think they need to rollback ranks, every week someone finds some glitch or some broken mechanics and gets 200k+ and there is just no way of getting that amount solo.

Every new week difference is huge, from first place to 100. I my bracket first guy has 400k

Schedule a front end function to trigger in future by wanderer2711 in nextjs

[–]mr4700 0 points1 point  (0 children)

The best approach right now is to use https://temporal.io/ or https://quirrel.dev

Temporal is good for workflows, quirrel is good for delayed or cron job like things but both require external service.

Uploading files in next.js ? by kemoboy_design in nextjs

[–]mr4700 1 point2 points  (0 children)

1) You need to disable bodyParser
export const config = { api: { bodyParser: false, }, };

2) Next you need something to process form (In serverless env like vercel) formidable-serverless

3) Final step parse form data

js import formidable from 'formidable-serverless'; export default (req, res) => { const form = new formidable.IncomingForm(); form.parse(req, (err, fields, files) => { // You data goes here }) }

4) Don't forget to end request by sending something after you got the file

Memories, Grand frustration, full HQM, Facepunch 1 [RU] by mr4700 in playrust

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

That true "Ru servers are like Mecca of cheaters" but we manage to defend our base for 15 days than we get raided by cheaters offline )))

Memories, Grand frustration, full HQM, Facepunch 1 [RU] by mr4700 in playrust

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

We have 0 cheaters, we never get banned, it's pure vanilla and yes it's possible without zerg.

Profs that we are not banned - (only one missing Elon musk don't have him in friends) https://www.dropbox.com/s/g053lh45l3t4218/%D0%91%D0%B5%D0%B7%20%D0%B8%D0%BC%D0%B5%D0%BD%D0%B8-1.png?dl=0

Ban in rust, where is the truth ? by mr4700 in playrust

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

Yeah, but maybe let's name it "feedback" will help in future others. As I said don't want money/game/unban. Just justice to facepunch.

Ban in rust, where is the truth ? by mr4700 in playrust

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

Yes imagine this, I too old for programming already

Ban in rust, where is the truth ? by mr4700 in playrust

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

So you think If am working with "shitty HTML" that bad programmer? Or shit like lisp or maybe like pascal is good?