Devin Weaver

Results 51 issues of Devin Weaver

Email isn't the only thing worth showing the code. With this you can create a DM twitter intent. I tried to keep it simple by having a simple button group...

enhancement

The [small demo](https://ember-datepicker.development.pagefrontapp.com/) returns a `503` (Bad gateway) with `Content-Length: 0`.

This is a rewrite of #2980 for easier peer review. Original: >Using SVG: Use .svg in example instead of .jpg >Add ReadyJack, AnxiousJack and SleepyJack illustrations >The new cats should...

documentation
needswork
basic
actionable

## TODO: - [x] Abstract module loading to a helper function - [ ] Add data integrity checker to the helper function - [x] Add support for other module types...

### Checklist - [x] Using latest version on the [App Store](http://itunes.apple.com/app/id1156707581) - [x] Read the [docs](http://blink.sh/docs/) - [x] Searched for [existing GitHub issues](https://github.com/blinksh/blink/issues) ### Configuration | | | |----------|---------| |...

support

Allow `setupIntl` to have a configuration that will put it into strict mode. Strict mode will error whenever a translation is performs and it is missing. This will allow running...

In GDM modes helpful for documentation I often wish I could show (preview) the implementation of a component, helper, modifier, etc. write some documentation and then show live examples of...

I don't know if this is what others expect or not but… Given the case of nested fields in a fieldset the fieldset can disable all fields within. But the...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I have to remember to call `sinon.restore()` in test cleanup or risk memory leaks and test...

## Reproduction ```typescript const resolvers = Promise.withResolvers(); resolvers.reject(); ``` I don't know how to check for that though.

bug