Robbie Cook

Results 7 issues of Robbie Cook

`setext` format is not as commonly used as `atx`, and I had no idea it existed. Can we change the example demo to ```js const turndownService = new TurndownService({ headingStyle:...

## Expected Behavior The README should have a reference to the `command.publish.allowBranch` option in Lerna. ## Current Behavior At the moment, it is not clear anywhere that the allowBranch option...

It would be great if we could get some types for this package, under @types/sticky-sidebar. This would make this package compatible with typescript! Thanks!

It would be great if we could have a custom wrapper for a single component if we want. I think others would be interested in this too. In traditional storybook...

I think that https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_one.xml has Azerbaijan's currency wrong. See: https://en.wikipedia.org/wiki/Azerbaijani_manat

This PR should be able to allow people to use extensions with multiple `.`s in them. This PR passes all tests, and should hopefully not break anyone's existing code. The...

Steps to reproduce: 1. Add plugin to babel config: ``` [ 'file-loader', { name: '[hash].[ext]', extensions: ['module.less'], publicPath: '../public', outputPath: '/dist/public', context: '', limit: 0, }, ], ``` Note that...