CrypticSignal

Results 28 comments of CrypticSignal

> Can we also extract the padding: theme.spacing(2)? Done! How does [this](https://github.com/grafana/grafana/pull/53385/commits/037f682c8c4eacf220fca4976bd9538a87c44cee) look?

> Note: when enterprise fails - that usually means you need to pull the latest code from main into your branch. I'm not sure how to do this. From some...

> This PR is failing.. can you see why? Yes, I didn't set a milestone. Sorted.

`ffprobe -i [audio file] -show_streams -select_streams a:0` will show you various information such as the number of channels (e.g. 2) and the channel layout (e.g. stereo).

> A pull request for this would be accepted ;) Unfortunately I don't know Java. This would be implemented in MultimediaObject.java, correct?

By the way, here's the kind of output that you get with `ffprobe -i [audio file] -show_streams -select_streams a:0`. This is for a 6-channel (5.1) audio file: ``` Duration: 00:00:08.50,...

It's a shame there has been no response to this. Every other major codec - AAC, MP3, Vorbis have quality setting for VBR. I too would like a quality setting...

@joey-grafana I can. Would you like me to push the changes to this PR?

@joey-grafana Just checked and it seems like no limit is set by default when using Jaeger, so adding adding `Default: x` placeholder wouldn't make sense unless I implement a default...

I have closed this PR as I have merged the changes in this PR with PR #58006.