Dipak Parmar
Dipak Parmar
It would be nice to mark the selected message as read after copying it to the clipboard. Can be turned on or off with env. variable.
**What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)** Feature: addition to themes **What is the current behavior? (You can also link to an open...
**Is your feature request related to a problem? Please describe.** Harvester version 1.2.1 automatically promotes nodes to management and compute roles, but in a DR scenario, this promotion does not...
**Describe the bug** We have observed a critical issue within our 6-node Harvester cluster. Specifically, the last two nodes added to the cluster, when they go down, cause the entire...
I'm exploring the possibility of supporting Express.js compatible middleware in Hono. This would allow for easier migration from Express to Hono and enable the use of the vast ecosystem of...
### What happened? We are using the team budget, set to a monthly limit. we have noticed it's not resetting every month and growing instead. ### Relevant log output ```shell...
Our current release workflow follows these versioning practices: • Beta releases are created from dev branches whenever we merge into dev. • Managed releases are created when merging into main....
When running a Dev Org flow in CumulusCI, the dependency resolution process always reinstalls the same package version, even if it was installed just minutes earlier. 1. The workflow resolves...
I’m trying to configure CumulusCI to install a managed package in a scratch org. I want it to automatically resolve and install either the latest beta version or the latest...
Update cumulusci.jsonschema.json to fix the data type for the 'namespaced' field from string to boolean, which better reflects its intended usage. Fixes #3910