Igor

Results 20 issues of Igor

This is currently not working on the latest osx. Something to do with the preload mechanism.

Hi lovely RGSOC team! I saw that you are using the common [Mercator](https://en.wikipedia.org/wiki/Mercator_projection) projection for the world maps ([example](http://railsgirlssummerofcode.org/blog/2016-06-24-more-teams-aye)). [This clip](https://www.youtube.com/watch?v=vVX-PrBRtTY) from the show "The West Wing" makes a good...

enhancement
help wanted
question

I recently ran into a case of a package that would install fine via `go get` having unexpected behaviour when installing via `gvt fetch`. It turned out that the package...

i've been playing around with `MergeInto`, and noticed some strange behaviour when merging into an empty t-digest. this might be an edge case, i'm not quite sure. here is the...

This patch adds support for `node.stack` in nflxprofile. The nflxprofile format [supports](https://github.com/Netflix/nflxprofile/blob/master/nflxprofile.proto) attaching a list of stack frames to a node. As far as I can tell, this is currently...

The current behaviour is to load everything into a non-partitioned table. That means that queries will scan the entire table every time. In order to make queries cheaper, we can...

This is a feature request. I was trying to use katyusha, but was not able to get it working due to missing ProxyCommand support. We are relying on `ProxyCommand` to...

**What is this feature?** This expands on the work done by @gelicia in https://github.com/grafana/grafana/pull/86003. It allows stale short link expiry to be disabled by setting `short_links.expire_time` to a negative value....

type/docs
area/backend
pr/external

TLDR: this is super useful for setting things like statement_timeout on backend connection initiation. Backstory: We are running pgbouncer in statement pooling mode. We were setting `statement_timeout` on connection start...

This is a stackcollapse processor for the output of `trace-cmd`, specifically the output of `trace-cmd report` when processing a recording with the `function_graph` plugin. It is designed to be used...