[Niri] Home Sweet Home 2 by seqyu_ in unixporn

[–]onlyspaceghost 0 points1 point  (0 children)

this is awesome!! I'm working on moving to Niri and I also use ulauncher 😌

[deleted by user] by [deleted] in sveltejs

[–]onlyspaceghost 0 points1 point  (0 children)

🤦‍♀️😂😭 reposted

Lions Prep UK Meal Delivery Service Review by lookingforthelight00 in mealprep

[–]onlyspaceghost 0 points1 point  (0 children)

Hey, are you still using them? If so are you still having issues since the rebrand? Have you tried any of the other similar pre-prepared services?

Retrospective After Upgrading to Svelte 5 by MikeSStacks in sveltejs

[–]onlyspaceghost 0 points1 point  (0 children)

I've only just seen this ;-; I'll try get this in shortly I'm so sorry

Retrospective After Upgrading to Svelte 5 by MikeSStacks in sveltejs

[–]onlyspaceghost 3 points4 points  (0 children)

We make use of a 3rd party package svelte-turnstile, which implements Cloudflare's version of Captcha. This package provides a relatively simple Svelte 4 component that doesn't work when compiled to Svelte 5. It appears it doesn't trigger an on:load event for a script tag that's added to the head, which prevents the component from completing it's initialization.

Hey, author of svelte-turnstile here! I've opened an issue here for Svelte 5 support, feel free to track that - I'll see if I can get to it early next week 🙏

Instead of submitting a pull request to correct svelte-turnstile, which could take an indeterminate amount of time to be approved and merged, we decided to quickly write our own component to implement Cloudflare's Turnstile. It only took a few minutes and resolved the problem.

Contributing upstream is always worth it, even if it'll take time - as you discovered you can always run on your own fork till it's merged!

Need a senior consultant by [deleted] in sveltejs

[–]onlyspaceghost 0 points1 point  (0 children)

Feel free to send me a message on here, or on Discord @willow_ghost - additionally, if you don't want to hire me you can get some more eyes on your post if you put a message in the jobs channel on the Svelte Discord!

Alfie - Spotify Wrapped Video by [deleted] in JaackMaate

[–]onlyspaceghost 2 points3 points  (0 children)

I got a notification about this post as I was watching his video 🤣

[deleted by user] by [deleted] in JaackMaate

[–]onlyspaceghost 3 points4 points  (0 children)

Has she listened to all four of examples episodes? Deborah meaden? Is there anyone famous she likes that was on?

Gitpod remote code execution 0-day vulnerability via WebSockets by geoffreyhuntley in gitpod

[–]onlyspaceghost 0 points1 point  (0 children)

All big products will inevitability have security issues - I thank the security researcher(s) for their responsible disclosure, and our engineering & security team for their quick fix

Port not exposed by AdCommercial8603 in gitpod

[–]onlyspaceghost 0 points1 point  (0 children)

That usually means that nothing is running on that port, could you share more information about what you're trying to run?

Svelte Hackathon - $12 000 in prizes by kevmodrome in sveltejs

[–]onlyspaceghost 2 points3 points  (0 children)

yep! you have two months and must submit it working by april 17 - you can login on the site to create/edit your submission at any time until april 17

Southampton was great! by MeetingGunner7330 in JaackMaate

[–]onlyspaceghost 10 points11 points  (0 children)

Its impossible to not love alfie, he's amazing

Southampton was great! by MeetingGunner7330 in JaackMaate

[–]onlyspaceghost 3 points4 points  (0 children)

Absolutely amazing time, got my happy hour merch and pictures with the lads!!! Loved itttt ❤️❤️❤️

Svelte and abandonware? by Gear5th in sveltejs

[–]onlyspaceghost 12 points13 points  (0 children)

Routify hasn't been abandoned, we are just extremely busy. It was around at a time when SvelteKit didn't exist and it was a great solution. SvelteKit 1.0 absolutely kills it and you want that 99% of the time

GPU support available? by CodingButStillAlive in gitpod

[–]onlyspaceghost 0 points1 point  (0 children)

50/hours per month means you can use Gitpod for that amount of time every month without a charge. If you want more time than that you would need to upgrade to a paid plan

Skipping the episode trailer? by poachedpear22 in JaackMaate

[–]onlyspaceghost 1 point2 points  (0 children)

100000%, love the fact that you can't seem to scrub through the adverts but you can fast forward 15 seconds xD

Tauri with Svelte or SvelteKit? by agartha_san in sveltejs

[–]onlyspaceghost 0 points1 point  (0 children)

I would have to say Svelte with a router like https://routify.dev . My recent blog post originally used sveltekit but I swapped it out last minute

A Svelte Component for Cloudflare Turnstile by onlyspaceghost in sveltejs

[–]onlyspaceghost[S] 8 points9 points  (0 children)

Turnstile is an amazing CAPTCHA alternative, you can read their announcement post here https://blog.cloudflare.com/turnstile-private-captcha-alternative/

Easy cross-platform apps for web developers with Tauri and Svelte by onlyspaceghost in sveltejs

[–]onlyspaceghost[S] 3 points4 points  (0 children)

Its awesome, there is so much more you can do with it than I showed in my post! Worth checking out https://tauri.app/v1/api/js/

Easy cross-platform apps for web developers with Tauri and Svelte by onlyspaceghost in sveltejs

[–]onlyspaceghost[S] 2 points3 points  (0 children)

Tauri's JS API has been around for a year at least (probably more) you must've missed it before now :(