Sylvain Cau

Results 5 issues of Sylvain Cau

Hi, I'm having an issue where, if a page contain a tailwind class `hidden sm:block` on an element and the page also contain an island that also uses the hidden...

Version: Deno 1.40.4 Providing a jsr address of a package, I would expect `deno install` to infer the name of the executable as the package name, in the above example...

### Lint Name deno-lint(constructor-super) ### Code Snippet ```ts class Base { #name: string #index: number constructor(foo: { name: string, index: number }) { this.#name = foo.name this.#index = foo.index }...

bug

### Problem description gzip compression seems random. Some files are sometimes served un-gzipped when they should, based on https://docs.deno.com/deploy/api/compression ### Steps to reproduce - go to https://fresh.deno.dev/ - In devTools,...

I use tailwindcss and often end up sometimes with lots of classes in my either .svelte files or .html files. To make them more readable and compact i structure them...

bug
deno fmt