Andrej Gajdos

Results 17 issues of Andrej Gajdos

3 sublabels between minValue and maxValue added

I tried [this example](https://github.com/gsoft-inc/craco/blob/master/recipes/extends-post-css-plugins/craco.config.js) with CRA v5, but it doesn't work. You can check sample repo [here](https://github.com/AndrejGajdos/craco-test/blob/main/craco.config.js) where I tried to use `postcss-color-rgb`. You can run the project, but [the...

I think demo pages with points don't work.

Thanks for this library. If I try to get data from [this](https://www.blueapron.com/crooked) url, I get this `title` and `softTitle`: **Meal Kits For Home Cooking** If you check html structure of...

Just a quick question. I noticed in your monorepo `.eslintrc` file ``` "extends": [ "react-app" ], ``` but I don't see `eslint-config-react-app` in your monorepo `package.json` file. Monorepo `.eslintrc` file...

I am just wondering. Does dragging multiple polygons work in canvas mode? During dragging only one polygon is visible. I am adding a [link](https://stackoverflow.com/questions/66443135/dragging-multiple-polygons-on-canvas-rerender-in-react-leaflet/66462390#66462390) to so for reference.

If `field` string contains spaces, jquery throws error. One solution is replacing spaces with slashes. More info [SO](http://stackoverflow.com/a/5287143/968379)

When user is drawing a line and existing vertex is clicked, the drawing is finished. How can I disable this behaviour to finish drawing only when "Finish" button is clicked?

improvement