Attila
Attila
**Issue**: When transitioning between 2 paths which have both a param difference and path difference, then it is always the depth of the param difference that is considered for the...
Currently smart mode is only checking tooltip boundaries compared to the body. It should be user specifiable, so the tooltip can be contained in any element on the page. #182
There is the [generateAccessToken](https://github.com/docusign/docusign-esign-node-client/blob/master/src/ApiClient.js#L741) method of the [ApiClient](https://github.com/docusign/docusign-esign-node-client/blob/master/src/ApiClient.js) for generating an access token from the authorization code. There is also the [platform documentation](https://developers.docusign.com/platform/auth/authcode/authcode-get-token/)'s "Use refresh tokens" section that says that...
Add a new `refreshAccessToken` method to the `ApiClient`, addressing #281. Works exactly as the `generateAccessToken` with the exception that it expects a refresh token instead of an authorization code. The...
A [reference to `self` was added](https://github.com/dcollien/FilterHTML/commit/e5dff92cbd99e1df472af37504b13062872355e8#diff-6de51f240bde33467eedde2778d765574864195f8fd0b598273543385bf01427R663) in v0.6 to `FilterHTML.js`. This variable is not defined in the JS version, though it is in the Python version. Presumably an accidental copy/paste...
[Misleading Documentation] The Job Schedulers id that the documentation refers to is the `key` field
The issue is that the `jobScheduler`s don't have an `id` property that the docs seemingly talk about, they have a `key` property. Example `jobScheduler` retrieved by `getJobSchedulers`: The documentation talks...
Documentation: https://docs.bullmq.io/guide/job-schedulers/repeat-options#immediately > When you use the every option in BullMQ, it schedules jobs based on fixed time intervals, which might seem a bit counterintuitive initially. > ... > For...