Yuri Astrakhan
Yuri Astrakhan
That's not my point, and some users have already asked for it as well. In production, current Martin design requires horizontal database scaling (i.e. more PG instances). This is not...
for the actual implementation, I think we could use the [Geo project](https://georust.org/) -- use affine + projection + fix geometries algorithms, unless we find Rust port of [wagyu](https://github.com/mapbox/wagyu) -- this...
@VencentSu noone is arguing with that. My point is that MVT generation in Martin will give us more choices - the moment Martin can do the work of MVT gen,...
Per discussion, created #2054
I think this would be an awesome feature, and it ties a little bit with the #2054 because it also constructs MVTs on the fly. TBD: * [ ] what's...
do we really want to use this?? I am not a big fan of "magic" - i.e. code that gets merged dynamically, e.g. combining multiple yaml lists together using anchors....
i disagree - i think github actions should be as tiny as possible - because otherwise it becomes really hard to simulate them locally. Instead, I prefer most testing logic...
sure, that one i would agree with, assuming we will always want to have the same list of test targets for regular and msrv. What i wouldn't want is for...
should we wait to remove these until after we add the new UI?
i have actually used the demo page many times to validate various things, and as a prototype for other experiments