Paul Buschmann

Results 6 issues of Paul Buschmann

### Description I use `[email protected]` which requires me to use a plugin for babel. Important to say is my project is a monorepo with yarn workspaces. ```js // babel.config.js module.exports...

Hi Remix Team, thanks for this awesome library, I really enjoy using it in my side project. I already opened this pull request a week ago and made a mistake...

bug
CLA Signed

Like discussed in [rescript-lang/rewatch#102](https://github.com/rescript-lang/rewatch/issues/102) this PR enables gentype to handle passing of absolute file paths. Instead of manipulating the path to the `.cmt` file it gets the source file path...

Upstream the changes of rescript-lang/rewatch#162

When rendering the theme provider as a client component it seems something different is done inside deepmerge that causes infinite recursion. Repro: inside a client component ```ts "use client" import...

First of all, thank you for this great crate. I use it a lot in my project (for which I made a fork and implemented rescript support, probably not complete)....