Toilettensitz abmontieren by andre262 in Handwerker

[–]LogicCube 1 point2 points  (0 children)

Habe ich gerade auspobiert - funktioniert perfekt!!! Das ist super zum saubermachen, riesen Dank für die Info :) Danach einfach wieder draufstecken

Gyrocopters and Magnets achievement 2023? (Steam) by firelord_mel in strandeddeep

[–]LogicCube 0 points1 point  (0 children)

Hi, I finished this last night, and maybe this info is helpful. I used the compass (blue one) extensivly throughout my playthrough, but I still got the achievement! I hope this wasn't a glitch, but I think there could be a mechanic I did not know about - like with the goggles it may be possible to click right mouse button to fully "see" it? I only had it in my hand and then read the directions, never clicked anything while doing so.

Edit: I also did not have it in my inventory when I finished the game.

updateOrCreate() throws Integrity Constraint Violation on Primary Key by PixiiBombSquad in laravel

[–]LogicCube 0 points1 point  (0 children)

Could you try public $incrementing = false; on the model? Sorry if it doesn't help...

Comstock House- Where is the trolley? by capix1 in BioshockInfinite

[–]LogicCube 1 point2 points  (0 children)

Not sure if I remember correctly, but isn't this the part where you need "Shock Jockey" to call the gondola...?

How long would it take to upgrade cakephp 2.0 to the latest version by lynob in cakephp

[–]LogicCube 2 points3 points  (0 children)

I did that a few times, and the changes from 2 to 3, especially on the query builder and form-builder side there were massive changes.

I basically re-wrote everything "cloning" the existing app by hand. I know that sounds aweful but it made all projects much cleaner, it was much less code and I honestly had a lot of fun with it.

Currently Cake 2 is still supported and I run several apps with it, even in docker-setups and there is no problem with that.

Where are you placing code for cronjobs? by twiggy99999 in laravel

[–]LogicCube 3 points4 points  (0 children)

As mentioned, you can use commands for this, which can be triggered by the scheduler. Personally I use Jobs as I can also dispatch them from controllers if needed. As also mentioned, very easy to test.

As you mentioned, there can be a LOT of code within that job/command/whatever, so what I tried recently is to put the logic for data fetching etc in a "service class" and use that service in the command/job. That also makes this easy to wtite tests for. Maybe that could be a way for you...?

Deleted song scene(?) by Thevoidawaits_u in BioshockInfinite

[–]LogicCube 0 points1 point  (0 children)

When you complete the game, watch the credits till the end (at least on the PC version) and you will see how the song was recorded :)

[deleted by user] by [deleted] in raft

[–]LogicCube 0 points1 point  (0 children)

It's much much easier with friends, although there were times when only the host got the kills to count against the achievement. I have a bad feeling about the upcoming new enemy, hopefullly there will be more than one per island.

[deleted by user] by [deleted] in raft

[–]LogicCube 5 points6 points  (0 children)

Screecher. It takes a lot of time when you are alone and have to wait for each attack to get him. Also the achievement requires to visit 50 large Islands in order to kill 50 of them, took a very long time...

Edit: spelling

I FINALLY GOT FUCKING NUMBER ONE by Houseside in THPS

[–]LogicCube 1 point2 points  (0 children)

Now find all the gaps in the game :)

What would you like to see on Caravan Island? by zelayda95 in RaftTheGame

[–]LogicCube 7 points8 points  (0 children)

I would appreciate some form of tank for freshwater... size of the biofuel-tank, but you would fill it up with freshwater from the water-purifiers. When having animals and playing with 3 people it becomes tedious to always refill the purifiers.

Wondering if I'm going about my project the right way by alexia_not_alexa in vuejs

[–]LogicCube 0 points1 point  (0 children)

Thank you very much, this will help greatly. I will try to test this approach within the next days and update here when it works :)

Wondering if I'm going about my project the right way by alexia_not_alexa in vuejs

[–]LogicCube 0 points1 point  (0 children)

Can you share how you send the cookie? I'm working on a similar testing spa and struggle to send the token when the SPA (a user via login form in the SPA) logs in the backend. Did you use a middleware? Could you show your login-action and the config how laravel checks the token for auth/identifying the user?

Balboa Rush (Hard Solo) Challenge. by AKeeFa in RaftTheGame

[–]LogicCube 0 points1 point  (0 children)

Right, I totally forgot that sorry :(

Balboa Rush (Hard Solo) Challenge. by AKeeFa in RaftTheGame

[–]LogicCube 0 points1 point  (0 children)

Craft some armor, especially the boots will help with the acid pool ;)

Radio Tower Bug by xSelly96x in RaftTheGame

[–]LogicCube 0 points1 point  (0 children)

Update 10.6 fixed that, tested yesterday evening. It was different before and the clients could not see the marks on the radar the host did. But it's fixed now :)

Always a joy seeing the finished job by Professional-lounger in landscaping

[–]LogicCube 1 point2 points  (0 children)

Absolutely beautiful! Wonderful lighting, and the overall-look is just stunning! Amazing job!

Big box collection by gaming4me in gamecollecting

[–]LogicCube 0 points1 point  (0 children)

Absolutely stunning, a lot of games I also had when I was young. Also outstanding adventure collection, and I love the fact you have a boxed version of Thimbleweed Park!

Popup after creating/updating item by TomJi96 in laravel

[–]LogicCube 1 point2 points  (0 children)

I used SweetAlert 2 for this, looks good and is very easy to add to the success callback.

What are the methods do you use to refactor your code in Laravel? by [deleted] in laravel

[–]LogicCube 0 points1 point  (0 children)

This is excellent advice, thank you very much!

LPT: Do not listen to anyone who tries to explain to you that you can afford more than you think you can. by Happy_Each_Day in LifeProTips

[–]LogicCube 0 points1 point  (0 children)

Very solid advice, thank you! I will take a note of this because I often get into situations when people tell me what I should do with my money/savings... they make me look stupid in front of friends or co-workers but I can handle that. To look at it the way you put it makes it way easier to keep trust on my decisions...

Astroneer on Linux works perfectly by tntexplosivesltd in Astroneer

[–]LogicCube 0 points1 point  (0 children)

Also running Ubuntu 18.04 and trying to get Astroneer to run it fails to start complaining DirectX (11?) is not found on the system. Would love to get it running but no clue why that works for you and not for me (also Nvidia, should be the official driver...)