krawler icon indicating copy to clipboard operation
krawler copied to clipboard

A minimalist (geospatial) ETL

Results 17 krawler issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [tar](https://github.com/isaacs/node-tar) from 4.4.18 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.3. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs with directories (#16250) (96a7f3a), closes #16250 4.5.2 (2024-01-19) fix: fs deny for case...

dependencies

Hi, I noticed that your documentation website doesn't have a search feature, so I added it. Cheers!

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.2.3 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [mathjs](https://github.com/josdejong/mathjs) from 5.10.3 to 7.5.1. Changelog Sourced from mathjs's changelog. 2020-10-10, version 7.5.1 Fix object pollution vulnerability in math.config. Thanks Snyk. 2020-10-07, version 7.5.0 Function pickRandom now allows randomly...

dependencies

Indeed FTP/SMTP/other do not work on Travis CI : https://blog.travis-ci.com/2018-07-23-the-tale-of-ftp-at-travis-ci For now we will skip the tests on CI

bug
workaround

Kue will add support for [failover](https://github.com/Automattic/kue#failure-backoff) and [concurrency](https://github.com/Automattic/kue#processing-concurrency). [worker-farm](https://github.com/rvagg/node-worker-farm) might also be used as it is more simple and does not require a side tool like redis. [agenda](https://github.com/agenda/agenda) looks also...

enhancement

We could probably easily do it by relying on https://github.com/SheetJS/sheetjs.

enhancement

A lot of hooks are to be used as before OR after hooks while they could be used in both cases. This is mostly due to the fact that we...

enhancement