Regina Obe
Regina Obe
Anyone have more to say about this one, I think the pg14 errors are unrelated postgis_topology changes. If I hear nothing in a couple of hours I will commit.
@gluser1357 Looks like it's failing on our bots treating warnings as errors. Can you fix: https://github.com/postgis/postgis/actions/runs/8474473891/job/23259878295?pr=767 ``` lwgeom_remove_irrelevant_points_for_view.c: In function 'ST_RemoveIrrelevantPointsForView': lwgeom_remove_irrelevant_points_for_view.c:192:20: error: comparison of integer expressions of different signedness:...
> > Looks like it's failing on our bots treating warnings as errors. Can you fix: > > https://github.com/postgis/postgis/actions/runs/8474473891/job/23259878295?pr=767 > > I changed variables from signed to unsigned int but...
> > 1. Are there definitions of polygons and bounds where ST_ClipByBox2D would return invalid output? Although I'm personally happy with the current result of ST_RemoveIrrelevantPointsForView I could try to...
Does anyone else have anything to say before I commit this? I think it's been here long enough. If I don't hear anymore in the next couple of hours, I'm...
@coderabbitai review
I ran into the same issue too but I'm not using podman. The error I get is: ``` failed to register layer: failed to Lchown "/pretalx/src/pretalx/frontend/schedule-editor/node_modules/character-parser/.npmignore" for UID 1618591017, GID...
> pretalx doesn't serve files in /media, FWIW, that's the job of the webserver of choice (in this case traefic, apparently). > > No idea how this shakes out with...
Okay I found the commit that did it. I guess before nginx was included in the image. https://github.com/pretalx/pretalx-docker/commit/702197a82d924d043dd8ac42cc9491387246d1ce there probably should be some documentation around this, or have a docker-compose...
> Happy to merge a PR to that end. I whipped up a docker-compose that includes an nginx container (and restores the nginx.conf file) so it behaves like it used...