Marcus Lacerda

Results 16 issues of Marcus Lacerda

My quirky example, I got QCS running locally on `https://elastic.example.com:32443`. The URL does not get `/app` appended before the path to the app resulting in a faulty URL. Example: ```...

bug

After a selection, usually some values get grayed out. Scrolling down when there are unloaded values will then cause flickers between gray and white.

bug

Go's default `json.Unmarshal` disregards any information that could not be properly mapped to the provided container (struct/slice/map). If we are working with an engine version not compatible with our enigma...

bug
enhancement
v2

Since we strip characters not being unicode letters, numbers, hyphens or underscores we could potentially have naming collisions for objects. An example of such a collision is: ``` object$1 object-1...

bug

Creating for example a measure and dimension with the same `qId` will result in one of them having a random `qId`. We should handle this case in a way that...

enhancement

The `corectl status` command gives very little information and is somewhat poorly documented.

enhancement
v2

We should consider looking over what is returned our commands as well. Currently I would argue it is too terse. For example: ``` > corectl dimension rm my-dim Saving app......

enhancement
v2

Some commits are of little to no importance to our end users, e.g. updates to our circleci configuration. It would therefore be nice to have a prefix for excluding such...

enhancement

I've been diving into *PowerShell* and seeing what we can do in terms of tab completion. Cobra has some built in support for PowerShell completion, however, there are some problems...

enhancement
help wanted

When installing `corectl` through brew or snap you will most likely only get a binary file plopped down in your `$PATH`. It is unclear how users installing `corectl` in this...

enhancement