Matt Wistrand
Matt Wistrand
I have a package that utilizes Globalize.js, and is intended be used in either a CommonJS (Node) or AMD (browser) environment. While it is easy to load everything I need...
When initializing a grid that mixes in both `dgrid/ColumnSet` and `dgrid/extensions/ColumnResizer`, specifying a `width` property on any column definition object results in an error being thrown from [ColumnResizer.js](https://github.com/SitePen/dgrid/blob/master/extensions/ColumnResizer.js#L250): `Uncaught TypeError:...
**Enhancement** Dojo currently uses [Globalize.js](https://github.com/globalizejs/globalize) for the bulk of its internationalization/localization functionality, but at this point `Intl` is well-supported and robust enough that it can handle most use cases. For...
**Bug** `eject` is currently treated as a command rather than an operation on commands, and as such any given command's `eject` method is passed a unique `Helper` rather than that...
Once dojo/cli-build-app#96 is resolved, we should create a tutorial demonstrating how to develop offline-first applications. This involves creating a web app manifest, a precache manifest, as well as custom route...