Dave Johansen
Dave Johansen
### Issue description or question We switched to web pack 5 and are using `[name].[contenthash].js` for the the output filename and the bundles are being cleaned up, but the `.map`...
Mac and Windows use case insensitive filesystems which can result in incorrect results at times.
Here's the error: ``` test_value.js Transformation error (Cannot read property 'value' of undefined) TypeError: Cannot read property 'value' of undefined at addMethodToClass (/Users/dlj/projects/numetric.other/func-to-class.js:107:43) at NodePath.root.find.forEach.path (/Users/dlj/projects/numetric.other/func-to-class.js:137:22) at __paths.forEach (/Users/dlj/.config/yarn/global/node_modules/jscodeshift/src/Collection.js:77:36) at...
Can relaxed versions be used so that users of this module don't end up with multiple versions being installed or stuck with a security vulnerability? Or in other words, can...
We use a pattern of `{id}-{title}` (which I believe is fairly common) so that GitLab and Jira will automatically know which card the MR is for, but it puts dash...
Trying to install from a GitHub commit with generate hashes but it's not working (see #700) #### Environment Versions 1. OS Type: Debian Bullseye 1. Python version: 3.9.10 1. pip...
## Which version are you using? v0.17.13 ## Which operating system are you using? - [X] macOS amd64 Docker ## Describe the issue Sending an RTMP stream from a camera...
### Expected behaviour Qt support is still used on macOS ### Actual behaviour Cocoa support is used so advanced functionality (like zooming) isn't available ### Steps to reproduce - example...
**Is your feature request related to a problem? Please describe.** 1.0.0 was [released](https://github.com/mher/flower/releases/tag/v1.0.0) but there's not a docker tag for it **Describe the solution you'd like** Add tag so 1.0.0...
The PR ( #3764 ) to resolve custom compare function for sorting ( #3763 ) gives an example of doing a case insensitive sort, but it doesn't actually work. Here's...