Tim DuBois
Tim DuBois
The locations dropdown lists all locales in `Manifest.locations`, but there may be places with no photos associated with them. These exist as waypoints for the may (e.g. Yass), but serve...
The frontend doesn't read `attributes.yaml` at the moment. `gallery.com/license/` is where a license page is displayed, but the `licenseView` in `src/Main.elm` is hardcoded with my information. This should perhaps be...
Currently we clear any xmp data on the off chance that `attribution.yaml` has been updated. This is not the best solution. If users are attempting to license files not owned...
Think we can still do a bunch with `Elm.Lazy`, good starting point is to shove a bunch of debugs everywhere and note what shouldn't be reloading on refresh. https://ellie-app.com/5vcMQQkM7xSa1
The map is going to be difficult to get functioning like we'd like. Currently it's v3 of D3 and everything has been changed and updated in the latest d3-geo class...
We have some issues with negative square root values with the current point finding solution. Investigate quaternions to do this instead.
WIP, should close #13 (and thus #12) when complete. - [x] Domain space (dummy) - [x] Grid indices - [x] Row and column linked lists - [ ] Contact detection...
To push coverage back up, we need to run some deserialization with known failure modes.
`set_v` and `sphere_contacts` could be optimised using a kd tree. May be overkill though, I'm not sure.
There are most likely performance enhancements that can be made which I've not investigated all that thoroughly. Now that the library is effectively 'complete', we can try to shave off...