Tomasz Lenarcik

Results 14 issues of Tomasz Lenarcik

**Is your feature request related to a problem? Please describe.** I would like to be able to use `consumer` as the event target in `rxjs/fromEvent`. However, it seems like `rxjs`...

This is useful for things like overwriting `settings.userAgent`. In fact, a must-have feature for testing frameworks.

Fixes #25590 Since there was no final consensus, I ended up using a new `@overload` tag to ensure backwards compatibility, e.g. ```js /** * @overload * @param {number} x *...

For Backlog Bug

Fixes https://github.com/microsoft/TypeScript/issues/25590 This PR replaces an earlier attempt: https://github.com/microsoft/TypeScript/pull/50789 Since there was no final consensus, I ended up using a new @overload tag to ensure backwards compatibility, e.g. ```javascript /**...

For Backlog Bug

Fixes #45400 I wasn't entirely sure where I should be adding unit tests for a fix like this one so would really appreciate some guidance in that area. Regarding the...

For Milestone Bug

Fixes #10903 This PR adds an ability to alter Meteor's modules resolution algorithm to treat symlinks in a similar way `node.js` would do. The new behavior is currently controlled by...

Project:Tool
Project:Isobuild

- **Offending commit**: https://github.com/Azure/azure-sdk-for-js/commit/bd7de1db1358e25d18743530471b4e9d161f3dec - **Package Name**: `@azure/core-rest-pipeline`, but potentially other packages modified in the above commit can be affected - **Package Version**: `1.9.1` - **Operating system**: - [x] **nodejs**...

question
customer-reported
Client
Azure.Core
needs-team-attention

Usually, a NodeJS `module` will have a `paths` property. Unfortunately, the current implementation of `Module` class does not have it, and since some npm packages may assume its existence, this...

Mostly because of this issue: https://phabricator.babeljs.io/T6676 Do you have some idea for a workaround?

## Summary As per: https://rushjs.io/pages/configs/deploy_json/ the `additionalProjectsToInclude` property can be used to include additional projects in the deployment, even if they're not strict dependencies of the projects to be deployed...

bug