Matija Marohnić

Results 78 issues of Matija Marohnić

- [x] I am on the [latest](https://github.com/vercel/hyper/releases/latest) Hyper.app version - [x] I have searched the [issues](https://github.com/vercel/hyper/issues) of this repo and believe that this is not a duplicate - **OS version...

### Before submitting an issue, please be sure to - [x] Read [the contributing instructions](https://github.com/github/pages-gem/blob/master/CONTRIBUTING.md#contributing-to-the-github-pages-gem) - [x] Update to the latest Gem version (either `gem update github-pages` or `bundle update...

It took me a while to figure this one out in my own site, so I wanted to share it with you in case you wanted it. 🙂

I'm not sure if there's currently a way to extend or override MDX configuration. One way could be to use [smart merging](https://github.com/survivejs/webpack-merge#smart-merging). Another way could be to add a `mdx`...

ESLint's [indent](https://eslint.org/docs/rules/indent) rule doesn't seem to apply to Flow types. Example: ``` type Foo = { a: string, b: number, } ```

question

I hope this is not a duplicate. I don't think it makes any sense that the time preview continues from where it stopped when you last mouseout-ed.

Confirmed

If the links on the site are e.g. colored in red on hover, after applying the gradient mixin the color is still red when hovered. What would be an elegant...

It would be great if the generator also created the `README.md` file, which would contain instruction about how to use the project. Idea inspired by create-react-app.

enhancement

Using [generator-jest](https://github.com/SBoudrias/generator-jest).

enhancement