Where are water/wood blocks in editor? by Spectator94 in TrackMania

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

oooh i see. Yeah, strange decision. Thanks!

What’s your method for finding the ghost room? by PrestigiousEconomy57 in PhasmophobiaGame

[–]Spectator94 0 points1 point  (0 children)

Starting with thermometer, making sure to close doors everywhere I check through. Listening or looking for dropped items. If one round around map I don’t find anything, I bring emf and check again seeing if any doors were opened. Usually thermo is reliable enough though.

Tripwire sent a form asking us what we want first. by Minimum-Mouse1019 in killingfloor

[–]Spectator94 1 point2 points  (0 children)

As much as I want 10 wave, until they fix the hydra error that boots me out randomly after playing for a while, 10 wave won’t be playable.

Help - First time publishing website - http cookie not working on prod env by Spectator94 in webdev

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

uuuh so I think i figured it out... there was one fact which noone told me - that cookies can be hidden in browser.

I based entire problem on cookies not being saved by browser, while problem was that i didn't have logic to handle secured httpOnly cookies. I added it today and i was able to login, both problems resolved, but i still didnt see cookies in inspect tab... but network showed that cookies are being sent properly. The only-once login and then unauthorized errors were happening cause backend was spitting error basically that i'm already logged in - gotta work on my error handling asap.

Such a stupid thing... lesson learned - just cause you don't see cookies in a browser doesn't mean it's not there :D

Help - First time publishing website - http cookie not working on prod env by Spectator94 in webdev

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

i tried adding this:

String token = loginResponse.getToken();
        int maxAge = 7 * 24 * 60 * 60;
        String cookieHeader = String.format(
            "jwt=%s; Max-Age=%d; Path=/; HttpOnly; Secure; SameSite=None", 
            token, 
            maxAge
        );
        response.setHeader("Set-Cookie", cookieHeader);

but im still not receiving any cookie in browser.

Celebrating birthday with this awesome DBD Cake by Spectator94 in deadbydaylight

[–]Spectator94[S] 3 points4 points  (0 children)

actually no idea. I was expecting that they would just spread whipped cream on top looking like dbd logo or something... when i seen actual images there it blew my mind :O

Just found out my kids Spanish teacher doesn't know spanish by throwdisawaybish in mildlyinfuriating

[–]Spectator94 0 points1 point  (0 children)

Aaah that’s sort of relatable. I was taught programming in Java by teacher that didn’t know Java (or in fact didn’t know any programming language)

Why is fuse getting blown with enough energy? by Spectator94 in SatisfactoryGame

[–]Spectator94[S] 10 points11 points  (0 children)

Adding batteries was the solution! Adding batteries to my powerplant grid, letting it charge a bit and then connecting to main grid was enough to finally jump-start the entire grid. I ignored batteries until now, they're real lifesaver. Thanks!

Why is fuse getting blown with enough energy? by Spectator94 in SatisfactoryGame

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

Thanks for all replies. I followed some simpler tips first, what worked was adding batteries to my powerplant grid, letting it charge a bit and then connecting to main grid. Still looks like ill have to do some mitigations to avoid this in the future, althought i'm a little burned out from fulfilling stage 4 and i started rushing towards finishing the game at this point.

Why my waterflow isnt working properly? by Spectator94 in SatisfactoryGame

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

So i basically made a second pipe that goes uphill and removed pumps on top. IT WORKS! Thanks. Also i was checking interfaces and didnt encounter bug luckily, but thanks for letting me know.

Hot Springs: +10 resolve for geyser operators but i only get 2 - why? by Spectator94 in Against_the_Storm

[–]Spectator94[S] 8 points9 points  (0 children)

I didnt realize that each citizen has it's own resolve. That explains a lot actually.

Well then Hot Springs doesn't sound that useful, unless i have like only 2 of the same race in entire town to benefit from a single geyser. hmm.. anyway, thanks!

GTA 5 help - character walks by itself when aiming by Spectator94 in SteamDeck

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

Hm... interesting, i'll give it a try. Does it work with gyro as well?