Shane St Savage
Shane St Savage
Creating this issue to track a feature request for allowing INSERTS, UPDATES, and DELETES to compressed chunks within hypertables (i.e. performing those operations on hypertables with compressed chunks using data...
Hi, I have a minimally reproducible bug report of `async` not working (hanging until cancelled) with `community.docker.docker_container` using mitogen 0.3.x (or master) and ansible 2.10.9. __requirements.txt__ ``` ansible>=2.10,
TL;DR I think the footloose images need `systemctl mask getty.target`, or equivalent systemd files deleted. When running some [wksctl examples](https://github.com/weaveworks/wksctl/blob/master/examples/footloose/ubuntu1804/docker/singlemaster.yaml) with Docker and Ubuntu 18.04, I experienced some odd behavior...
Hi, very cool project! The demo page really takes the pain out of generating simple bbox WKT. It would be nice if 3D WKT geometries were supported. Obviously the Z...
### Discussed in https://github.com/ipxe/ipxe/discussions/548 Originally posted by **shane-axiom** January 5, 2022 Hi all, I'm using iPXE in a chainloading setup and fetching boot images from an HTTP server (thank you,...
This may not be feasible, but seems worth a discussion. Currently we throw OwsExceptions when invalid requests are made to the SOS. These often constitute the majority of the SOS...
`SettingsManager` provides the [`cleanup` method](https://github.com/52North/SOS/blob/develop/core/api/src/main/java/org/n52/sos/config/SettingsManager.java#L331): ``` /** * Clean up this SettingsManager. All subsequent calls to this class are * undefined. */ public abstract void cleanup(); ``` This method is...
Settings exports pre-multilingual settings can't be restored to versions with multilingual support
Settings JSON exports from versions without multilingual support can't be restored to versions with multilingual support. The settings file must be manually edited, converting `serviceIdentification.abstract` and `serviceIdentification.title` into multilingual objects:...
Currently the admin observableproperty rename operation updates the observableproperty identifier but doesn't take into account references to those identifiers in SensorML contained in validproceduretime.descriptionxml. I think it would be a...
This is probably low priority, but it doesn't seem like non-streaming `ResponseWriters` can choose to not support gZip encoding. This is because all responses are funneled through `AbstractServiceResponseWriter` (to enable...