Tyler Dunn

Results 96 comments of Tyler Dunn

~~Changing `constexpr` to `const` for the affected line should work (See documentation for [std::min]~~(https://en.cppreference.com/w/cpp/algorithm/min)): https://github.com/arvidn/libtorrent/blob/e9bbf16bdd899f42aef0f0c2b1f214de2c15ac92/include/libtorrent/file_storage.hpp#L236 ~~I'm wondering if the issue lies in `c++1y` being an earlier state of `c++14`.~~ See...

https://github.com/qbittorrent/qBittorrent/wiki/How-to-use-portable-mode

There was some previous discussion in #15281 about modernizing the UI, and the maintainers aren't even opposed to using an existing alternative web UI. The problem is the lack of...

It would happen for every flag because we set this, assumably for spacing: ```css .fi:before { content: '\00a0'; } ``` In his specific case, he can either remove that from...

Hi @larsk2009 and @patrykwojtasik, I have recently revisited this. It appears that `@charset "utf-8";` **must** be the first byte of the CSS file, according to [W3](https://www.w3.org/International/questions/qa-css-charset.en). I made a patchset...

Thanks for the response. I'm currently unable to reproduce on my end unfortunately, so I can't verify if my fix is appropriate or not. Take care!

Auto-update has been [declined in the past](https://github.com/qbittorrent/qBittorrent/issues/4201).

@knoware Shouldn't it be app:dsb_indicatorElevation="0dp"?

This is the minimum work required to add the fact chunk for `WAVE_FORMAT_EXTENSIBLE` files. This is the output of sndfile-info on a decoded WAV file with 24 bps tested with...

@ktmf01 What are your thoughts on this? I almost see this as bloat as it is redundant data - but it is supposedly part of the spec, and libsndfile in...