Dovydas Stirpeika

Results 4 comments of Dovydas Stirpeika

In case somone wants an out of the box solution: [exer-h](https://github.com/Giveback007/exercism-helper) ![screen-1](https://github.com/user-attachments/assets/b4523d0d-bf78-4a10-9cd9-590491cce711) It's a small wrapper for the official exercism cli. Hope it helps.

This is also an issue for me. I'm using a SvelteKit app with adapter-static and encountering routing problems. My setup: - SvelteKit app with adapter-static - Fallback: 200.html (can't use...

This guide resolved my problem (I only adapted it to my usecase): https://billyle.dev/posts/fix-missing-404-pages-for-coolify-static-site-deployments Essentially you'll have to dockerize your app: ### Dockerfile ``` Dockerfile ARG NODE_VERSION=22.8.0 ARG PNPM_VERSION=9.10.0 FROM node:${NODE_VERSION}-alpine...

What is the overal status of this? I would love to use the library for an upcoming project, and tailwind css is how we are building all our UIs.