Remo E
Remo E
I've tried to integrate the newest metrics dashboard. Is it possible to create a sample without adding it by hand with ui? One find a integration sample here: https://github.com/poseidon/typhoon/blob/master/addons/grafana/dashboards-nginx-ingress.yaml They...
I want to add a compressed image to source of libvirt_volume: ``` resource "libvirt_volume" "coreos-qcow2" { name = "coreos-qcow2" source = "https://stable.release.core-os.net/amd64-usr/current/coreos_production_qemu_image.img.bz2" } ``` Container Linux does not provide an...
Since Kubernetes v1.14 it's possible to use "local" volumes: https://kubernetes.io/docs/concepts/storage/volumes/#local This is currently not possible in typhoon, because of this: https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/master/docs/faqs.md#volume-does-not-exist-with-containerized-kubelet It would work when one add the following (as...
Such TMS are currently not supported: ```xml ``` It works after following changes: minx="-180" and maxx="180"
Fix gha cache failure: https://github.com/gwaldron/osgearth/runs/4741870605?check_suite_focus=true
Run osgearth_viewer with 9c4289e6b6c4af53c3960f5dc23bb28115d6d23e does not show the globe (readymap.earth): Log: ``` 2021-05-20 17:20:07.475127+0200 osgearth_viewerd[24366:936398] Metal API Validation Enabled 2021-05-20 17:20:07.516349+0200 osgearth_viewerd[24366:936927] flock failed to lock maps file: errno =...
Windows: Can't build osgEarth in DEBUG with not existing RELEASE build of OSG. I think FindOSG.earth is wrong.
The number of shaders in Config is multiplied of three when one call ```osgEarth::Config layerConf = layer->getConfig();``` on a FeatureModelLayer with one shader.
```c++ tracy_force_inline void DeferItem( const QueueItem& item ) { m_deferredLock.lock(); //
https://github.com/gwaldron/osgearth/blob/master/src/osgEarth/LayerShader#L53