Yarn

Results 17 issues of Yarn

From `es6.js`: ``` def("Property") .field("key", or(def("Literal"), def("Identifier"), def("Expression"))) .field("value", or(def("Expression"), def("Pattern"))) .field("method", Boolean, defaults["false"]) .field("shorthand", Boolean, defaults["false"]) .field("computed", Boolean, defaults["false"]); ``` How do I set the `method`, `shorthand`, and `computed`...

Hi! First of all, I've only been using this library for a few days and I already find it awesome, so: thank you for creating it, your work is definitely...

### Description Allows setting `disabled` on the root `RadioGroup`, setting all `Radio` items as `disabled`. ~Individual `Radio` items can still set `disabled={false}` to override the group's setting.~ The first commit...

### Icon Request - **Application:** Firefox Beta - **Description:** Beta version of Firefox - **Icon:** `firefox-beta` ![image](http://googlechromecast.com/wp-content/uploads/2014/10/firefox-beta_logo-only_RGB-300x282.png) Perhaps start with a symlink of `firefox`?

### Icon Request - **Application:** Wire - **Description:** Secure chat application, https://wire.com/ - **Icon:** `wire` ![image](https://cloud.githubusercontent.com/assets/8314616/23327227/53f7d5e6-fb00-11e6-939f-04c87e9dfe6f.png)

I believe that the `found` property of `SyntaxError` instances could/should be improved. I'll use your example JavaScript grammar to illustrate the issue. Assume the following input (I'm using the online...

feature

Adds the "O" (OSD) and "M" (Mute) keybinds to the keyboard help section. I edited all existing language files even though I only really know english; for the other ones...

GNOME applications seem to have no tab animations (when creating a new tab or closing a tab); I believe it's in this theme's interest to copy that. There used to...

enhancement

This is quite the edge-case I thought of, but the [sameVnode](https://github.com/snabbdom/snabbdom/blob/master/src/snabbdom.ts#L15) function might be problematic if there are two elements with the same selector and key but different namespaces. For...

type:bug
affects:user
needs confirmation

``` @import 'nib' div border-radius 5px span border-radius inherit ``` compiles into: ``` div { -webkit-border-radius: 5px; border-radius: 5px; } ``` instead of: ``` div { -webkit-border-radius: 5px; border-radius: 5px;...