Tobias Høegh

Results 54 issues of Tobias Høegh

Thanks for making this atom module. I would love if the auto generated style component would be formatted with prettier - maybe only if it's installed? Anyways, this would be...

Hi! I tryed this on this component: ```jsx (this._progressRef = ref)} /> ``` **But got this warning:** Warning: Stateless function components cannot be given refs. Attempts to access this ref...

Hi! thanks for making this great tool! I found that there is happening something strange. I made a test repo: https://github.com/tujoworker/import-js-bug ```bash git clone https://github.com/tujoworker/import-js-bug cd import-js-bug npm install ```...

This PR supports forwarding of props to the pre element. This allows to set e.g. unique ID for using a label. Or also `aria-label` will do it (Its important that...

Fixes #321 (more details in this issue) This PR adds support for in "initial sync render". With that, we do support SSR again. - A new property to skip that...

### 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: confirmed
topic: webpack/babel

I made a rely quick and dirty coded example of how to implement this cool module in a list view. Why ListView? Cause ListViews are POWERFUL. The same amount of...

Looks like Android has this on the newest SDK versions as well: http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Blob-method-imageAsResized

Hi, It would be superb to have an option to ignore paths, or at least that "VCS ignored" items are ignored. Looks like it not takes advantage like the Fuzzy-Finder...

Hi, thanks for making this package! What about using [prettier](https://github.com/prettier/prettier) to format the package json? Works well manually - afterwards.