Taylor Smock

Results 33 issues of Taylor Smock

There are fairly minimal changes required for this to work. About the only thing of note is Rapid requires node 18 or later. Setting the `NODE_OPTIONS=--openssl-legacy-provider` environment variable will work...

scope: frontend
priority: high
dependencies
status: testing
external tools
Rapid
upcoming release 🔜

This updates react-scripts from 4.0.3. to 5.0.1. Due to some issues with react-scripts, CRACO was added to work around an issue with svg images. CRACO did cause the main bundle...

codebase: frontend
infrastructure
dependencies
javascript

This does the following: * Add NODE_OPTIONS=--openssl-legacy-provider (not needed once we upgrade to react-scripts v5 or remove/replace react-scripts) * Only adds NODE_OPTIONS when run on node 18 or later *...

codebase: frontend
infrastructure

The major change is that it is now pure ESM and no longer exports specific functions. It also requires Node.js 14+.

codebase: frontend
dependencies
javascript

Sample code: ```java class TThread extends Thread { @Override public void run() { this.run(); } } ``` Use cases: Thread hasn't finished processing (maybe there was an error, and the...

Possible duplicate of #908 . I believe this is a regression from #893 . Sample HTML: `` Sandbox: https://codesandbox.io/s/intelligent-khayyam-04l055?file=/src/index.test.js To see the differing behaviors between 0.5.6 and 0.5.16, change the...

bug

### Description: This is a script I wrote awhile back to convert multiple geojson files into a single geojson file. To help with uploading to MapRoulette, there is also a...

script

Right now, `downloadBoundaries` gets "https://dl.dropboxusercontent.com/s/5a5q6tro5lx4m07/world_boundaries_osm_20171013.txt.gz". This is (a) out of date and (b) in the wrong format. When using `./gradlew run`, the task errors out with the following: ``` org.openstreetmap.atlas.exception.CoreException:...

### Description: This is mostly so that software can see the bounds without having to figure out what shard the file (i.e., so we can more easily look at an...