rjgotten

Results 36 issues of rjgotten

### Version 15.4.1 ### Reproduction link [https://github.com/NetMatch/vue-loader-testcase](https://github.com/NetMatch/vue-loader-testcase) ### Steps to reproduce 1. Clone the linked repository 2. Execute `npm ci` 3. Execute `npm run build` 4. Inspect the generated source...

**Type** : Bug **NPE version**: 3.23.0.0 **Installed from**: Windows Store **Current result** After installing via the Windows Store, I am attempting to open a `.nuspec` file directly from Visual Studio's...

bug
external

Given a unit test that makes use of a sequence of test cases with custom name using `TestCaseData.SetName`, VS Test Explorer seems to fail to pick up the test result...

is:bug

This PR contains a: - [ ] **bugfix** - [X] new **feature** - [ ] **code refactor** - [X] **test update** - [ ] **typo fix** - [ ] **metadata...

- Operating System: Windows 10 - Node Version: 10.x - NPM Version: 9.6.0 - webpack Version: 4.35.3 - mini-css-extract-plugin Version: 0.8.0 ### Expected Behavior Given is a Less file `styles.less`,...

### Description Assume a root container and a child container where the child has an open generic interface->type mapping registered. - Resolving the interface from the child container works. This...

Bug :bug:

# Bug report **What is the current behavior?** When a build includes context modules where the regular expression contains something which looks like a relative path, Webpack generates a source...

bug
webpack-5
Send a PR

Used to be the case with Webpack 4 that we could pass `[path][name].[contenthash]` as the name template for workerize-loader to use; and we'd get workers output into a folder structure...

The `IDistributedLockFactory` interface uses a non-standard approach where a `CancellationToken?` typed parameter is assigned `null`. https://github.com/samcook/RedLock.net/blob/dcfe373b3e288caac4f45b78c88b5943f8b47e42/RedLockNet.Abstractions/IDistributedLockFactory.cs#L39 The standard approach is `CancellationToken cancellationToken = default` which is consistent with `CancellationToken.None` -...

This is not how you detect and handle touch capability: ``` js var hasTouchEvents = ("ontouchstart" in document.documentElement) /* ... */ if(hasTouchEvents) { $viewport.ontouchstart = function(event) { /* ... */...