Thomas Shih
Thomas Shih
Thank you! We have tried both implementations already and neither seems to be the smartest thing to do. Our use of neverthrow contain errors that may not want to be...
Yes I think thats our conclusion too! Thank you for your help. For anyone else that might be wondering about this in the future, the two solutions that I'm currently...
Nothing to change in the repo. Thank you @Papooch!
@JacksonWeber jumping on this thread too as I'm having trouble understanding how correlation across the stack is to be expected. Albiet I haven't played with the samples. Would love some...
Just another datapoint... I'm running a pretty simple setup: ```bash docker run \ -e OVERPASS_META=yes \ -e OVERPASS_MODE=init \ -e OVERPASS_PLANET_URL=http://download.geofabrik.de/north-america/canada/prince-edward-island-latest.osm.pbf \ -e OVERPASS_PLANET_PREPROCESS='mv /db/planet.osm.bz2 /db/planet.osm.pbf && osmium cat -o...
@BrendenKingTLG as a data point, the socket dir flag does not work for me. I was able to modify the command to use the flag using this dockerfile below: ```...