sedimentation-fault

Results 34 comments of sedimentation-fault

Open the _.vim_ file of _GSApprox_, e.g. _/usr/share/vim/vimfiles/plugin/CSApprox.vim_ Find ``` " Return if not running in an 88/256 color terminal if &t_Co != 256 && &t_Co != 88 if &verbose...

I can confirm that you need both settings DO_NOT_UNSET_QT_QPA_PLATFORMTHEME=1 DO_NOT_SET_DESKTOP_SETTINGS_UNAWARE=1 in order to have megasync follow my own special Qt theme through qt5ct. Setting only DO_NOT_UNSET_QT_QPA_PLATFORMTHEME is not enough. If...

Here is some system information for my above comment: Portage 2.3.99 (python 3.7.7-final-0, default/linux/amd64/17.0/hardened, gcc-9.3.0, glibc-2.30-r8, 4.19.81-gentoo x86_64) ================================================================= System uname: Linux-4.19.81-gentoo-x86_64-Intel-R-_Core-TM-_i7-6700HQ_CPU_@_2.60GHz-with-gentoo-2.6 sh bash 5.0_p17 ld GNU ld (Gentoo 2.33.1...

Tried with _gcc_ 7.3.0, 7.5.0 and 8.3.0 (in addition to 9.3.0 above) but the error persisted...

This is probably the most important feature request for this project. It is always a PITA having to `ripgrep` for "function ..." in newly included external libraries and exclude the...

This problem seems to have multiple, deeper reasons (in addition to the ones already mentioned), which the error message `"The profile was not added in time"` effectively covers from sight:...

Actually, the diff file I presented is all you need to implement this feature request - but if you insist on a PR, just tell me and I will do...

On a side-note, the above settings _do help_ in an XFS filesystem to increase SMR write performance to anywhere between _10_ and _40MB/sec_ - that's _huge_ compared to _1MB/sec_ for...

I have been staring at this feature request for the past half an hour and the more I look at it, the more ideas keep pouring out of my head...so...

In the above, I forgot: you need a *phpstan* extension that you can install by: ```bash cd phpstan ``` You are in the directory that was created by Composer (you...