Marvin Hagemeister

Results 233 issues of Marvin Hagemeister

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code None, this is an...

i: third party

# Bug Report We've just release [Preact Signals](https://github.com/preactjs/signals) which are sort of an addon to both Preact and React that allow you to pass an observable object directly into JSX....

Suggestion
Needs Proposal

Reported on Twitter: https://twitter.com/BHolmesDev/status/1572203177952296961

```js // Turns properties into signals const r = reactive({ foo: 123, bar: "hehe" }); console.log(r.foo.value); ``` **Open question:** Should conversion be deep or shallow? ### Pros - Easy to...

enhancement

More of a research task to see if there are other options than duck trying to detect signals, when you **don't** have a reference to the original class. This use...

discussion

We're going a bit back and forth on which runner to use, but in the meantime we can start collecting test cases. This PR adds a simple vite server to...

From time to time a user on discord runs into the issue that text content is always escaped which breaks script tag content. We should have a page in our...

docs

This is a very rough draft for natively supporting view transitions in Fresh. It's inspired by the recent [astro announcement](https://astro.build/blog/astro-290/). I quite like the way they handle the CSS generation...