DanMan

Results 41 comments of DanMan

Ok, thanks.

I've just run into this problem on Fedora 33 (colord v1.4.5) again. Trying to import the profile with `colormgr import-profile my_profile.icc` results in "The profile was not added in time"....

That's probably why FirePHP divides its data up into multiple headers. You can also get the headers smaller by doing a `gzcompress()` (or `gzencode()`) in PHP before you `base64_encode()` them....

Coming from FirePHP myself this is generally a good idea, but you changed a bit more than necessary, which I think is inappropriate. Maybe just add the switch and leave...

YW @okonomiyaki3000 . Judging from the commit history, yes. Maybe you can put your fork on packagist.org ? I think it might be the most complete. It's a shame that...

I think that's because the console expects JS, and the only way to represent PHP assoc. arrays in JS are objects.

There supposedly is an .xliff to .res converter by ICU (http://icu-project.org/download/xliff2icuconverter.html), but it doesn't seem to work when I try it, and then there's the problem that I need to...

> Originally tested this game in 4.11.11, still working flawlessly in 5.0.4. Disable ESYNC still needs to exist to prevent crashing. All proton versions played using an Xbox controller. @kode54...

Nice. But the thing with symlinks is that they just point to another file's directory entry (not inode¹), which might itself be another symlink. So you add at least 1...

Known issue: https://github.com/ValveSoftware/Proton/wiki/Changelog