Sean
Sean
The material theme css gets included in the Build Monitor plugin's view. This causes some things to display incorrectly. https://wiki.jenkins-ci.org/display/JENKINS/Build+Monitor+Plugin
While github.com only has repos (for now) with the following structure: `github.com/{owner}/{repo}.git`, other hosting services (gitlab.com) can have repos with the following structure: `gitlab.com/a/b/c/d/e/f.git` (subgroups). When trying to use a...
### Description When specifying a dependency with a pre-release tag that contains uppercase characters, `paket install` will fail with an error: `Could not find nuspec in '/xxxx/package/0.1.0-Xyz.1', try deleting the...
### Describe the bug** If something is documented with XML docs and they reference a generic type, the info tooltip displays these generic types incorrectly. It also breaks text following...
## Detailed Description At the moment, the tag that is set on draft release notes when using `create` is always the name of the specified milestone (`-m`). I would like...
On a M1 Pro Macbook in docker with `mcr.microsoft.com/dotnet/aspnet:6.0.9-alpine3.16` as a base image. If `LD_PRELOAD=/opt/datadog/continuousprofiler/Datadog.Linux.ApiWrapper.x64.so` is set, attempting to do anything with the container results in: ``` Error relocating /opt/datadog/continuousprofiler/Datadog.Linux.ApiWrapper.x64.so:...
The boundary-desktop cask is still pointing to 2.0.1.
When using a `worker_filter` on `boundary_credential_store_vault`, initial creation works fine, however subsequent plans always show drift, `+ worker_filter = ....`. Doing a quick investigation, this seems to be how https://github.com/hashicorp/terraform-provider-boundary/blob/b181e37a362c067cd8f755ff2c070737d5002dee/internal/provider/resource_credential_store_vault.go#L146C11-L146C11...
### Versions Nomad v1.2.6 Consul v1.11.4 ### Operating system and Environment details Ubuntu 20.04 ### Issue I'm not sure if this is Nomad's or Consul's side. When attempting to expose...
As specified in the RexPaint manual, the image width(32) and height(32) bytes appear every layer. Currently those bytes are only accounted for in the first layer loop. This can be...