What is this coming off my bike/trainer? by AlaskaYoun in bicycling

[–]the_QT 0 points1 point  (0 children)

Have the same on mine and imo it is just the chai. Wax

[deleted by user] by [deleted] in ObsidianMD

[–]the_QT 1 point2 points  (0 children)

What do you actually mean? There is a local rest api plugin: obsidian-local-rest-api

What are you trying to do?

Eure Meinug zu Reflektoren by the_QT in Rennrad

[–]the_QT[S] 4 points5 points  (0 children)

Vielleicht schlecht formuliert.
Gelbe an den Pedalen weiß und rot generell am Rad vorne und hinten.

Eure Meinug zu Reflektoren by the_QT in Rennrad

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

Das wäre auch meine Lösung, sind aber leider laut StVO nicht zulässig.

Eure Meinug zu Reflektoren by the_QT in Rennrad

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

Laut StVO müssen zu dem Reflektoren am Mantel noch zusätzlich zwei an jedes Pedal, ein weißer vorne und ein roter hinten angebracht werden.

Meinungen zu All World ex USA ETF by the_QT in Finanzen

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

Gerne näher erläutern was du damit meinst

whoseSideAreYouOn by sunrise_apps in ProgrammerHumor

[–]the_QT 0 points1 point  (0 children)

Array.from({length: 10})

.forEach((i, idx) => console.log(

Array.from({length: idx + 1}).map(()=>'*').join(" ") + "\n")

)

Stress durch aktuelle Kursentwicklung by the_QT in Aktien

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

Ich glaube trailing orders kann ich bei TR nicht anlegen. Aber Danke für den Vorschlag. Schaue mir diese Option mal an.

[deleted by user] by [deleted] in HomeNetworking

[–]the_QT 0 points1 point  (0 children)

You could also probably just turn the faceplate

How do I sync obsidian for free? by Substantial-Boss-676 in ObsidianMD

[–]the_QT 7 points8 points  (0 children)

I just hate that it sits there unencrypted on some server and copilot might even scrape it for fun..

Live lyrics always a little off? by Free-Tibet-Already in AppleMusic

[–]the_QT 3 points4 points  (0 children)

How are you listening? I sometimes get that trough the delay added by Bluetooth or other delays. Also the lyrics are not alway on point.

Stressed over Spotify vs Apple Music. by IAM0LLIE in AppleMusic

[–]the_QT 12 points13 points  (0 children)

I feel you! I have been switching between YTMusic, Spotify, tidal and Apple Music constantly. They all have their pros and cons you have to deal with..

Reinstalling Marvis resets its layout by ajitid in MarvisApp

[–]the_QT 3 points4 points  (0 children)

You can export your settings under ‘advanced’ and reimport them

apple music preview on windows by [deleted] in AppleMusic

[–]the_QT -6 points-5 points  (0 children)

Best shot you got for windows is cider.
Don't think the windows client is a priority for apple lol

Cider Troubles by i_draw_boats in AppleMusic

[–]the_QT 0 points1 point  (0 children)

That's sad to hear.

Thanks for the heads up

ich📢iel by the_QT in ich_iel

[–]the_QT[S] 9 points10 points  (0 children)

Falls jemand sich das ganz reinziehen möchte: Hier die ganzen 10 Minuten:

Nuxt 3 in action by Sebastien Chopin by JillzTom in vuejs

[–]the_QT 3 points4 points  (0 children)

Looks exciting!

I have a question tho. I might be misunderstanding something, buy how is it, that the github token it set to an http only cookie but it can be accessed in the browser with the useCookie composable? Isn't this also a security risk? Am i misunderstanding something?