Martin Muñoz

Results 10 issues of Martin Muñoz

Referring to https://github.com/jamiebikies/ember-pusher/blob/5c3cd86d9930adfc8115307bc8a2e26f7986d553/lib/ember-pusher/controller.js#L124

[Rendered](https://github.com/emberjs/rfcs/blob/key-functions/text/0321-key-functions.md) Closes https://github.com/emberjs/rfcs/issues/306

Needs Champion
T-framework

Consider the situation where: - Pull requests are built the same way as staging/trying. - The tests pass on a pull request. - The pull request has master as an...

Something like a splay tree or treap that can be easily augmented to e.g. track order statistics.

Had a short hangout with @krisselden and @raytiley. Here's what we discussed. ### High level concerns - Remove test dependency on ember-list-item-view class. - Rewrite sortElementsByPosition to use getBoundingClientRect. -...

It would be useful in CI / automated publishing scenarios to have `cargo set-version ...` optionally (e.g. with a flag) able to bump the version in Cargo.lock. Currently we're relying...

enhancement
cargo-rm
cargo-set-version

If the user renames their account, then the symlinks in the ~/.volta/bin folder may no longer be valid. I didn't run into this issue myself, but a coworker got tripped...

bug

I have a custom element `my-text-input` whose important properties and events mirror that of an ``, e.g. It has a `value` property and dispatches `input` and `change` events. Many of...

The `composed` property determines whether an event that occurs in shadow DOM will bubble to the host element. [Link to MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/Event/composed). In HTML, all form control input events are...

enhancement
good first issue

I'm using the session extension and it would be convenient for me if the docs were available on doc.rs.

documentation