Udo Schochtert
Udo Schochtert
in the template code of example - https://github.com/owais/django-webpack-loader#multiple-webpack-projects there is the following code ``` {% render_bundle 'main' 'js' 'DEFAULT' attrs='async chatset="UTF-8"'%} ``` attribute `charset` is deprecated according to - https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#Deprecated_attributes...
when running `npm install browserify babelify babel-preset-es2015` there is the following deprecation warning: `npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env...
it would be nice if _update_bbox()_ would also work for features with coordinates that contain elevation data (as optional 3rd element). currently an error is thrown. the geojson specs do...
hi, this lib is simply amazing! thx 🙏 it would be nice if `lineSplit` would also work "out of the box" with a FeatureCollection of LineStrings -> ENHANCEMENT thank you...