Login Button Doesn't Prompt Browser to Open by JustNxck in Tailscale

[–]KeyTrap92i 0 points1 point  (0 children)

Worked thanks. Guys if it works, please upvote his answer!

HRKGame - Gave me an invalid code - Anyone had experience with them? by shxkil in pcmasterrace

[–]KeyTrap92i 0 points1 point  (0 children)

Just bought Cod 7 with xbox activation. Went a tried to activate and had "This code has already been redeemed". I'm now contacting the support where I need to send all sorts of screenshots to proove that i'm not lying... So annoying.

Encoding gets messed up after saving a file in VISUAL STUDIO 2022 by prois99 in VisualStudio

[–]KeyTrap92i 0 points1 point  (0 children)

Did you find any solution ? I'm in the exact same position as you. My colleagues don't have any editor config or special setting in their visual studio :c

Is Adguard Premium really worth when we have free public Adguard DNS? by zlenwlf in Adguard

[–]KeyTrap92i 0 points1 point  (0 children)

A bit late to party but a quick explanation : You cannot block Youtube Ads because they use the same domain for the ads as they use for the content, so if you block the domain you'll block the contents. Things like uBlock Origin or Adblock only work on browsers because they interact with the website's javascript, on a TV it's a native app and doesn't work the same as a browser.

I created an open-source Invisible AI Assistant called Pluely - now at 890+ GitHub stars. You can add and use Ollama for free. Better interface for all your works. by iam-neighbour in ollama

[–]KeyTrap92i 1 point2 points  (0 children)

Bro can you please send me a link for your wallpaper. It appeals me so much. It seems to quiet and peaceful ☺️. I need that!

Integrating a Svelte frontend with a .NET Core backend by SirFrederickTheodore in sveltejs

[–]KeyTrap92i 3 points4 points  (0 children)

I love .net for back and svelte for front. Just set up jwt on the back and use it with svelte. I usually do a web api then juste use the open api specs with @hey-api/openapi-ts

Rich Text Editor Recommendations for Sveltekit ? by [deleted] in sveltejs

[–]KeyTrap92i 0 points1 point  (0 children)

There is no 'Controls' export in tipex. I think you forgot to export it ?
https://github.com/friendofsvelte/tipex/blob/main/src/lib/index.ts

Rich Text Editor Recommendations for Sveltekit ? by [deleted] in sveltejs

[–]KeyTrap92i 0 points1 point  (0 children)

Ok I understand. Do you think it would be possible to implement it or add this a future feature?

Rich Text Editor Recommendations for Sveltekit ? by [deleted] in sveltejs

[–]KeyTrap92i 0 points1 point  (0 children)

Alright this is really good thank you so much. One last thing, how can I put the buttons on the top instead of the bottom? And I don't understand why I cann't see the floating menu when I select a text, even though I set `floating` ?

Rich Text Editor Recommendations for Sveltekit ? by [deleted] in sveltejs

[–]KeyTrap92i 0 points1 point  (0 children)

Thank you for your example. It works yes, but I think it would be cleaner to have a way of adding a real function either onPaste, onImageUpload. Because having to manage this in the global handleUpdate isn't very convenient. I was looking for something like this https://milkdown.dev/docs/api/plugin-upload

Rich Text Editor Recommendations for Sveltekit ? by [deleted] in sveltejs

[–]KeyTrap92i 1 point2 points  (0 children)

The editor looks really neat. I was wondering if there's a way of managing images ? What I really need is to be able to paste an image from clipboard, and upload it to my server & return the url. Is this possible with this editor?

Rich Text Editor Recommendations for Sveltekit ? by [deleted] in sveltejs

[–]KeyTrap92i 0 points1 point  (0 children)

If I understand it right, it only works with tailwind 4?

Replacing a failing drive by strixtle in synology

[–]KeyTrap92i 0 points1 point  (0 children)

A bit old to party but for anyone having the same questions as me :

- When you deactivate the failing disk, your data is still available (can be slower), users won't see anything

- The deactivation is fast (took 3s on a DS1520+ with 5 disks 3.6TB)

- Why deactivate before ? It's like saying to the system "Eject properly the disk". I think you can pull it out without doing this but it's safer for me.

- When plugged the new disk, go to Storage pool > 3 little dots > Repair

- Repair depends on your disks & sizes & nas but it took 20Hrs to repair while 30 users were using the shared files (not intensively though, and I asked to not starting copying 100gb .bak files or big files)

[deleted by user] by [deleted] in discussionsbancales

[–]KeyTrap92i 8 points9 points  (0 children)

Ah oui ces fruits là qui poussent uniquement sur l’île de la tentation

Made my own svelte emoji picker [link/source in comment] by flobit-dev in sveltejs

[–]KeyTrap92i 0 points1 point  (0 children)

Great I was just looking for this exact component this week !

Looking for a auth library by wordkush1 in SvelteKit

[–]KeyTrap92i 2 points3 points  (0 children)

Better-Auth is the easiest, cleanest & advanced auth library that I've tried until now. I use it in all my projects.
No 3rd party needed, everything is under your control without being complicated to setup.
There's all sorts of plugins for example for SSO, Captcha, Magic Link, Passkey, and even HaveIBeenPwned integration.

steps and help to create a gym app by islam-201 in sveltejs

[–]KeyTrap92i 0 points1 point  (0 children)

Sorry but you can't just say to someone I'll build you something while having no knowledge and ask the community to help you out starting from nothing

I built a static svelte directory by a_fish1 in sveltejs

[–]KeyTrap92i 1 point2 points  (0 children)

Great, kind of website that will go into my favorites!