-
Original title: codeaction: replace every use-case of a variable with its defined expression, extract every identical expression within function to a new variable
### gopls version
Build info
…
-
### Zig Version
0.11.0, 0.12.0-dev.2327+b0c8a3f31
### Steps to Reproduce and Observed Behavior
```
state.zig:6:1: error: dependency loop detected
const StateFn = *const fn (In, *Out) ?StateFn;
^…
-
**Is your feature request related to a problem? Please describe.**
when creating foreign tables e.g. in PG via pg_fdw or in clickhouse you need a password for the connection string.
it should be pos…
-
我的代码:
```go
// CoffeeSpec defines the desired state of Coffee
type CoffeeSpec struct {
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
// Important: Run "make" to regenerate code af…
-
## Done Criteria
A CI check catches if go.mod is being updated with any non-released version. This includes checking direct and transitive dependencies. There should be a way for maintainers to ove…
-
## Describe the bug
If the subspace instance is running behind a reverse proxy under a subdirectory, such as `https://example.org/subspace/`, the application will attempt to source the static assets …
-
This code doesn't do what you think it does:
```
func f(x, y reflect.Value) bool {
return reflect.DeepEqual(x, y)
}
```
It compares the internal details of the two `reflect.Value` structs,…
-
in order to support #8488 downloadvolumefactor it would be really useful if the case block could support string golang templating
for example, I could code:
```yaml
g1:
selector: img…
-
- [x] Document how to do codgen (see https://github.com/open-telemetry/weaver/blob/main/crates/weaver_forge/README.md)
- [X] We want a mechanism to not force folks to write JQ (see #246, release v0.7…
-
@ccoVeille I have run it successful. see https://github.com/alingse/go-linter-runner-example/blob/main/.github/workflows/go-linter-runner-revive-92c3209.yml#L27
and the config file https://github.com…