Vernon de Goede

Results 15 issues of Vernon de Goede

Hi there, I installed this bundel in my Symfony2 2.6.9 project. I set everything up according to the README. However, when I want to test the way Google renders my...

Same problem as https://github.com/spree-contrib/spree_mail_settings/issues/33... Adding this Gem to Rubygems allows passing a Gem version, which is way better than specifying a Git revision.

At this point there's no option to assign a `Spree::Store` to a `Spree::StockLocation`. Variant quantity will be checked for a `Spree::StockLocation` which is assigned to the current store, so a...

It would be nice if all `spree_mail_settings` would be added to Rubygems.org. Right now, installing this Gem via Github will result in dependency conflicts: ``` Bundler could not find compatible...

We would like to show code samples showing how the pagination works for our various API clients to [the Pagination guides](https://github.com/mollie/api-documentation/blob/master/source/guides/pagination.rst). To do: - Add example on how to navigate...

We currently don't use the search functionality which comes with Sphinx by default. We should either: 1) Use [Algolia DocSearch](https://community.algolia.com/docsearch/) 2) Keep the default Python OpenSearch functionality I'd prefer to...

enhancement

We should publish our build to the NPM registry after pushing a new Git tag. This can be easily done using Travis CI: https://docs.travis-ci.com/user/deployment/npm/

We should consider adding certain context components which make it even easier to write stories. Context components could be simple helper components. Some examples: - `` - `` - ``

Currently the `getKnobFromProps` functions doesn't support displaying nested objects. We should improve this method and make the Knop manageable.

We should save the selected tab and focus on this tab again whenever a user switched route. The selected tab is currently saved as local state, while we should save...