Kamil Samigullin
Kamil Samigullin
- [ ] https://blog.golang.org/http-tracing - [ ] ...
- id for each node - parent id for each child node - blocker is goroutines support
```go call := tracer.Fetch(ctx).With(make([]Checkpoint, 0, 10)).Start() defer call.Stop() ... call.Checkpoint() ... call.Checkpoint("id", "labelX", "labelY") ... ```
```go func Middleware(handler http.Handler) http.Handler { return http.HandlerFunc(func (...) { ctx := context.WithValue(req.Context(), key, tracer) http.ServeHTTP(rw, req.WithContex(ctx)) if ctx.Err() != nil { // fetch tracer, write trace into Sentry }...
### Description Recently I started writing articles in FSNotes. I'm using Hugo to convert them into a static site. But FSNotes doesn't support "front matter" (see https://gohugo.io/content-management/front-matter/). It's not a...
### Description I found a broken view when adding a lot of tags. I think it happened because it tried to drop them to the second line. ### To Reproduce...
Hi! Based on this approach https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module to track tool dependencies for a module, as [an example](https://github.com/kamilsk/dotfiles/blob/b7c282d8b5ca726aae7c751a4bc0bcf5e90a9058/toolset/tools.go#L18), I found a slight inconvenience when working with `dsq`, because `dsq` uses a different...
- https://github.com/octolab/breaker/releases/tag/v1.2.0 - update the link https://github.com/kamilsk?tab=overview&from=2021-12-01&to=2021-12-31#latest-releases