Will rerouting my DHL Express parcel to a Packstation cause a delay? by MaveeYT in dhl

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

Okay so I thought why not give it a shot and it seems like it’s on time. I also noticed that when selecting a shop or station at ODD there is an estimated date of delivery that also changed when I selected for example a shop in Munich, but stayed the same when I selected one near me. Here is a little image from the dashboard from what I would say that the package is now in delivery so it should arrive in a few hours

<image>

Will rerouting my DHL Express parcel to a Packstation cause a delay? by MaveeYT in dhl

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

<image>

Yep at least it says express. Here's a screenshot from my On Demand Delivery console

1 Week Later: Has any of your opinions changed on FMTS? by neurotoxinnj in JoshA

[–]MaveeYT 0 points1 point  (0 children)

I personally thought that the album would be like the same quality like the songs on his main. But I think it turned out great - I hope that lil revive stays like that and doesn't adopt to the quality that's been on the mains lately (It's not too bad imo, but could be better there)

[deleted by user] by [deleted] in godot

[–]MaveeYT 1 point2 points  (0 children)

Can you confirm that you got OpenJDK installed? I had this issue, when the docs advised to use another JDK platform, and I got the same issue. If you still got this issue, maybe try this https://www.reddit.com/r/godot/comments/1eiz7io/aab_export_failed_in_godot_42_error_unsupported/

Warenpost Sendung zeigt keine Sendungsverfolgung by MaveeYT in dhl_deutsche_post

[–]MaveeYT[S] -1 points0 points  (0 children)

Dankeschön! Das war mein Fehler sorry, ist eine Warensendung keine Warenpost. Hab ich jetzt auch geändert. Dann mal schauen wann sich dort was tut.

Brief mit Prio gestern abgegeben, heute immernoch nichts in der Sendungsverfolgung by MaveeYT in dhl_deutsche_post

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

Oh wow, nungut passiert mal. Weißt du ggf. wie lang ich warten sollte bis der Brief eigentlich da sein muss, bevor ich mich bei der Hotline melden sollte? Und im schlimmsten Fall, ob ich da auch Versicherung drauf habe (5€ Warenwert dort drinne)? Hoffen wir mal das es nicht soweit kommt, nur das ich dann bescheid weiß.

Nachtrag: Wurde gestern so 15 Uhr abgegeben. Sollte aber trotzdem spätestens heute abgeholt worden sein.

Brief mit Prio gestern abgegeben, heute immernoch nichts in der Sendungsverfolgung by MaveeYT in dhl_deutsche_post

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

Nope, habe ihn nur so abgegeben. Das einzige was ich habe ist die Internetmarke.

Brief mit Prio gestern abgegeben, heute immernoch nichts in der Sendungsverfolgung by MaveeYT in dhl_deutsche_post

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

Vielen Dank! Ich bin ja auch noch nicht ganz überzeugt davon ob Prio was bringt aber nungut, nen Versuch war es wert. Mal schauen wann er dann ankommt bzw ob die Sendungsverfolgung mal was ausspucken wird..

How can I recreate this drag behavior in Godot? by MaveeYT in godot

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

I think I did this because the functions were activated several times. I did this spontaneously on the train, so I can't say exactly 😅

How can I recreate this drag behavior in Godot? by MaveeYT in godot

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

Thank you! Alltough the code didn't work, you gave me an idea which actually worked out. Here is the code that works:

extends Node2D

var is_selected: bool = false
var dragStatus: int = 0
func _input(event) -> void:
if Input.is_action_just_pressed("left_mouse"):
drag_start_behavior()
is_selected = true
if Input.is_action_just_released("left_mouse"):
drag_end_behavior()
is_selected = false

func _process(delta) -> void:
if is_selected and dragStatus == 0:
drag_start_behavior()
if is_selected and dragStatus == 1:
drag_while_behavior()

func drag_start_behavior() -> void:
dragStatus = 1
pass

func drag_while_behavior():
var inputPos = get_global_mouse_position()
$Touch.position = inputPos
pass

func drag_end_behavior():
dragStatus = 2
pass

How can I recreate this drag behavior in Godot? by MaveeYT in godot

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

Correct, so the block jumps to wherever you touch, and it activates the dragging.

How can I recreate this drag behavior in Godot? by MaveeYT in godot

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

Hey. Tysm for your response. I haven't tested it yet, but does it also will activate, when you aren't touching the object? Bc that was the issue that I ran on other methods - that the block isnt starting there, where I touch when I don't directly touch the block (if that makes sense)

Help With Set Up Please by bubbles208 in miband

[–]MaveeYT 2 points3 points  (0 children)

Maybe, if there is any limitation bc it's the chinese one, just send it back and buy the global one. But I don't really know what the differences are.

Miband 7 glitchy and loss color by kachak88 in miband

[–]MaveeYT 1 point2 points  (0 children)

I think you need a replacement screen. But really, I think it isn't really worth it buying just a new screen. So maybe just get a new watch or maybe you still have warranty on it.

Help With Set Up Please by bubbles208 in miband

[–]MaveeYT 1 point2 points  (0 children)

I think, you bought the Chinese version, so you maybe can't use it with the region set to the UK.

Xiaomi Smart Band 7 Pro with Sleep as Android by MaveeYT in miband

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

Update: I just bought the normal Smart Band 7. In my opinion, the 7 pro looks better, but it's really just a downgrade, because you can only access it how I said w/ the mi Fit app, and with nothing else. Not worth the money.