Jannis R

Results 256 issues of Jannis R

I've made this PR to demonstrate a use case that, as far as I understand what `pirates` is intended for, should work: **hooking into `require()` calls to `.json` files**. ```shell...

[GTFS Time is not defined relative to midnight, but relative to noon - 12h](https://gist.github.com/derhuerst/574edc94981a21ef0ce90713f1cff7f6). While that makes "writing" GTFS feeds easier, it makes processing a lot harder. **Expected functionality** As...

Modelled after [`Map.prototype.entries`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/entries).

Right now, `createEvents` will return `{error: null, value: null}` with 0 events. This is impractical, because IMO it is a common use case to server a calendar feed with 0...

Using [`breseham`](https://github.com/madbence/node-bresenham) for drawing every shape is extremely convenient, but the visual noise is significant. It might be better to render continuous, large surfaces with a background color, e.g. using...

enhancement

Would like to be able to center the map around my current location. I wrote [`location`](https://github.com/derhuerst/location) for this. Will submit a PR if you don't mind.

enhancement

There are [quite a lot of `readline`-inspired key bindings](https://github.com/derhuerst/prompt-skeleton/blob/f13fc1d/on-keypress.js#L47-L182) that you could consider supporting.

enhancement

I haven't looked at the exact implementation yet, so forgive me if this is already the case. It would be possible to render the map offscreen, e.g. in a worker...

enhancement

I have a certificate from Comodo for my domain as well as a CA bundle (several CA-related certificates). Some browsers require the CA Bundle to fully trust the website. I'm...

minor version