Enrico Sacchetti

Results 103 comments of Enrico Sacchetti

Yeah I couldn't reproduce it with brand new Sveltelab projects, but it appears consistently when there's a 500 error.

> What Browser and OS are you using @theetrain? From the issue above: Chrome 114.0.5735.198 macOS 12.6.7

I tried it now, but the problem persists. 1. I go to https://www.sveltelab.dev/fna60gnp6v4c07d 2. I open `+page.js` 3. I try typing `console.log` on line 3, but after every keystroke I...

While working on a SvelteLab project just now, I was able to code through 500 errors without losing focus. Something good must have happened ๐Ÿ˜

I noticed today `:empty` works as expected. Per the spec: > In terms of the document tree, only element nodes and content nodes (such as [[DOM]](https://drafts.csswg.org/selectors/#biblio-dom) text nodes, and entity...

I recently started using `content-collections` with mdsvex. This is what a `/src/routes/blog/[slug]/+page.js` looks like on my site: ```js import { allPosts } from 'content-collections' import { error } from '@sveltejs/kit'...

As a workaround, you can safely use a plain HTML `` on your page instead of the form component. The only value provided by the component is it utilizes the...

That's unrelated, but it's on our TODOs: #1384. Feel free to ask small questions on [Discussions](https://github.com/carbon-design-system/carbon-components-svelte/discussions) or [Discord](https://discord.gg/SYjvP8epkM).

A simplistic version of this could be a slow mode schedule based on human-determined "busy hours". For example: beween 9AM UTC to 1PM UTC, set slow mode to 30 seconds....

Other less-aggressive idea; have SlackBot react to messages with ๐Ÿงต before engaging slow mode.