Rasmus Schultz

Results 160 issues of Rasmus Schultz

1. You can't actually test for existence of `console` in global scope by just doing `if (console)` - this would error. I've corrected it to test with `typeof console !==...

Thank you for this excellent reference! It's great to have this resource, and it's very well written and easy to understand. There is one issue, which I find very controversial...

This library looks pretty solid 😃👍 I was wondering how come this isn't at 1.0 yet? Presumable it's stable? And it appears to be very complete. The only thing I'd...

Finally, a lightweight implementation of transition-groups. Nice! :smiley: I'm particularly interested in transitions to indicate adding/removing items, and have always thought the best way to indicate this was simply to...

I'd like to propose adding support for optional server-side aggregation of the logs. I'd suggest a very simple addition to the extension. It currently looks for the data embedded in...

Adds an `X-Chromelogger: 1` header to outgoing requests, for tabs with ChromeLogger enabled. Closes #8

It appears that, with the Chromelogger extension enabled, Google Groups does not work - for example: https://groups.google.com/forum/#!forum/comp.lang.php I get the Google Groups header, but no actual content on the page....

This test fails with a cryptic error message: https://jsperf.com/array-search-sets ReferenceError: result is not defined. Tests always seem to fail whenever I use modern keywords like `const`? Or is this because...

I noticed an important difference between `render()` in Preact 8 vs current beta 10. With 8.4.2: https://jsfiddle.net/mindplay/4Lebz2x1/1/ With 10.0.0-beta.2: https://jsfiddle.net/mindplay/hxnr23jL/5/ As you can see, with the current beta 10, the...

question
discussion

The official provider packages are pretty inconsistent on code style and naming conventions. For example, in the GitHub adapter package, the implementation of `ResourceOwnerInterface` is referred to as `GithubResourceOwner`, while...

enhancement