Marvin Hagemeister

Results 233 issues of Marvin Hagemeister

### Steps to reproduce **Tell us about your environment:** * Puppeteer version: 10.2.0 * Platform / OS version: macOS Big Sur 11.5 * URLs (if applicable): https://login.tonies.com/legals/terms-of-service * Node.js version:...

bug
confirmed

This PR enhances htm's parser to detect and ignore JS-style comments, similar to JSX. ```js // Multi line html`` ``` Fixes #213

Single line comments in the opening tag seem to break `props` parsing. The rendered `vnode` will only receive an empty object as props. ```jsx html`` ``` **Actual Behavior** ```js //...

**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behaviour?** Just noticed that on https://github.com/preactjs/preact-www/pull/338#issuecomment-515845394 that some files have the exact same content,...

bug
help wanted
upstream

Our React compatibility layer for Preact has moved to the [main repo](https://github.com/preactjs/preact/tree/master/compat) and can be imported via `preact/compat` (note the slash). Please file all issues with the compatibility layer there....

Just stumbled on this library and it's amazing, even more so it's gzipped size! my workflow complety revolves around npm and I think I'd be great if NodeList gets published...

This PR is a rewrite of the way we handle node modules and fetch them from the npm registry. - Add support for `browser` field in `package.json` - Unify `development`...

**Describe the bug** Due to environmental API differences between Web Workers and Node's Worker Threads there are a bunch of undefined global variables that the Web Worker API expects. Things...

bug

This is reproducible with a plugin which just delays a particular file.

bug