Rasmus Schultz

Results 160 issues of Rasmus Schultz

I was going to comment on #461, but the issue has been locked, so I'm opening this. I'd suggest a much simpler change: give access to anyone with an e-mail...

Per #34 you can manually exclude files/folders from analysis - this is time-consuming, impractical for existing projects, and places meta-information about the API and source-code in a tool-specific configuration file....

enhancement

I only tried the image zoom and splitter demos, but neither of these work on mobile, and probably won't work on tablets. The whole project likely needs testing and optimization...

documentation

I'm fetching data from an external API, and these requests can take 3-5 seconds to complete. The information I'm getting from this API is secondary content for the page -...

Should we add support for the class-based `Component` API? This *could* also be implemented as a separate package - and, interestingly, would work with React/Preact as well, enabling them to...

I'm wondering about this example in the README: ``` // Async actions can be pure async/promise functions: async getStuff(state) { let res = await fetch('/foo.json') return { stuff: await res.json()...

The [text-anchor](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/text-anchor) attribute appears to be unsupported - it can be manually changed via "view source", but there's no UI for this property.

Just wondering, will this capture `document.write()` statements? A lot of embeds and other snippets issue `document.write()` injections synchronously in head or body during page-load. I'm wondering if `MutationObserver` would pick...

question

In this example, I didn't explicitly close a couple of `` elements: https://codesandbox.io/s/vigilant-goodall-hqh8u That is, `` and other HTML void elements seem to require a trailing slash, e.g. `` -...

enhancement
question

In my opinion, the diff reporter really needs to work better for JS values and not just JSON. I know you closed #121 as "won't fix", but diffs being constrained...

bug