-
when i use macbook pro to build golang product
scripts:
`#!/bin/bash
export CGO_ENABLED=0
export GOARCH=amd64
export GOOS=linux
go build -ldflags "-w -s" -o main main.go`
i got this error…
-
System: Ubuntu 20.04.6 LTS
When I attempt to run this:
```bash
cd x/examples/
go build -o outline-cli -ldflags="-extldflags=-static" ./outline-cli
```
This is the output
```bash
go: dow…
-
### Terraform Core Version
1.3.4
### AWS Provider Version
4.39.0
### Affected Resource(s)
aws_security_group
aws_lb_target_group
aws_efs_file_system
aws_ssm_parameter
aws_ssm_document
aws_cl…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### What happened?
Our `cosmoshub-4` archive nodes stopped progressing after the `v19` upgrade. So, we downloaded …
-
Following up to the discussion regarding the SDK auto generation that took place on the SciCat Collaborator meeting held on 2024/08/20.
Considering all the input and feedback provided by the particip…
-
##### Description
Missing import when a model's property is an array/map of file
https://swagger.io/specification/v2/#:~:text=Model%20with%20Map/Dictionary%20Properties
##### Swagger-code…
-
### Terraform Core Version
1.5.0
### AWS Provider Version
5.13.1
### Affected Resource(s)
_No response_
### Expected Behavior
A few resources should be created including VPC, API …
-
Stack trace from the terraform-provider-proxmox_v2.9.14 plugin:
panic: interface conversion: interface {} is string, not float64
goroutine 108 [running]:
github.com/Telmate/proxmox-api-go/pro…
kifeo updated
3 months ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
**It's important to note, that the VM was created exactly like it should, and with the correct settings!**
_The error "interface conversion: interface {} is string, not float64" is weird to me. Now…