Owen Densmore

Results 41 issues of Owen Densmore

Add a cross-env feature which resolves environment variables in a standard way. Example: I like to use env vars so that configuration information can be stored in package.json. I believe...

feat
high priority
good first issue

I took Stanford's earlier MOOC by Andrew Ng and loved it. Is there an online version of the course to go along with your notes?

TLDR: I performed the following experiment which creates an osmtogeojson installation and uses it to create both a node and browser based osm to geojson transform. They differ with the...

This is a request for an es6 module version of osmtogeojson. Fortunately, rather than porting the index.js to es6, rollup, with a cjs plugin, does the trick! This config file...

I have no idea why, but Turf.js's jsDoc comments have multiple initial spaces after the initial /**: ``` /** * Earth Radius used with the Harvesine formula and approximates using...

**maplibre-gl-js version**: latest **browser**: chrome 105.0.5195.52 ### Steps to Trigger Behavior I ran into failures with a canvas layer when using addLayer rather than the style within the Map ctor....

bug
PR is more than welcomed

Is this project still active? Complete?

All modern browsers now support es6 modules (except chrome which will land shortly). Could you include an es6 module version of lz-string? I have a project using compression (lzma &...

enhancement

The package.json dependency is for 0.11.0 ``` "dependencies": { "@11ty/eleventy": "^0.11.0" }, ``` Could you update for 1.0?