Peter Ajtai

Results 11 issues of Peter Ajtai

I really like this package, but enabling it breaks jshint To repro first install: - [jshint](https://atom.io/packages/jshint) - [refactor-js](https://atom.io/packages/js-refactor) Make sure they work. Now enable this package and note that jshint...

bug

Can reuse existing method logic instead of recreating them in inverse, and is there a reason that item.rect().width and item.rect().height is not taken into account for isRightOf and isBelow? ........

https://github.com/voorhoede/front-end-tooling-recipes/blob/master/express-with-nodemon-browsersync/index.js The above doesn't refresh the browser when changes are made the node files. With open: true, it can open a new tab for each refresh, but I can't get...

First off, thanks for the awesome tool! I'm trying to create a configuration file for Wordpress. I saw the JSON type, but WP has a lot of PHP serialized data....

This is currently a 404: https://www.npmjs.com/package/afontgarde but there's a package.json in this repo, with a name of `afontgarde`. How would this be installed via webpack?

Thanks for the awesome tool! The use of a synonyms.xml makes this much better than many of the other solutions out there today. --- Anonimatron version: 1.12 Operating system and...

### Prerequisites - [X] I have searched for similar features requests in both open and closed tickets and cannot find a duplicate. - [X] The feature is still missing in...

request/feature
component/global-widget

This causes issues with some npms, e.g. bower. To get around it I added the following to the task: ``` - name: Set place for global npms shell: npm config...

I found that linking to tags.md will make it not be processed last. This made tags.html content incomplete after a gitbook build. ``` # Table of Contents * [item1](/tags.md#item1) *...