Pete
Pete
@goosmurf I also ran into the same issue w/ a run config that had been working for months. I tried recreating the run config, but that did not work. ```...
It seems whatever was causing this has been fixed. Using the [example file](https://www.dropbox.com/s/pw3fwpsiurff496/instagram_076.svg?dl=1) with [version `0.3.2` of `svgexport`](https://www.npmjs.com/package/svgexport/v/0.3.2) ```shell svgexport instagram_076.svg instagram_076.png 500:500 file:///C:\Users\foo\instagram_076.svg C:\Users\foo\instagram_076.png png 100% 0.25x 0:0:2000:2000 500:500...
@neothemachine, I am trying to get LWJGL running in Travis CI as well; were you able to figure out a workaround?
Ran into this as well. ```shell $ npm -v 5.6.0 $ node -v v8.10.0 $ systeminfo | findstr /B /C:"OS Name" /C:"OS Version" OS Name: Microsoft Windows 10 Pro OS...
It looks like the folder `npm`'s installs global stuff to is not on your `path` environmental variable([see _npm-folders_](https://docs.npmjs.com/files/folders#tldr)) . From powershell, if you run: `dir $(npm -g bin)` what is...
@shilman - attempting to get a repo to help repro this; this resulted from an advanced webpack 5 config ( redwood: https://github.com/redwoodjs/redwood/blob/main/packages/testing/config/storybook/main.js ) might take me a little to get...
@bahalbach / @budaestew I also solved this, but slightly differently; as I was similarly running into: ``` Plugin "react" was conflicted between "package.json » eslint-config-react-app » ... ``` --- What...
Seeing some odd test failures. Seems like maybe a flakey test? ``` ... ● can display a loading screen with a hook Rendered fewer hooks than expected. This may be...
Still seeing some odd test results: https://github.com/redwoodjs/redwood/actions/runs/3101811253/jobs/5023535465#step:8:1287 ``` ... ● redirect replacing route Unable to find an element with the text: Home Page. This could be because the text is...
> > not quite sure what is going on, but this one seems like an actual regression. > > All tests passed now, so I went ahead and merged. I've...