Jamie Kyle

Results 73 issues of Jamie Kyle

I figure this is probably something that either won't be offered or at least in a limited way for "free" users if that's a thing after the beta. But it's...

Test repo: https://github.com/thejameskyle/test-awesome-ts-loader If I have a file like this: ```ts export interface a {} ``` And I run with these options: ```js { test: /\.tsx?$/, loader: 'awesome-typescript-loader', options: {...

investigate

Simplify the code here a bit and get some reuse: https://www.npmjs.com/package/read-pkg-up

Rich text editors are one of the most common extremely heavyweight components that web apps ship today. They are found in almost every web app that has user generated content...

## Description I'm trying to build some tools on top of Ava's snapshots, but there's a lot of work to read/update them correctly. I was wondering if Ava could expose...

scope:snapshot-management

So there are a lot of different systems for getting the information necessary for changelogs. It would be nice if lerna-changelog could support a variety of different services and systems...

enhancement

I thought I'd give some feedback on how the https://reactcosmos.org could be better, I'm happy to help with some of these items, but better to write them down and discuss...

Hey, I wrote a package a little while back called `pretty-format`. I was wondering if you'd seen it and if there was something it does not do you wish it...

I don't know what you intend the browser support to be for this package, but Google Analytics own browser support is limited to [very modern browsers](https://support.google.com/analytics/answer/3541880?hl=en), and using some modern...

I really like what you've done with regenerator, I've been playing around with some ideas: https://github.com/jamiebuilds/renderator ### `yield ` By leveraging `React.cloneElement()` you can eliminate the extra functions being created...