Jan Alexander Steffens

Results 69 comments of Jan Alexander Steffens

> I had an aggressive power-saving udev config which set `power/control` to `auto` for almost all PCI devices. After removing this config, `dmesg` still shows registration errors but speakers and...

Also seeing this, with 3.2.14 and the current master. `ac_cv_sys_file_offset_bits` is not set at all. Notably this is on Linux x86_64, where no defines should be needed.

autoconf no longer sets this variable as of 2.72 (https://github.com/autotools-mirror/autoconf/commit/cf09f48841b66fe76f606dd6018bb3a93242a7c9) I'm going to work around this via `--disable-largefile`.

I'm still seeing this with the latest master. DASH init files disappear occasionally while the stream is still publishing.

Note that I'm still on 1.10. I assume the init segments can get accidentally deleted right after they're written, before the playlist is first created. So as a workaround I...

As another data point, I'm currently running a server like this: ```ini # /etc/systemd/system/atuin.service [Unit] Description=Atuin shell history server Requires=postgresql.service After=postgresql.service [Service] User=atuin WorkingDirectory=/srv/atuin ExecStart=/usr/bin/atuin server start Environment=ATUIN_CONFIG_DIR=. TZ=UTC RUST_LOG=atuin::api=info...

I think this is basically the return of https://github.com/mesonbuild/meson/issues/12459.

Unfortunately I couldn't find the time to test, sorry. I did take a gander at the code, though, and it looks sound to me.

I tried a report-to-moderators via msc3215, which was delivered successfully, but the bot still does not react to using any of the reactions on the report message.

I also ran into this issue. Could you add the shrunken model data to the opus git repository, please, so that they're covered by your signed tags and opus can...