-
so here’s the idea for the possibility for pebble bed reactors. i have a few ideas it would be based on radio activity. So, the reactor would be 5*X*5 (x whatever Hight is wanted). It would Have one…
-
I am part of the Pebble Autoconfig team and we have created a project to help developers add configuration to their apps. We think it would be helpful to have it integrated in CloudPebble.
It uses ji…
-
http://www.wowhead.com/npc=43116#comments
Toq kamunqk go nqma v Deepholm, Spawn plz.
Larua updated
10 years ago
-
### Bug Description
kfp-persistence has a [health check](https://github.com/canonical/kfp-operators/blob/d192c53d126b242964c4f6648bef88bf57705438/charms/kfp-persistence/src/components/pebble_componen…
-
### Bug Description
The kfp-viz provides `http-port` config option to configure which port should be used for service. However, the service has [hard-coded](https://github.com/kubeflow/pipelines/blob…
-
Using pebble on a charm deployed on a 2.9.32 juju controller
My app was misbehaving because HOME wasn't set to /home/foo even though I specified `user: "foo"` in the pebble plan. I found https://gi…
-
I am interested in selecting a key-value DB and ran the comparison to understand the performance differences.
Didn't expect such big difference between [pebble](https://github.com/cockroachdb/pebble…
-
### Bug Description
We are getting recurrent issues in our integration tests from the `loki_push_api` v1 library.
CI failure example:
- https://github.com/canonical/sdcore-udr-k8s-operator/actio…
-
### Enhancement Proposal
We've found that some of our busier Discourse deployments need quite a few Juju units to keep up with the traffic.
The charm starts 3 unicorn workers, and since unicorn …
-
I have many models which contain other models, for example (Kotlin code):
```kotlin
data class Car(
val name: String,
val doors: Int
)
data class Park(
address: String,
cars: List,…