Jarek Radosz

Results 60 issues of Jarek Radosz

Rationale: 1. these avatars are quite large (460x460px or so) and they end up being displayed in all their huge glory at the end of emails (in macOS Mail.app) when...

As shown in one of the examples below (`"hello".partition("x") #=> ["hello", "", ""]`) the order of the values in the returned array was reversed.

Documentation

The previously used version (0.2.0) is 10 years old at this point.

`mini_racer` 0.3.1 isn't compatible with more recent macOS versions (in part due to lack of python 2) which made `script/setup` fail with `Gem::Ext::BuildError: ERROR: Failed to build gem native extension`...

This PR adds support for the method chaining: ```js await nock('http://localhost') .intercept('/notes', 'GET') .reply(200, [ { id: 1, title: 'hello' }, ]); ``` ```js await (new Thing() .prop .method() .value...

Fixes #442 Issue: `retryCount` was incorrectly shared between all requests AND was never being reset to 0. Notes: 1. This adds a `retryCount` argument to `onRateLimit` and `onSecondaryRateLimit` functions. `options.request.retryCount`...

bug

Native Promises ftw?

I convert them one by one because stuff do be breaking 😄 Moved the special pretender handler code from the global one to the tests that actually require it.