Ivan Mironov

Results 44 comments of Ivan Mironov

You need to install gcc and glibc headers. `sudo apt install build-essential` if you use Debian or Ubuntu.

Better RPM spec for Fedora (should also work for CentOS): https://github.com/im-0/fedora-rpm.vlmcsd

I was able to figure out what is going on. Please see https://github.com/fedora-selinux/selinux-policy/pull/2055 and https://github.com/mchehab/rasdaemon/pull/148

Same happens on Fedora 35 with IDEA installed from official tar.gz and rust (including stdlib source code) installed from Fedora's repositories. ``` 2021-10-21 23:16:07,404 [ 13283] ERROR - ct.workspace.StdlibDataFetcher -...

Same sometimes happens with the "Games" menu. Looks like all menus with scrolling may be affected.

This breaks `tokio-serial`. Fix: https://github.com/berkowski/mio-serial/pull/53. Someone will need to coordinate this with the maintainer of `mio-serial`/`tokio-serial` if you decide to merge this pull request.

There is no benchmark specifically for subnormal floating point values for Rapier. And I am not sure whether it will be easy to construct one or not. However, I made...

@herabit the usage of MXCSR in Rapier has nothing to do with rounding. Current code enables "Flush [denormals] to Zero" and "Denormals Are Zero" flags (still UB in Rust). And......

I tried debugging this myself. First, I added `strace` to the Launch Options in Steam: ``` GAME_DEBUGGER="strace -f -s 4096 -o /tmp/hlvr.strace" %command% ``` `GAME_DEBUGGER` was hinted by the contents...

@yaomtc, it may be even more broken because you are using non-standard path for Steam library. I suspect that HL just tries to open subtitles using all-lowercase path, so try...