Drew McLellan

Results 32 comments of Drew McLellan

Yes, I'd be interested to see a PR for that.

Thinking about this further, if we're adding `$parameters` to the contractor, would it not make more sense to add `$parameters` to the method calls too? Rather than just `$timeout`?

The purpose of the library is to ferry the messages back and forth. Processing the response is up to you. It might be a nice idea to build a library...

I'd be keen to see this implemented, as I'd like to able to make `webp` images available where the browser supports, and for that I'd need to use ``.

That's an interesting idea. What sort of projects need that ability?

One of the big benefits of Morse is dealing with situations where you aren't in control of the dependancies. e.g. if you know that your code will often be used...

Here's a potential real-world usage example: https://github.com/michelf/php-markdown/blob/master-stable/markdown.php#L70

Potential issue I've noticed is that I'm mutating the `title` prop, which of course I shouldn't. Were this not a functional component, I'd add a `computedTitle` computed value. You'd mentioned...

The `import()` method only reads the first 4096 bytes of each line from the file. If a line is longer than that (and the export will produce lines longer than...