Enrico Sacchetti

Results 103 comments of Enrico Sacchetti

Similar to `Apps > bookmark`, it would be nice to have an `Apps > warn` shortcut (command and/or 'apps' link) to do all of the following: * Have Svelte Bot...

* FAQ feature; similar experience to `tags create`: produce answers to frequently asked questions so that Svelte Bot can respond in-channel/thread. An FAQ entry contains both an `answer` and a...

- When someone with a `threadlord` role adds a 🧵 emoji to a message, a thread is automatically opened at that message.

An issue that was triaged as a bug shouldn't get marked as stale and then closed.

Maybe consider removing the stale GitHub action and opt for manual triaging and roadmapping instead. Or set `days_before_close` to `-1`. https://github.com/oxsecurity/megalinter/blob/2e057ee330278ced6642908470ddb4b19488e2b5/.github/workflows/stale.yml#L37 Reference: https://github.com/actions/stale?tab=readme-ov-file#days-before-close

On a related note, how would we declare Svelte 5 props as deprecated? The only way I know today is to make a separate `types.ts` file and export an interface...

You could place a 'copy' button adjacent to the input, similar to the "URL" label in your example. I believe the common expectation for a readonly input is to be...

The reason I raise this is because `title` is problematic for a few reasons: - it's only visible on mouse hover, and never on touch devices - the size of...

> That it was recommended because there was no text, so for screen readers to read, the title was a good addition. Can you provide a link to the resource...

The teardown argument makes sense; alongside the dependency tracking issue. Perhaps my second proposal may be the path forward. - In `@attach` docs, mention async functions won't have their dependencies...