Roger Johansson

Results 112 issues of Roger Johansson

This is how I want to render my graphs Here is what I have using MermaidJS so far: ```mermaid graph TB a1((Player1)) a2((Player5)) b1((Player7)) b2((Player9)) c1((Player3)) c2((Player6)) d1((Player2)) d2((Player4)) subgraph...

Type: Other
Status: Triage

I have the following line: ``` var statuses = await _client.Health.Service(_clusterName, null, true, CancellationToken.None); ``` This is polled in a loop in x seconds. once in a while, this gets...

When using CodeGlance on a High DPI screen, the preview is very small. There is a setting for 1-4 pixels per row, but that is not enough on such screen....

I'm not sure if this is a windows issue or a general bug. Bug I can't compile my protos using the "proto3: Compile this proto" and there is no output...

Currently, the transpiler just outputs to std out, this should be changed so that users can pass a directory path so the transpiler can output KT files in the given...

help wanted

Based on this: https://twitter.com/RogerAlsing/status/1494616959983525888 It is often hard to correlate and see what pod a log window points to. It's all the same color ![image](https://user-images.githubusercontent.com/647031/154683585-5f6b5aab-f4cd-4d7b-b5f6-ca0882088e44.png) One improvement could be to...

enhancement
area/ui
area/logs
area/dock

poc scoped DI

Controlling layouts in Mermaid is somewhat problematic. Often we have to resort to strange hacks and CSS tricks to make the diagrams look as intended. One way to achieve better...

Type: Enhancement
Status: Triage

``` Logger().Debug(fmt.Sprintf("..... ``` Use proper structured logging instead.

up for grabs