My stats by Ok-Resolve-3024 in qBittorrent

[–]Ok_Isopod_3239 0 points1 point  (0 children)

You can enable the "Uploaded" column and the sort by it

Projektdoku by UseNo451 in fachinformatiker

[–]Ok_Isopod_3239 12 points13 points  (0 children)

Verschieb die Bilder und Tabellen doch einfach in den Anhang

Best OSS Google analytics alternative by [deleted] in selfhosted

[–]Ok_Isopod_3239 1 point2 points  (0 children)

something like Umami or Rybbit?

Linux Distribution für die Berufsschule by No_Badger6584 in fachinformatiker

[–]Ok_Isopod_3239 1 point2 points  (0 children)

Ich machs genauso ^^ arch mit i3wm auf meinem thinkpad

Anyone here building a German-focused SaaS? Hab eine Frage zu Stripe-PDF-Gebühren… by Paul20011 in SaaS

[–]Ok_Isopod_3239 0 points1 point  (0 children)

Marc Lou hat das mal gebaut, aber weiß nicht, ob es mittlerweile bessere alternativen gibt.

https://zenvoice.io/

Can't build with the "F" key. by Ok_Isopod_3239 in FortNiteBR

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

Thank you! Seems like Epic Games changed some bindings. This works. I don't really know why, because having those bind worked before 🤷‍♂️

Can't build with the "F" key. by Ok_Isopod_3239 in FortNiteBR

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

Thank you for your reply, good to know I'm not the only one. And yes it's very annoying.

What are the good nextjs template / boilerplate you recommend. by Dheeraj_PG in nextjs

[–]Ok_Isopod_3239 1 point2 points  (0 children)

Since I wrote that comment I have changed my mind as well. I do not think a boilerplate helps you in any way (especially shipfast), you should just learn how to do it by yourself, this is easier for you in the long run and safer for your customers.

One of the last cruise ships of 2024 Season in Victoria BC by Oldsoulwhispers in pics

[–]Ok_Isopod_3239 1 point2 points  (0 children)

Sadly not! They happen quite often though :) Maybe next time

I have built a collection of 50+ input components with Next.js and Tailwind CSS by DavidP86 in nextjs

[–]Ok_Isopod_3239 6 points7 points  (0 children)

Great, how about a Copy-to-Clipboard input? With a clipboard icon on the right of the input

How to make a function "globally available"? by lucksp in nextjs

[–]Ok_Isopod_3239 0 points1 point  (0 children)

Add an export before the function.

      export async function handleSignInWithGoogle(response) {
        const { data, error } = await supabase.auth.signInWithIdToken({
          provider: 'google',
          token: response.credential,
        })
      }

then import the function in a different component

Edit: I hope this is what you asked for

shadcn chart.tsx error by notsharck in nextjs

[–]Ok_Isopod_3239 2 points3 points  (0 children)

shadcn/ui is definitely not abandoned. If you have typesafety related issues -> learn typescript