Marius Gundersen

Results 14 issues of Marius Gundersen

**Describe the bug** When I first import a css module in my tsx file it lists the classes that are in the css file. But when I add a new...

help wanted

It would be useful to have a method for multiplying a mat3 with a mat2d (and a mat2d with a mat3) to produce a mat3.

One potential problem with the described system for poly-packages is that they will have to point their transpilation output to the source of the project. This makes it slightly more...

`Lazy` has 3 modes of operation, but it is missing the mode that would be most useful in LazyCache, namely supporting multi-threading and not caching exceptions. Since that mode is...

enhancement

This makes it possible to supply additional template data to the mustache template file. We needed this for cachebusting the sprites file, but there might be other uses for it...

There is a way to have [non-story exports](https://storybook.js.org/docs/react/api/csf#non-story-exports) in es6 modules, but it's a bit cumbersome. I'm wondering if it would be easier to say that only exports which are...

Since `super()` cannot be called at the bottom of the constructor (see #2), we can't really use baseclass here. An alternative is to use a decorator or decorating function: ```js...

the postcss dependency is very old, it should be updated to a newer major version. It should also be marked as a peerDependency so that the main project can decide...

This issue is created for discussion What are the usecases for this proposal? I think what we want to add is a machine readable stack trace (in addition to the...