Paul Bouchon

Results 8 issues of Paul Bouchon

It can be tedious work with stubbed / mocked functions. Jasmine and others include a [spy implementation](https://github.com/pivotal/jasmine/wiki/Spies) to make this easier. Chai has a separate plugin for this at https://github.com/chaijs/chai-spies....

enhancement
effort-medium
priority-medium

The current test suite doesn't mock any endpoints during unit testing. Instead, they either hit real endpoints or skip request entirely. We should be setting `nock.disableNetConnect();` in the unit test...

enhancement
good first issue

We should verify what happens to controllers when connectivity goes down and make sure they can resume peacefully. Is this something we handle higher up int he stack, like at...

enhancement

**Type:** feature The following has been addressed in the PR: * [x] There is a related issue * [x] All code matches the [style guide](https://github.com/dojo/framework/blob/master/STYLE.md) * [x] Unit tests are...

**Type:** bug The following has been addressed in the PR: * [x] There is a related issue * [x] All code matches the [style guide](https://github.com/dojo/framework/blob/master/STYLE.md) * [x] Unit tests are...

**Bug** The `ChipTypeahead` wraps its input to a new line instead of keeping this inline with the actual chips. This worked prior to the changes introduces as party of #1697....

We should improve the theme tutorial to add a page that details why theme extension would be used and how it can be achieved using `composes`. See dojo/widgets#277 for more...

help wanted
Tutorial
good first issue

We should create a tutorial that addresses the following patterns and discusses when they should or shouldn't be used: 1. Extending a component and overriding an [off-loaded render helper](https://github.com/dojo/widgets/issues/316) 2....

Tutorial