-
### Go version
go version go1.22.8 darwin/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='on'
GOARCH='arm64'
GOBIN='/Users/jack/src/bin'
GOCACHE='/Users/jack/…
xinst updated
8 hours ago
-
In the current implementation, there is an assumption that all the parts are rendered in a single thread. Context value for children is modified for the whole context. If snippets need to be rendered …
-
### Go version
go version go1.23.2 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/user/.cache/go-build'
GOENV…
-
Hi,
I read the other issue (https://github.com/unitreerobotics/unitree_legged_sdk/issues/41) where it's discussed that the low-level position controller runs at a much higher frequency (10-20kHz). I …
-
For v.3.8.6 of the Go1 SDK, In the example for C++, the local port for UDP used is 8090, while for the Python example is 8080. Which one should I use? I am afraid it may cause connection problems in t…
-
After previously having successfully run `gvm use go1.6`:
```
$ gvm install go1.5.3
Installing go1.5.3...
* Compiling...
$ gvm use go1.5.3
ERROR: Unrecognized command line argument: 'use'
$ gvm inst…
-
## Bug Report
One of my nodes just started failing:
with the following
```
{"error":"failed to recover state: failed to get metadata for stored sandbox \"c72f1f0286499086549d0a4b51e91fe929190…
-
I have tried following steps to develop with Go1 Air based on https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_unitree_robot/README.md
> 1. Connect to the robot via Ethernet
>
> 2. Set y…
-
**What happened**:
Generated SPDX is invalid, mandatory copyright text is missing
**What you expected to happen**:
SPDX should be valid
**Steps to reproduce the issue**:
```
syft docke…
-
Currently, vercel fails to build any golang serverless functions when using go1.21 or later, it outputs:
```
go: module . listed in go.work file requires go >= 1.21, but go.work lists go 1.18; to …