Matt Felten

Results 23 comments of Matt Felten

I got around it by following [this guide](https://www.detroitlabs.com/blog/2018/02/28/adding-custom-type-definitions-to-a-third-party-library/) for creating your own typings file for third-party modules, but it'd be great if this was already included.

Sure. I added `./.types/react-storybook-addon-props-combinations/index.d.ts` that only contains ``` declare module 'react-storybook-addon-props-combinations'; ``` And then made sure that the `./.types` is being loaded in `tsconfig.json` as a typeRoot. The link I...

Any progress on this? I'd love to not have to manually add release notes to GitHub Releases

I do see there's the `bot-list` package that does include dependabot among others, but I'm not sure how that should be used.

With the `from` and `useVerion` options merged, is there a built-in way to do a hotfix? I just had to make one today and opted to do it painfully manually....

I got some code working right now based on the `:before` / `:after` but adding `value` and `placeholder` attributes. It took a bit of hackery so tweak to your own...

Seems that [select2](https://github.com/select2/select2) is still being maintained. Might be a decent replacement. The other two libraries I knew of seem to be deprecated now. Imagining a lot of jQuery plugin...

Are we able to replace this with a react library? I was assuming we had to use a jQuery plugin.

How does this work with, let's say, a Jekyll site? Basically where everything would need to be mapped to a `_build` dir including images. I'm assuming it would be something...