Andi Pätzold
Andi Pätzold
If you come up with a change that makes `mdb-reader` work for you, feel free to open a PR. I'd love to have compatibility with all tooling people could user....
Hey @tannerstern, I released a new (major) version of `mdb-reader` which includes [conditional exports](https://github.com/andipaetzold/mdb-reader/blob/ebebf440f3973a3aea46a4f51dac36b9ac2f1a00/package.json#L8-L15) on the package.json. In my test, I don't have to use `nodeResolve` anymore. Maybe this also...
Hey 👋 the best documentation is probably from firebase: https://firebase.google.com/docs/firestore/query-data/aggregation-queries#calculate_multiple_aggregations_in_a_query The argument list of firestore's `getAggregateFromServer` and react-firehooks' `useAggregateFromServer` are identical. ```javascript // Example from firestore docs const coll =...
Hi, The different surfaces are for each world are defined here: https://github.com/andipaetzold/zwiftmap/tree/main/frontend/src/constants/worldConfigs. After running `npm run prebuild:fetch-segments`, all route data is stored in `public/strava-segments`. It's then "only" about piping the...
@ptoews Here you go: [route-surfaces.csv](https://github.com/andipaetzold/zwiftmap/files/10725567/route-surfaces.csv) Scotland is currently all tarmac as I didn't have time to collect the data yet. (Is there actually dirt?) Code in #1396
@Strajk Awesome idea! I think this would be addition to ZwiftMap. Feel free to open a PR. [`recharts`](https://recharts.org) is already installed, so it would be good to reuse the library...
@ptoews Not sure if you know, but the route surfaces can already be shown on the map via the menu on the top right. Quite hidden feature tbh. Most changes...
Hey @sandraqu 👋 ZwifterBike urls were added to `zwift-data` in `1.28.0`. The developer of the website sent me the mapping file attached in the `zwift-data` ticket. I think I just...
Cherry-picked here: c3c9e1ea3d2fe4c94e4695bc5ac1bbe1edae4652