Brenton Simpson

Results 135 comments of Brenton Simpson

You can get the author of the most recent commit with ``` git log --format="%aE" -n 1 ``` We could have a simple lookup table in `circle.yml` (or somewhere in...

@benlesh Can you speak more to why the `subscribe(observer)` signature isn't valid? That's how all the observable implementations I've seen currently work, but they aren't written in C or Rust.

Thanks for the clarification. It's interesting to me that TC39 and WHATWG both have the ability to add JS APIs, but with different constraints. The TC39 proposal [decides what to...

The biggest thing I see missing from this proposal is an official way to use userland operators. @benlesh, do you think `pipe` is ready to be included? To the question...

Not to bikeshed, but the name of that method seems to keep flipping between `do` and `tap`. I don't know the reasoning for the changes, but I suspect `tap` is...

@johanneslumpe Agree that the information architecture is a bit wonky. I think I originally learned `Subject` has a value, so I think of the other as `MemorylessSubject`, but that doesn't...

Thanks for contributing! I'd like to see more context. Were there issues you were running into that led to these changes? Can we separate them out into individual pieces (e.g....

Sounds like `yarn workspaces run gitpkg publish` is what you want.

Curious what the story will be for the mobile web: - Can an author place the controls iframe and toggle its visibility? - Should we build a prepackaged mobile web...