Jonathan Pollak
Jonathan Pollak
The webp format support animated images, similar to animated gifs, but from my initial testing using `convert?type=webp` on a gif does convert it to webp, but not an animated one....
From the documentation I see that `formatFiletypes` can take an array of formatters for each file type, but from a very cursory reading of the code it seems like they...
### Describe the feature you'd like to request With pnpm (and possibly other package managers too), every time a new workspace package is added, the lock file changes and the...
**Type**: Discussion #### Description Manually managing permission for the publishing of individual packages on npm is annoying and error prone, as illustrated by [#698 (comment)](https://github.com/rofrischmann/fela/issues/698#issuecomment-481367292_). Basically the person who first...
**Type**: Feature ------------------- #### Description With React's concurrent mode expected to soon be released in production releases, combined with streaming SSR, our current approach of populating style tags in the...
I would be very useful if it were possible to define anchors for stacks, same way you can do with flexbox in css with `justify-content` and `align-items`. This can be...
Since the filename pointed at by `default` and `import` (`empty`) is not identical to the filename of the `d.ts` file (`index`), the top level `types` field is not enough when...
I'd like to be able to nest sections. Say i have `Foo` section, using BEM in my css, I'd like to be able to group all of foo's modifier classes...
JavaScript and TypeScript files seem to only show jsx elements in the outline. For example, with the following: ```tsx const foo = 'foofoofoo'; function bar(baz: string) { return `"${baz}" is...
It would be very useful to be able to associate an item with several groups. Basically, I'd like to be able to do something like this for a function that...