Diego Bernardes

Results 51 issues of Diego Bernardes

Look at this example in a java editor, when the autocomplete open, it shows the related documentation to that attributem if available: ![Image of Yaktocat](http://i.stack.imgur.com/WVpzT.png) Is it possible to show...

**Is your feature request related to a problem? Please describe.** I would like to use Datadog APM with Tyk Gateway. **Describe the solution you'd like** It's clear that we can...

enhancement
zendesk
platform-squad

I'm using vscode. This is the first issue: ``` can't load package: package github.com/diegobernardes/flare: build constraints exclude all Go files in /Users/diego.bernardes/Projects/go/src/github.com/diegobernardes/flare ``` Ok, this is because the: `// +build...

:memo: docs
:jack_o_lantern: hacktoberfest

Mage doesn't play nice with some Gometalinter linters, so, I had to put a `// nolint:` in some commands. The problem is, the function/struct comment is used by Mage at...

:rocket: future-maybe

It's possible or there is any roadmap to support nested namespaces? This is useful during complex workflows: ``` mage docker:ci:build mage docker:ci:push mage docker:app:build mage docker:app:push ```

:sparkles: enhancement
:jack_o_lantern: hacktoberfest

**Issue/Bug Description:** It would be awesome to enable the tiling per workspace. As a developer, I may be working in a workspace that has my editor and some information, but...

enhancement

I'm using goconvey 1.6.3 and i'm getting the output messages out of order, some times they are like this, which is correct: ``` === RUN TestResourceCreate Given a list of...

With parallel: ```bash === RUN TestHandlerIndex === PAUSE TestHandlerIndex === RUN TestHandlerShow === PAUSE TestHandlerShow === RUN TestHandlerCreate === PAUSE TestHandlerCreate === CONT TestHandlerIndex === CONT TestHandlerCreate === CONT TestHandlerShow...

I don't have the mathematical background to answer this question, but it's possible to merge two tdigest structs and keep the same or similar results as if all the values...