Isaac Cambron

Results 13 issues of Isaac Cambron

I have two features I'd like to add to hcluster, but I thought I'd run them by you before I ran off and built them. They are: 1. Make it...

### Describe the bug When I create a window with a particular inner size (e.g. 400x300), and then ask the window for its inner_size, I get doubled dimensions (e.g. 800x600)....

type: bug
status: needs triage

This is a little funny: ```js base = DateTime.local(2018, 12, 31); base.plus({ days: 1 }).toRelativeCalendar({base}) //=> "next year" ``` This is technically correct, but I suspect most people would want...

issue: bug

Intl.DateTimeFormat now supports `formatRange` and `formatRangeParts`. We should adapt this to interval as `toHuman` and `toHumanParts`, taking the usual set of options.

up for grabs
future plans

Intl.DateTimeFormat now supports `shortGeneric` and `longGeneric`, which are both quite useful. We should add: * formatting tokens * parsing tokens * support in parseFormatForOpts * other?

up for grabs
future plans

I noticed the contributing guide is pretty out of date. Specifically all the stuff about i18n can be removed because it's in the default Node build now.

issue: documentation

This would be helpful in writing simple scripts. ``` var a = `whoami` ```

Suppose I've done something like: ``` javascript var users = { show: function(req, res){ //do something }, me: function(req, res){ //do something }, load : function(id, fn){ User.findById(id, fn); }...

I'm not sure this is not related to #190, but since the fix doesn't seem to address eras, my guess is not. It looks like there is [data](https://github.com/andyearnshaw/Intl.js/blob/master/locale-data/json/en.json#L796) for long...

**Is your feature request related to a problem? Please describe.** I have a complex extension that needs to be able to open windows. But the web socket doesn't accept "window.create"...

feature-request