-
$ charmcraft revisions juju-qa-bundle-test
Store operation failed:
- resource-not-found: Name juju-qa-bundle-test not found in the charm namespace
Full execution log: 'charmcraft-20220830-182951.08…
-
I wrote a python library to interact with my shared hosting provider's dns settings which are exposed via cpanel here:
https://github.com/clayshieh/PyCpanel
Haven't gotten around to cleaning it up…
-
### Jenkins and plugins versions report
Environment
```text
Jenkins: 2.426.1
OS: Linux - 6.2.0-1016-azure
---
antisamy-markup-formatter:162.v0e6ec0fcfcf6
apache-httpcomponents-clien…
-
**What steps did you take and what happened:**
The clusters created using Cluster API provider packet and Cloud Provider Equinix Metal assigns an public Elastic IP to the devices. It does not get c…
-
I want to install Apollo9.0 in a server, and the GPU is RTX4090, the version of cuda driver is 535.161.07, the version of cuda is 12.2.
When compiling the source code following the [tutorial](https…
-
```
ValueError: Unsupported callback API version: version 2.0 added a callback_api_version, see migrations.md for details
Traceback (most recent call last):
File "C:\WINDOWS\ServiceProfiles\Net…
-
**Describe the bug**
Improve the error handling in the execute_single() function by limiting it to general, top-level exceptions and implementing a dedicated error handling mechanism within individua…
-
Hello,
I was wondering if it's possible to dispatch a single event, but then format it different based on the client. I couldn't see a way to do this that is already built in, as the convert logic …
-
**What kind of request is this (question/bug/enhancement/feature request):**
bug
**Steps to reproduce (least amount of steps as possible):**
1. Create single RKE cluster on VM using rke command.
…
-
### Description
In plate\packages\serializer-html\src\utils\renderToStaticMarkupClient.ts
```
let root = ReactDOMClient.createRoot(div);
ReactDOM.flushSync(() => {
root.render(elem);
});
…