Ben Coleman

Results 85 comments of Ben Coleman

We definitely need this Since I've started working only with YAML builds, asking people to drop out to the UI just to set a storage key or other secret value...

I've solved this by manually parsing with jsyaml and calling `getMetadata(true)` but would be good if showdown could return correctly parsed data back

I don't think this is getting fixed, I've switched to using another extension. Shame as this was really nice

This one seems ok - https://github.com/gildas-lormeau/JSONView-for-Chrome Pretty basic but it lets you apply your own CSS to style the JSON. A few others I looked at were even more basic...

k6 doesn't do this by default, but there's a fairly simple work around using custom trends. ```js let myRequestTrend = new Trend('myRequest') // do something myRequestTrend .add(resp.timings.duration) ``` If you...

I am unable to reproduce this

I just tried the same, creating a Vue app without webpack/Node, using ES modules and CDN I can't find any way to use Fontawesome :(

I would love to see this, I run a lot of demos of Kubernetes and having the dashboard auto refresh would make my life so much easier. It would make...

Same issue here :( With @vue/vue3-jest version 27.0.0-alpha.3