Matt Przybylski

Results 19 issues of Matt Przybylski

When I have the livereload option set to true it works but there are two issues: 1) It seems like it runs twice when two tasks are run under one...

Hello, I'm trying to implement this plugin but it's failing on the following configuration: ```js { name: 'addAttributesToSVGElement', params: { attributes: [ { fill: 'currentColor', }, { 'aria-hidden': true, },...

I have a set of tasks that are run in sequence using run-sequence: ``` const gulp = require('gulp'); const sequence = require('run-sequence'); const setupTask = cb => { sequence( 'updatePackageScripts',...

Given the following code: ```scss :global { /* * Add the correct display in all browsers. */ summary { display: list-item; } } ``` Sass compiles this into: ```scss :global...

**Is your feature request related to a problem? Please describe.** We have a slack channel where multiple repos report a new release to. Unfortunately, it's not very easy to see...

enhancement

Hello, I'm trying to use nodeExternals for a React app that has SSR and trying to get HMR working. In my server config I've added nodeExternals as such: ``` nodeExternals({whitelist:...

## Expected Behavior I'm trying to commit in a new repository that uses husky and my commit should work and pass husky checks as expected. ## Current Behavior When I...

bug
help wanted

Hello, I had an issue where on a Chromebook/ChromeOS the `mobile` class was being added to the html element. Not sure if this is intentional or not but I don't...

Consider the following: ``` const format = { // '0,0' thousandSeparated: true, mantissa: 0 }; console.log(numbro(1000.00).format(format)); // 1,000 console.log(numbro(1000.00).formatCurrency(format)); // $1,000 console.log(numbro(1000.00).format(format)); // $1,000 ``` Is this the expected behavior?...

bug
v2

I can't figure out what is going on, but I have a tracking module in a project written in React and using Vite. When I import the `mixpanel-browser` dependency and...