Steven McArdle

Results 11 issues of Steven McArdle

Trying to install via npm i react-leaflet results in the following error on the console and no entry in package.json ``` npm i react-leaflet -D npm ERR! code ERESOLVE npm...

## Bug report in v4 **Before** opening an issue, make sure to read the [contributing guide](https://github.com/PaulLeCam/react-leaflet/blob/master/CONTRIBUTING.md) and understand this is a bug tracker, not a support platform. Please make sure...

mongo-express fails to run when deploying a "multi" stack architecture including mongo services via a docker-compose file to a swarm. None of our databases are deployed with their ports exposed...

Hi Unable to install the latest version of the zeplin plugin due to conflicts with peerDependencies npm ERR! Could not resolve dependency: npm ERR! dev storybook-zeplin@"*" from the root project...

pending-feedback

__Describe the Bug__ Using the VS Code menu action `Save` is not doing anything. ![Kapture 2020-11-08 at 13 13 55](https://user-images.githubusercontent.com/9433996/98464599-521ef800-21c4-11eb-911d-cab48c26b449.gif) __Steps to Reproduce__ 1. Make changes in a diagram 2....

bug
good first issue
backlog
spring cleaning

Opening a GeoJSON file then selecting map preview causes the following error to display Running the contributed command:'map.preview' failed. The GeoJSON file is 103.5 MB and was exported from mapshaper.org...

I have the following error in the console when trying to import webSocker from rxjs. ``` Failed to resolve module specifier "rxjs/webSocket". Import Map: "rxjs/webSocket" matches with "rxjs/" but is...

browser

Currently the library has no way to create a canvas. For example ... The command 'convert -size 64x64 canvas:lightblue ./images/thumb.png' will create a lightblue canvas from the command line. However...

It would be great to have an option to return a string showing what the actual command that will be run against imagemagick is. Trying different .set() .op() calls etc....

Hi. I want to check if a property of a schema has a maxLength. If I try the following I get an error because unwrap() either does NOT exist because...