Marvin Hagemeister

Results 233 issues of Marvin Hagemeister

Absolute paths inside a CSS file are not resolved against `root` and miss the `?asset` search param. Repro: ```css @font-face { font-family: "MyFont"; src: url(/assets/fonts/my-font.woff2) format("woff2"), url(/assets/fonts/my-font.woff) format("woff"); font-weight: 400;...

bug

Reported via slack: > When I import useLocation from preact-iso directly and use it, it always gives an empty object {}. But when imported from preact-iso/router, it works perfectly. Looks...

bug

This PR implements basic filesystem-based routing. No loading mechanisms or that are included, just the routing. TODO: - [ ] Add tests - [ ] Bikshed on `wmr:fs-routes` vs `@fs-routes`...

Thanks to @danielweck who [found all the places](https://github.com/preactjs/wmr/issues/471#issuecomment-808916935) we need to update to support this 👍 Fixes #471

The current plugin API has served us well as a start, but it's not without its problems. Let's look at the common pitfalls with the current API: 1. Every plugin...

enhancement

Just came across one of our client projects, which uses their own npm registry instead of the official one. By making it configurable via cli-flag like `--registry https://my-registry.com` we could...

enhancement
help wanted
good first issue
reliability

I'm using `wmr` in the test suite for our Preact Devtools extension and I need to verify that it works with a range of Preact versions. To do so I've...

enhancement

Follow-up to #127. Some packages use the `browser` field to rewrite import paths. This is usually done to swap out node-specific code with browser-based code. There is no resolution going...

compat

_I've now spent a couple of hours going through the code of our `npm-plugin`, but still don't have a good grasp on the control flow. On a high level it's...

architecture