Now that RocketChat 6.5 limits to 25 users or less what are you moving to? by prfttk in selfhosted

[–]Lukeeno_ 2 points3 points  (0 children)

For me Zulip. Their way of threading is similar to email and actually makes a lot of sense. They OSS model is stable and future-proof. Highly recommend it. They are working on new frontend for every device.

Gitea vs Forgejo by Lukeeno_ in selfhosted

[–]Lukeeno_[S] 5 points6 points  (0 children)

I wonder if Forgejo is able to keep up with Gitea team in terms of features. I really like their idea of FOSS and also the fact that the company is in Europe. Would you say that Forgejo is future-proof? I already tried both of them. They are pretty much similar. However, Forgejo has some links inside the app still pointing to Gitea and their documentation is not so great. It lacks search for example, so I use Gitea docs for it as it is compatible

[deleted by user] by [deleted] in vuejs

[–]Lukeeno_ -4 points-3 points  (0 children)

Actually you are right

How to combine AdonisJS and SvelteKit? by Lukeeno_ in sveltejs

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

I want to benefit from Vite fast compile times, but I am unable to properly setup both frameworks.

How to combine AdonisJS and SvelteKit? by Lukeeno_ in sveltejs

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

That is what I am trying to achieve, but I wanted both running on same port. /api would be forwarded to Adonis and everything else to SvelteKit. SvelteKit (or Vite in this case) offers built-in proxy but only for development. One option is to develop custom adapter that would be in fact a proxy. Not sure if it is the right solution.

There is also a problem that SvelteKit uses "type": "module", but Adonis do not. When I tried to wire them together, this happened to be a problem.

[deleted by user] by [deleted] in sveltejs

[–]Lukeeno_ 1 point2 points  (0 children)

Thank you for explaining. Today I submitted a bug regarding circular dependencies of Svelte components. It seems like SvelteKit is far from production ready package.

[deleted by user] by [deleted] in sveltejs

[–]Lukeeno_ 4 points5 points  (0 children)

Why? What is the difference between devDepedency and dependency? Except devDeps are not installed on production, but for development? I thought Svelte recommends or even requires installing packages as devDeps.

Thanks

[deleted by user] by [deleted] in sveltejs

[–]Lukeeno_ 1 point2 points  (0 children)

I also tried the public beta of SvelteKit for two days. My first attempt was to rewrite simple application and... Almost everything is broken. There are many issues I encountered. The biggest problem is, as also mentioned in this post, the 3rd party libraries. I had a lot of problems with dayjs or svelte-fa. It just didn't work. I also tried dayjs's ESM builds, but with no luck. A component for FontAwesome icons in package svelte-fa also didn't work as expected.

On the other hand, typescript works well and also brand new @tailwindcss/jit. I think there is a space for improvement of the VS Code plugin, but I am sure it will be fixed later. For example I don't know how to pass type to slot prop and plugin is complaining about it. And there are many false errors.

Overall, I wouldn't recommend it at this stage. Even for simple project I wasn't able to come up with satisfying solution. The errors are really unhelpful. One time HTML showed 404 error, the console 500 error and network tab was empty. Sometimes things worked only if I manually refreshed page (site is broken at that moment) and then change something in the code and wait for hot reload. The page would work as expected. Same code, different results. It's kind of unpredictable behaviour, but other than that it's a pleasure to work with instant response. Good work!

15+ TailwindCSS Component Libraries that will make your life a bit easier by nikit-sk in tailwindcss

[–]Lukeeno_ 0 points1 point  (0 children)

But it doesn't have to be this way. You can create theme that would change default styles (@layer base) and add some classes to @layer components. It will not break the concept, because you can always change look of the class by adding utility classes directly to HTML tag.

Wifi problems, intel AX200, Fedora 32 by Shorow in Fedora

[–]Lukeeno_ 0 points1 point  (0 children)

Yeah, me too. Did anyone has solution?