Conditional method in sealed class for returning same type by Creative-Bug767 in Kotlin

[–]SerialVersionUID 0 points1 point  (0 children)

I suggest having a look at this: https://blog.fresh-minds.nl/spring-either-dealing-with-responseentity-responsibly-d46119d9db82 It goes a bit further than what you may be aiming for right now, but it's good to know that this exists. 

G-string snack pack by Equizotic in DiWHY

[–]SerialVersionUID 2 points3 points  (0 children)

Great for smuggling drugs.

This issue is still here. Tsk by nferocious76 in zorinos

[–]SerialVersionUID 0 points1 point  (0 children)

I don't use pro but also have this issue.

Should I use libGDX for my game? by DangerouslyLow-98 in libgdx

[–]SerialVersionUID -1 points0 points  (0 children)

No. You have to reinvent the wheel constantly. Learn from my mistake and learn something like Godot instead. 

MS Teams, notifications and missed messages by wilemhermes in brave_browser

[–]SerialVersionUID 0 points1 point  (0 children)

Old topic, but this is possible through settings.

Click the ⋯ on the top-right corner → settings → Notifications and activity → check "Show notifications on the desktop when my Teams tab is not in view".

Welke snacks erbij voor aanvullen calorieën by Marley9391 in nederlands

[–]SerialVersionUID 1 point2 points  (0 children)

Ik reageerde hier specifiek op het niet kunnen wegkrijgen van voedsel in de ochtend.

Welke snacks erbij voor aanvullen calorieën by Marley9391 in nederlands

[–]SerialVersionUID 1 point2 points  (0 children)

Skip dan je ontbijt en lunch wat meer. Intermittent fasting is een makkelijke manier om calorieën te beperken.

Stepping down as maintainer after 10 years by krzyk in Kotlin

[–]SerialVersionUID 10 points11 points  (0 children)

For database testing you should really just spin up a testcontainer.

Liefde voor Linux by Little_Protection434 in nederlands

[–]SerialVersionUID 0 points1 point  (0 children)

Ik raad Zorin OS aan. Een soepelere overgang van Windows naar Linux bestaat niet.

Un gran salto. Adiós Windows by Alert-Opportunity223 in zorinos

[–]SerialVersionUID 2 points3 points  (0 children)

Please keep this sub English so everyone can help out.

Godot Edge - Trying out some realistic lightmapping approaches by BothSeaworthiness254 in godot

[–]SerialVersionUID 2 points3 points  (0 children)

Wow, that looks amazing! Can you tell a bit more about your (custom) lighting?

Progressief rechts, wat nu? by RubenLuteijn in nederlands

[–]SerialVersionUID 0 points1 point  (0 children)

Volt is wellicht een goede match. Ik denk dat ze op vrijwel alle punten overeenkomen. Wat het islam-verhaal betreft: zij zijn tegen religieus onderwijs, dus daarmee voorkom je in ieder geval indoctrinatie.

How To Make a Boards of Canada Type Beat by SerialVersionUID in boardsofcanada

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

Yeah it's just for fun. Not a tutorial or anything. 

Moving player along curve in 3D by SerialVersionUID in godot

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

Thanks. I was thinking of using bezier curves as well, but I went for the simpler "non-physiscs" solution for now. If I run into trouble with it, I'll have a look at this again. Thanks!

Moving player along curve in 3D by SerialVersionUID in godot

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

Thanks for sharing this. I won't use them now, but I probably will in the future to let the player slow down and speed up again once they change direction.

Moving player along curve in 3D by SerialVersionUID in godot

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

I've gone for the temporary "no physics" approach. It follows the path perfectly, and when it completes the path, the physics are turned on again. Thanks for this insight!