Nicolas

Results 6 issues of Nicolas

As [sw-precache](https://www.npmjs.com/package/sw-precache) is now deprecated, I would suggest to update the doc [here](https://github.com/stereobooster/react-snap/blob/master/doc/recipes.md#configure-sw-precache-without-ejecting) with [workbox-cli](https://www.npmjs.com/package/workbox-cli). For instance : `package.json` ```json "scripts": { "build-snap": "react-scripts build && react-snap && workbox generateSW...

Hey thank you very much for this wrapper, even it is old it is very useful. But I found the mandatory _from_ parameter a bit annoying so I removed the...

Recently I have encounter some changes In Cloudflare antibot protection. While using got-scraping, I am now unable to send requests to websites protected by Cloudflare.I have to use Puppeteer to...

t-tooling

I am sending requests to a server which does not respect HTTP specification specifying that headers should be case-insensitive. The problem is that with got-scraping, a header named "MyHeader" will...

enhancement

It would be quite nice to have the option "line-aligned" in the rule _react/jsx-closing-tag-location_, same as in the rule [https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-closing-bracket-location.md](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-closing-bracket-location.md). With this option, the following code would be accepted :...

enhancement
help wanted

turf.union() can only merge 2 polygons at once (https://stackoverflow.com/questions/68005988/geojson-turf-merge-multiple-polygons-to-one-polygon-keeping-hole). It should be specified in the documentation (https://www.npmjs.com/package/@turf/union) and in the TypeScript interface file to avoid invalid merges with more than...

docs
@turf/union