Valentin Deleplace
Valentin Deleplace
## Expected Behavior The documentation should say more explicitly how it handles exported and unexported struct fields. ## Current Behavior The documentation doesn't say much about this (unless I missed...
**Describe the bug** `gcloud app deploy` fails when I try to use the StackDriver exporter and Trace. **To Reproduce** Steps to reproduce the behavior: 1. Go to the [Quickstart for...
It would make sense to simplify the use of concurrency for some methods, in order to improve performance and throughput, and to provide users with correct concurrency out-of-the-box, reducing risks...
``` package main import ( "fmt" ) func main() { a := myFloats{1.0, 2.0, 3.0} fmt.Println(a.First()) } //go:generate pie myFloats.First type myFloats []float64 ``` yields ``` ./myfloats_pie.go:5:11: ss.FirstOr undefined (type...
Unique can be modified at no extra cost to keep the original ordering of the elements. This would seem a sensible default to me. Shall I write the code and...
### Current behavior - `` files are read from filesystem - they are read-only - demos may be using the same files (e.g. running the displayed code) ### Desired behavior...
## Current workflow * I move forward to a slide containing a `` * I type my long command live e.g. `go tool pprof -http :6060 benchmark.prof` * I hit...
It would be nice to be able to - display line numbers, or not - display file name, or not - apply arbitrary CSS to the code displayed
It would be great to be able to display only, say, lines 110 to 120 of my source file
If a step features a Shell, the Shell automatically gets the focus, which is nice to start typing. However, how can I advance to the next Step while keeping my...