Doug Moscrop

Results 77 comments of Doug Moscrop

Hi, I would welcome some PR but I don't really use Angular anymore so I don't really plan to do this work myself.

I don't do much front end dev these days, but my team has been using Polymer!

Interesting - the browser like auto updates the image every time a new part is received? Supporting it here would probably depend on what's available from Angular?

Hey, sorry I merged other PRs, can you rebase?

If you're trying to generate an esm bundle with cjs sources, createRequire() could be used in a banner Consider an entrypoint, `ulid.js` like: ```js import { ulid } from 'ulid'...

I'm certainly just an end user here but I figured that if redaction can be done fast, readacting based on target log level could be done fast too. You might...

I'd love to, not sure I have the time right now, but I will keep it on my list!

I've often thought that plugins ought to have configuration passed to their function, not their constructor. Even as it stands, what plugins get during ctor isn't entirely reliable/full, at least...

Hi! Serverless Cloud only performs transpiling of your sources, it doesn't actually use tsc - that said, I think we could probably accomodate `~` as a custom prefix for saying...