Dan Levy

Results 48 issues of Dan Levy

I wanted to float an idea to take advantage of additional benefits from destructured object param function signatures... But first I want to include my thoughts on the pattern. Here's...

This is a proposed change related to #984 And my comments/examples here: https://github.com/petkaantonov/bluebird/issues/984#issuecomment-328633367 ## API ```js Promise.thenIf(condition(value), ifTrue(value), ifFalse(value)) ``` #### Defaults * `condition`, echo/truthy function: `(x) => x` *...

Hey @spion @petkaantonov @benjamingr et al. I wanted to see if I can add some more useful docs/content 😇. I've been meaning to write up this guide ["Escape from Callback...

docs

After using my original example (#440) a bit more in production, I've found it super handy to be able to pass in config overrides per test file. ## Description Now...

- [x] Add provider names enumeration. - [x] Limit OAuth versions from `number` to `1 | 2`

I've added initial support for a [basic `tag browser` on my blog](https://danlevy.net/tags). I was wondering if @greglobinski (or anyone else) was interested in making this an option in the theme?...

Added accessibility related attributes to the TopMenu.js.

Add rich media demos!

help wanted
wontfix
task

Add info on folder structure, start small, add more complex stuff to the examples folder. Or maybe do a wiki page on suggestions/thought process. ![image](https://cloud.githubusercontent.com/assets/397632/26765614/89940a6e-493c-11e7-806c-1bd7295291d3.png)

enhancement

Using methods from http://reactivex.io/documentation/operators/flatmap.html and

enhancement
help wanted