Jonathan Chan Kwan Yin
Jonathan Chan Kwan Yin
Alternatively, the ability to distinguish logs by level (error/info) would be useful too.
Sure. I am not sure if we want to persist it in local storage though; how would that interact with multiple tabs opened concurrently?
@ThomasMontanoGames If it is really so bad for you, you could always do `/** Xxx */ Xxx,`. Of course rustfmt will still move the attribute to the line above and...
sounds like a JSON encode error
I'm happy to contribute this feature myself, would just like to hear some opinions on the design first.
Well, I use the `TryForEach` function a lot in the implementation of a certain interface in my project, so I have to add `//nolint:wrapcheck` above the whole function for every...
Actually I forgot almost everything about Poggit. Feel free to merge this yourself, no need to wait for my review.
I know it was weird of me to `toJson` a `.Chart`. I did so simply because I was passing an enormous dictionary as argument to another template, and I thought...
```console $ cat templates/example.yaml apiVersion: v1 kind: ConfigMap metadata: name: abc data: release: {{include "show-keys" (toJson .Release) | toJson}} chart: {{include "show-keys" (toJson .Chart) | toJson}} {{- define "show-keys" -}}...
This issue is still valid, and it is not a support request.