Shane St Savage

Results 82 comments of Shane St Savage

One more note, the backfill script seems to rely on the usage of compression policies, which aren't yet supported on distributed hypertables. https://github.com/timescale/timescaledb/issues/1900

Since this is the only open issue referencing the inability to use YAML anchors and map merging, I'll add my +1 for prometheus support of those features here. I've seen...

@ltagliamonte-dd I'm interested in your catalog sync rewrite as well, sounds great and the network constraints are suitable for my use case. Hope to see you release it!

Ideally there would be an env var controllable option to not do any template database or extention installation at all (basially surrounding all of `10_postgis.sh` in an if statement). This...

Can verify the above. In a rootless Docker environment using nginx 1.20 to proxy internal containers, we were seeing many of the requests to nginx take 10+ seconds while requests...

Jumping in to help answer a few questions (@jessicaaustin and I work at the same place). > Do you know the nature of the changes? Are the files replaced, rewritten...

> This is interesting, because you use b2 along with b2cli as a sort of a backup appliance. You might find the new option to sync from a past time...

I agree that the OGC specifications already dictate request formats and error codes. Clients should be implementing against the OGC specs, and if there's a mismatch between the spec and...

If anyone using *nix needs to quickly update old settings JSON exports as noted above: ``` cp settings.json settings.json.bak sed -i 's/\("serviceIdentification\.\(title\|abstract\)": \)\(".*"\)/\1{ "eng": \3 }/' settings.json ```

Just a note, if it's decided that `SettingsManager` shouldn't be able to reinitialize after `cleanup()` is called we should at least catch when `getConnection()` is called after `cleanup()`. Right now...