Paolo Ricciuti

Results 32 issues of Paolo Ricciuti

If you use gap property on a grid or a flexbox and try to auto-animate a remove it weirdly jumps around. Here's a reproduction in codepen: https://codepen.io/paoloricciuti/pen/YzaRyNV

Added genre page with infinite scrolling to show list of films from a specific genre. EDIT: i've also updated #411 to add the sitemaps for the genre page

example

This PR adds robots.txt and meta tag description to improve on the SEO of web dev measure. It also add an index sitemap and a series of sitemaps for base,...

example

### Describe the bug If a form has an action to another route and you use enhance as per doc it doesn't automatically navigate to the new route. But from...

documentation
forms

### Problem Sometimes when i use the VSCode extension it deletes the content of my en.json to replace it only with the newly added message (or with all the messages...

type: bug
scope: inlang/sdk

### Describe the bug I was creating an "isomorphic component" (basically where you pass `as` and it render the correct html element) and i started experimenting with the typings to...

upstream

We want to use this extension to provide the svelte repl with Vim keybinginds. However we are running into an issue because we need to store the state of the...

Hi, sorry for opening another issue. Finally I was able to make this work with the svelte language server and it works wonderfully. Now while this is already very very...

Hi, i have to implement drag and drop for a file tree and i would love to use this library. However i'm in a bit of trouble because i'm already...

https://github.com/denoland/node_shims/blob/094b9cfa50aac59e7b113816ddd8bbda40493194/packages/shim-deno/src/deno/stable/functions/execPath.ts#L5 I'm trying to build a cli with Deno and cross publish to npm using `dnt` but the cli works only if deno is installed and the above LOC should...