Nick Williams

Results 45 issues of Nick Williams

Checkboxes and radios are unique in that they have a default value of `"on"`. If you use property binding, you cannot take advantage of this: ```js html`` // will submit...

I am not able to give this project my full attention anymore, which is doing the lib and its users a great disservice. I am looking for some people who...

Thought I'd gather a rough plan, and list of possible changes, for v1: - [x] drop async behaviour when initialising (#346) - [x] simplify API (#352) - I don't think...

After this change, the following should be possible: ```js import $ from "jquery"; import Headroom from "headroom.js" import registerJQueryHeadroom from "headroom.js/dist/jQuery.headroom.js"; registerJQueryHeadroom($, Headroom); $("header").headroom(); ```

* Doesn't support Angular 2+ (#239) * Doesn't support ES/CommonJS modules (#213, #213) * Maybe doesn't even work as `` tag? (#281)

bug
enhancement

I feel like the pin/unpin metaphor might have been stretched too much. The change would involve the following changes to the public API, in particular the following parts of the...

question

Could we simplify this lib by relying on your `closest` implementation? It seems [the whole of this function](https://github.com/necolas/delegate.js/blob/e7dc1ec8e3dc0fba650bb1b210add6a14022322a/delegate.js#L104-L113) can be replaced with a call to closest? So, [this line](https://github.com/necolas/delegate.js/blob/e7dc1ec8e3dc0fba650bb1b210add6a14022322a/delegate.js#L44) could...

An object that implements EventListener interface (https://developer.mozilla.org/en-US/docs/Web/API/EventListener) has a `handleEvent` method. e.g.: ``` js var obj = { log : function(e) { console.log("event", e.type, "happened on", e.target); }, handleEvent :...

Hey, I'm not sure if this kind of things is outside of the scope of the language (is it "_only_" supposed to add types to JS, or is it an...

question

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

Feature: Want this? Upvote it!
Has Workaround
Resolution: Refine