-
Hey team 👋
## Backgounrd
- I started on a new project that someone else created. I think I ended up running `encore run` before they did (don't know if this is relevant).
- My app runs successf…
-
### What is the issue?
This Go code in a dagger module:
```
func (m *Rack) Join(r *Rack) *Rack {
m.Name = m.Name + "+" + r.Name
m.Services = append(m.Services, r.Services...)
return …
-
# Motivation
Context: https://github.com/coder/coder/pull/15054#discussion_r1798774679
We have a hard-coded list of countries in https://github.com/coder/coder/blob/main/site/src/pages/SetupPage/cou…
-
Via Carly Huitema (https://trustoverip.slack.com/team/U015QGDSJET)
Alphabetical Index generating makes first term rendering go wrong.
Image: https://files.slack.com/files-tmb/T014XHHP0P5-F07SCSM72…
-
**`go-generate` doesn't work**
$ pants go-generate ::
13:56:18.02 [INFO] Completed: Process `go generate` directives in file: pkg/something.go
13:56:18.02 [ERROR] 1 Exception en…
-
Hi everyone,
When you try to publish in Go, the .tgz file is missing after the CI process. Making the published library unusable.
The problem is this line in auto-generated .gitignore: `.tgz`
t…
-
One of the limitations of the original Go Playground is that `//go:generate` directives are not evaluated before program execution. It might be useful to have a playground that permits experimentation…
lesiw updated
3 months ago
-
**Is your feature request related to a problem? Please describe.**
I am working on a generator. The generator has bugs that I need to debug.
**Describe the solution you'd like**
When my code has …
-
I sometimes use `go run -exec` to quickly check how long a program takes to run excluding the build time, for example:
```
$ /bin/time go run testdata/gen.go
7.53user 1.17system 0:01.51elapsed 5…
mvdan updated
1 month ago
-
**Is your feature request related to a problem? Please describe.**
Some files need to be generated, which will be used in `go build`
**Describe the solution you'd like**
Add another field in `Con…