Results 226 comments of Simonas Kazlauskas

Yeah, I’ve the `ffmpeg` package (tried both 1.1.4 & 1.1.6.) `ffmpeg` itself is at version `4.4.2`.

Addendum to https://github.com/savonet/liquidsoap/issues/2661#issuecomment-1264434927: ``` gst-launch-1.0 audiotestsrc ! flacenc ! oggmux ! srtsink mode=listener localaddress=127.0.0.1 localport=8000 liquidsoap 'output(buffer(input.srt(mode="caller")))' ``` works alright (the flac has been muxed into an `ogg` for streaming...

Hm, so looking at the API, ``` pub fn finalize(self) -> Result ``` taking the ownership of the `VecAssembler` is a problem. If it was changed (or an alternative method...

Are you sure you’re using `VecAssembler`? `VecAssembler` should not result in any `mprotect` calls (and could be the first thing to try to improve the performance in your project)

https://cfarm.tetaneutral.net/ exists exactly for that purpose and has a variety of aarch64 machines. Try there, perhaps?

i definitely seen bugs being caught by clippy in CI, so I'm in favour of adding some of the clippy lints to at least CI.

A problem we have is more general in that we: a) don't always preserve the cause-chain; b) don't ever print the cause-chain. We should start doing both but especially (b)...

This is probably as good place as any to start a discussion to reach consensus in the first place. ## How and what to instrument/measure I heard a concerning thing...

NB: I intend to keep adding additional comments here with my thoughts as examples come up. But I do think that we should eventually set ourselves a deadline of some...

I'm personally partial to only having an option to set a level on the CLI, especially since we already are outgrowing the concept of “just” logging. See also https://github.com/near/nearcore/pull/6874 It...