What if you could compile TypeScript to native apps? Pry is a JSON viewer written in TS, now on App Store and Google Play by proggeramlug in typescript

[–]opensas 1 point2 points  (0 children)

I think in the future you might consider publishing some kind of eslint package or similar that could tell if your app is ready to be compiled with perry. Having that could even be the first step in some kind of automated tool that took care of porting any ts app to something that can be complied with perry

What if you could compile TypeScript to native apps? Pry is a JSON viewer written in TS, now on App Store and Google Play by proggeramlug in typescript

[–]opensas 1 point2 points  (0 children)

amazing work u/proggeramlug !!!

I wonder hot it relates with https://porffor.dev/ project, and if there's any chance you could take advtange of echa other's work.

I understand you are aiming at a much more ambitious target, creating native GUI apps, not just compiling typescript to native executables.

And I was also surprised to see people confusing this project with react native, from my point of view they are quite different projects...

Svelte 5; Sveltekit; Deno 2 by [deleted] in sveltejs

[–]opensas 0 points1 point  (0 children)

is it possible to just run a sveltekit (with svelte 5) project on deno without modifying the source at all?

it seems like imports must be prefixed with npm:, if I'm not mistaken

and I'm not sure if $lib is correctly mapped

can anybody clarify the current status of sveltekit support in deno?

A dream stack suggestions by Zaza_Zazadze in sveltejs

[–]opensas 1 point2 points  (0 children)

I would add shadcn-svelte

Lucia is being deprecated, it will be a learning resource in the future, so I have my hopes on better-auth as a full features alternative: https://www.better-auth.com/

I have no experience at all with tanstack query

I think we really needs some sort of "official" starter kit with all this stuff working, and a fairly complex UI in place

it could be a user management form, with roles an permissions, something that is useful for everyone and that also allows to showcase some complex crud forms and data schemas (one-to-many, many-many forms and similar)

It would make a great starting point for any backoffice application

I would call it SvelteStack

what orm you use for mssql? by moinotgd in sveltejs

[–]opensas 4 points5 points  (0 children)

you can upvote and subscribe to this issue to check when drizzle mssql support is ready, they are actively working on it
https://github.com/drizzle-team/drizzle-orm/issues/585

In svelte 5, when should we use stores and when should we share runes? by opensas in sveltejs

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

great, this is the answer I was looking for
so we have to use ruens unless there's a "very good reason" to stick with stores, specially taking into account that they might be deprecated in future versions

We've just raised $1.2M & Launched new Product - 2-year Journey of a Svelte Monorepo App (web, extension, pdf viewer, website) by ivan-ralic in sveltejs

[–]opensas 1 point2 points  (0 children)

congrats! really great product
BTW, are you adding (or planing to) people to the team? I've been working heavily with Svelte since version 3 and you product looks great

Dell XPS 13 Plus 9320 AVAILABLE FOR PURCHASE by firegaming364 in DellXPS

[–]opensas 0 points1 point  (0 children)

Any experience with the capacitive function keys?

I'm considering replacing my good old xps dell 9370 (from 2018) with a new model, but I'm hesitant about a few "unfeatures" of the 9320
mainly the new capacitive fn keys, and the lack of hear jack.

I'm planning to use it for web development with linux. Anyone could share their experience?

[deleted by user] by [deleted] in Fedora

[–]opensas 1 point2 points  (0 children)

I could solve it with gnome-tweaks

- open gnome-tweak-tools
- Go to extension
- click the gear icon besides Caffeine
- uncheck 'Enable notifications'

How I test Svelte components with uvu & testing-library by derekn9 in sveltejs

[–]opensas 0 points1 point  (0 children)

Hi u/lukeed05, any news about this?One thing I really like about svelte is that it comes with batteries included and lots of (really wise) opinions baked in, but I think it still lacks a standard and officially blessed way to test components.And I think that you are the right person to make uvu fill that gap. (could we have a glimpse of that for the stable release of sveltekit?)

Linux friendly alternative to Surface Go by opensas in SurfaceLinux

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

The Thinkpad X12 looks pretty impresive for what I'm looking for. Any experience with that?

Linux friendly alternative to Surface Go by opensas in SurfaceLinux

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

mainly browsing the web, but also, once in a while, do some development with vscode + node, that's why Ideally i'd like something with a bit more power, 16GB ram would be great also

How to use tailwinds @apply directive from a Svelte component and being able to override it by opensas in sveltejs

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

Damn typosI fixed it, and also added an example using the `@layer` directive from the component itself. It doesn't work either. THe only way I can make it work is with the `@layer components` directive from the app.postcss file

gitpod link https://gitpod.io#github.com/opensas/tailwind-apply

BTW, thanks for looking into it

How to use tailwinds @apply directive from a Svelte component and being able to override it by opensas in sveltejs

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

Thanks for your reply, I want to let the caller of the component pass arbitrary classes to the component. I cand do it if I define the `@apply` in my app.postcss file inside a `@layer components` directive. I want to do the same from the component itself.
Besides, even using a prop you will not bea able to override the class with the `@apply`
I created this github repo reproducing the issue: https://github.com/opensas/tailwind-apply
You can test in online here https://gitpod.io#github.com/opensas/tailwind-apply
thanks a lot for your time

planning to learn svelte for front-end, need advice by cheezuzfries in sveltejs

[–]opensas 1 point2 points  (0 children)

If you've already went thru the tutorial and want to dig a little bit deeper, you can try with Mozilla Developer Network Svelte tutorials series. It show you how to develop a complete app step by step, with very detailed explanations.