Nick

Results 9 issues of Nick

Atom: 1.0.0 atom-alignment: 0.12.1 Trying to align a **single** line containing brackets (`[...]` or `(...)`) doesn't work as expected. Trying to align **multiple** lines does work as expected. Consider the...

Atom: 1.0.7 atom-alignment: 0.12.1 Strings that contain alignment characters should not be changed by the plugin. Example: ``` js var foo = { bar: '1 :abc', bazzzzzz : '2: def'...

Aligning `var` blocks and `object` keys/values would be a useful plugin! eg: ``` js var path = require('path'); var fs = require('fs'); var crypto = require('crypto'); var obj = {...

plugins-wishlist

If a filename contains a `@2x` suffix, eg ``, it would be useful if the updated image width & height were automatically adjusted to be half the real dimensions of...

## Summary: An RGBA background color can appear darker than intended when using `translate3d` or `translateZ` inside an element with `-webkit-overflow-scrolling: touch`. ## Platforms: - iOS 8.4 ## How to...

## Summary: Using percentage for border radius will be ignored: ``` scss .circle { border-radius: 100% } // this will be square ``` ## Platforms: - Android 2.3 ## Reduced...

Clicking links on the chosen new tab page will open them inside the iframe not the top frame unless the links have the `target="_top"` attribute. AFAIK there's no work around...

enhancement
known issue

This is a meta ticket to track known issues that currently can't be fixed: - [ ] #1 Links on the page open in the iframe - [ ] #11...

known issue
meta

The following URL schemes are currently supported: - `http` e.g. http://example.com - `https` e.g. https://example.com - `data` e.g. `data:text/html,Hello World` The following URL schemes are **not** supported: - `file` e.g....

known issue