Taylor Smock

Results 112 comments of Taylor Smock

Yeah, we'll want to check functionality again. I did check it a few months back, but I've had to rebase several times since then.

Tests are passing and UI spotchecks seem good.

The current version (615f045f52e260c8b61a8c6d4b8bd3807b5b693c) is based off of e8f542fc357038457c91db43e0e8ee857917dd18, which is currently the HEAD of the develop branch.

Looking at https://app.circleci.com/pipelines/github/hotosm/tasking-manager?branch=try%2F5575-osm-teams-circleci (let me know if this is the wrong branch), it does look like an OOM issue in `yarn build`. The "large" executors have 8g ram. I tested...

I've done a bit of investigating. Here are some possible solutions: 1. Move all the `import ".*.css";` into the index.html, index.js, or App.js 2. Apply the following (note: I had...

Yep. It looks like I messed up when I was cherry-picking the commit; I didn't run `git add` on the config file.

Works for me. I'm currently checking to make certain that tests didn't get borked on my last rebase.

I've removed the `--stats` and done a few (3) test runs. The tests have been passing.

We might want to hold off on merging this -- I just fixed a bug in @placemarkio/geo-viewport w.r.t. webpack 5. The fix has been merged, but is not yet released....

`geo-viewport` released a fixed version, and I've updated it in this PR.