-
## Related issues
| Issue | Work to be done
|-|-
|This issue | Statically detect simple table-driven tests
| [#1602](https://github.com/golang/vscode-go/issues/1602) | Support "run at cursor" fo…
-
### What package does this bug report belong to?
google_maps_flutter
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
##…
-
-
The goal is to create a first dashboard on Dune for zkube: https://dune.com/home
Here is an address to a zkube contract on sepolia you can plug to to create the dashboard: 0x491ad6881ccae1882d70b708e…
-
With the recent changes and upcoming RC9 release there are (and are yet to be) a lot of changes to the functionality of the code.
Whilst I try to make sure that all such changes are captured int he…
-
In my opinion in Moira project convey tests are used in wrong and inconvenient way. I propose to discuss the perspective to remove Convey tests and rewrite tests using default `testing.T`.
**Previo…
-
Hi
Thanks for making the plugin available. It was a great way to get started using SlickGrid in WordPress. You have a note in the onload function that notes the implementation is a singleton so it d…
-
Hi @JimDaly ,
I hope this message finds you well. I am currently working on implementing a custom SecondaryRecordSource for the timeline in Dynamics 365 and have encountered a challenge that I hope…
-
In Go, it is very common to use table-driven tests:
```go
tests := struct {
name string
input T
...
} {{
name: "Foo",
...,
}, {
name: "Bar",
...,
}
... // mayb…
-
Learned that @joelanford and @ncdc are of the opinion that using ginkgo for unit tests is introducing unnecessary complexity, which @stevekuznetsov has alluded to [here](https://github.com/operator-fr…