Results 26 issues of Joe Reeve

@mortenjust There are two open PRs, is it worth a community fork, or would you be open to adding other individuals as contributors?

Would be really nice to have a 'gravity' option (top/bottom/left/right) for the direction packNodes moves the tiles. Currently it's only possible to have no gravity (float:true), or the default which...

type:enhancement

**proj4.js version**: `2.4.3` Repro: ```javascript proj4('EPSG:4326', '+proj=stere +lat_0=90 +lon_0=-90 +lat_ts=70 +ellps=WGS84 +datum=WGS84 +units=m +nadgrids=@null +no_defs', [0, 0]); ``` Expected Output: `[12330389.1844, -7.55018582346e-10]` Actual Output: `[NaN, NaN]` Not sure if I'm...

MWOffliner would love to have a node 12 release (https://github.com/openzim/mwoffliner/issues/707) This merged pr: https://github.com/charto/nbind/pull/130 gets node 12 support working, but I think we still need to update the emscripten code.

JavaScript scraping seems broken, I think it has been for quite a while. - JSConfigVar (`mw.config.set`) calls have been moved to the footer, from the header. Meaning the existing code...

bug
stale
wikimedia

Take this html: ```html ``` The source url is added to the list of medias to download in pre-processing, but the element itself is removed later in the treatment process....

bug
stale

Google recommends that pages include structured data schema: https://developers.google.com/search/docs/guides/intro-structured-data Specifically, I'm interested in ClaimReview data (https://schema.org/ClaimReview), but this structured data has significant overlap with the other data extracted by Unfluff...

Would make things slightly easier for setup - not a major point though

enhancement

Strip spaces from beginning of line before checking for operator