Michael

Results 21 issues of Michael

## Description Adds ``` object-fit:cover; object-position:center ``` to the styles of images in gatsby-remark-images matching the behaviour in gatsby-image, fixing image blurriness: ![image](https://user-images.githubusercontent.com/13504878/85218231-69a54200-b3d7-11ea-88f2-cbfd63e7bd58.png) ### Documentation This is simply bringing gatsby-remark-images...

status: awaiting author response
topic: media

Hello, I've updated the data sources, massaging the US source to the same format as the Global source. ``` uscases.rename(columns={ 'Country_Region':'Country/Region', 'Province_State':'Province/State', 'Long_':'Long' }, inplace=True) ``` ``` uscases = uscases.drop(columns=['UID',...

Per mimeType reload strategies have been added. Now you should be able to call `enableLiveReload()` without any arguments and get something that works very out of the box. Alternatively you...

This adds an Appveyor config file to let us do Windows CI builds. Here's some example output if you're interested: https://ci.appveyor.com/project/Mike-Dax/electron-compile

`electron-compile-compiled-file` isn't being sent for dependencies of stylesheets. I'm not sure if this is expected behaviour? In my testing I seem to be also having problems with the cache not...

This fixes #189 by changing the watchPath function to use chokidar. No more multiple watch events being called, we can remove the throttling done by the hot reloading code.

This is likely a problem with fs, file changes call subscribers twice each time.

The typings are not part of the latest npm release (0.8.10). They're being referenced in the package.json as being in `src/index.d.ts`, but the .npmignore prevents the src folder from being...

### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues - [X] This issue is not a question, feature...

type: bug
status: needs reproduction