Patrick Roberts

Results 6 issues of Patrick Roberts

Browserify currently uses [`events@^2.0.0`](https://github.com/browserify/browserify/blob/cfd3af23f6383bb5899dbb5e39beb7834b042d85/package.json#L41), but `events` has an updated version [`3.0.0`](https://github.com/Gozala/events/releases/tag/v3.0.0) to support the introduction of the [`off()`](https://nodejs.org/api/events.html#events_emitter_off_eventname_listener) method introduced in Node v10. Is there a way to override the...

Hey, just wanted to start by saying thanks for developing and maintaining this awesome plugin! I noticed your readme contains a section for [starter templates](https://github.com/wessberg/rollup-plugin-ts#starter-templates) and I wanted to share...

Given the reduced memory consumption of using TypedArrays instead of UTF-16 encoded JavaScript strings, I can see this being a huge benefit for piexifjs. Would you consider a pull-request that...

As a continuation of #58, I'd like to submit a request to backport `off()` to v2. This is because [browserify does not want to upgrade to v3](https://github.com/browserify/browserify/issues/1907) due to the...

Addition of Mocha + Chai + Istanbul BDD-style unit testing and code coverage is currently in progress.

### Ticket #11207 ### Problem description In the v1 tt_metal API, objects will be replaced with opaque handles. To support the migration phase, opaque handles currently support conversion to object...