Skip to main content
-1 votes
1 answer
44 views

Problem I'm trying to send multiple files from the renderer process to the main process using Electron's IPC, but the file objects arrive empty. Renderer Process: if (files?.length > 1) { window....
Varelion's user avatar
0 votes
0 answers
32 views

I'm trying to implement data logger using Svelte and SVAR's dynamic DataGrid. Log data array is updated by polling REST API with a given interval (I'm using REST mockup for now). For the first rows ...
ub0baa's user avatar
  • 105
Tooling
1 vote
0 replies
32 views

I'm working with Svelte 4, using VSCode, and I need to find a way to detect circular dependencies in my project. I'm on a monorepo (with npm workspaces) and struggling to make it work with ESLint. ...
Pandorque's user avatar
  • 426
0 votes
1 answer
48 views

I have a contact form with this state: let form = $state({ name: "", email: "", files: ([] as any[]), }); In my HTML I am binding files to my FileInput component: <...
munHunger's user avatar
  • 3,115
-1 votes
1 answer
69 views

I have a fairly large svelte kit tailwind project. I updated all dependencies to latest, including TailwindCSS. My current dependencies are as follows: { "devDependencies": { // ....
Justin's user avatar
  • 1,169
-1 votes
0 answers
48 views

When attempting to reproduce the punchcard graphic from LayerChart documentation, I get the following result: Playground demo [Layer Chart] You set yNice: true but the yScale does not have a .nice ...
h3xStream's user avatar
  • 6,709
Advice
0 votes
0 replies
51 views

Just to prime - The following question is about understanding why automerge, indexedDB adapter and svelte-stores behave in a specific way - I'm not searching for code debug and just put the code in a ...
Markus's user avatar
  • 2,497
0 votes
0 answers
39 views

I’m using Routify v3 with Vite 5 and Svelte, and I’m facing an issue where dynamic routes stop working after saving code changes (Ctrl + S) during development. { "@roxi/routify": "^3....
Shailesh B's user avatar
0 votes
1 answer
50 views

I am trying to render markdown posts fetched from a git repo in my Svelte 4 webapp/blog using mdsvex. The markdown mostly renders correctly, but the ``` code blocks dont render corerctly. The ...
skywizard's user avatar
2 votes
1 answer
56 views

I am working on a simple website, using SvelteKit. For the UI, I use Flowbite-Svelte and some of its components. During early stages of development, I just used the availableFrom property. Now I want ...
Stef1397's user avatar
0 votes
0 answers
65 views

I am using Firebase Authenticatioin in my svelte app. I called getRedirectResult in onMount and if it returns null, then, I call signInWithRedirect and getRedirectResult again. I confirm that the page ...
Jamil's user avatar
  • 3
1 vote
1 answer
50 views

If I have a child component, for example Dialog.svelte, which exports some const values: <script lang="ts"> // Just to illustrate that this is a Svelte 5 component let { title }: { ...
goose_lake's user avatar
  • 1,637
Advice
6 votes
7 replies
354 views

Our current codebase exists as a monolithic .NET application. The many years of legacy has made it difficult for our engineers to make changes and we're looking to Strangler Fig our way out of a Big ...
Jaidiac's user avatar
  • 101
1 vote
0 answers
88 views

This is my unit test: import '@testing-library/jest-dom/extend-expect'; import { render, cleanup, fireEvent, waitFor, waitForElementToBeRemoved, screen, } from '@testing-library/svelte'; ...
dariusz's user avatar
  • 593
0 votes
1 answer
69 views

Reproduction https://svelte.dev/playground/2c859a9c620b4b9a8422c2596df4c209?version=5.42.3 Using Svelte (v5.42.3) and Svelte Kit (v2.48.2) and @tanstack/svelte-query (v6.0.3). If I have the component ...
Fred Hors's user avatar
  • 4,273

15 30 50 per page
1
2 3 4 5
421