jz

Results 12 issues of jz

First of all, I just want to say how cool I think this project is. Things like this are exactly what is great about Atom. I found one tiny little...

bug

Maybe the API has existed for too long to change this now, but I found it confusing that the `encodeURI` helper calls `encodeURIComponent`, the naming of the helper maps very...

If I scroll _really_ quickly with a fixed/sticky element on the page, the repaint gets a little choppy. I understand it's a balance between having a smooth transition when a...

This snippet triggers [AX_ARIA_12](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_aria_12) ```html ``` It seems like an `img` tag is something with native semantics that is perfectly valid target for this role (in this case it's a...

Since there is already a `key` specified for the options, would it not make more sense to just compare the keys of the objects in the [`isOptionSelected`](https://github.com/JosephusPaye/Keen-UI/blob/master/src/UiSelect.vue#L463) method?

enhancement
intend to add

One feature of Sequel Pro that I thought was really awesome was a different shortcut to run the _current query_ (just the query that is selected or the statement that...

Somewhat similar tasks such as Autoprefixer are able to create or update sourcemaps, wouldn't it be neat if this was able to do so as well?

hi there, i was noticing that there's a certain situation in which an undefined function will be called - when I run this input in "inlined" mode: ```js (async function...

When function parameters are given a default value, it would be nice if these variables were highlighted as they would be outside of a function signature. Currently the entire parameter...

A topic for discussion: this repo very closely resembles [`atob`](https://git.coolaj86.com/coolaj86/atob.js/src/branch/master/node-atob.js) and [`btoa`](https://git.coolaj86.com/coolaj86/btoa.js) I find myself in a pickle when deciding which library to use - `atob` and `btoa` seem attractive...