John Schoenick
John Schoenick
A somewhat useless +1 here -- I gave this a shot to rebase a [large patchset](http://bugzil.la/jsplugins) on [Gecko](https://github.com/mozilla/gecko-dev) that was several months out of date. It worked well, rebasing the...
> I've tried to implement this, and i've pushed my WIP at https://github.com/MrHacky/git-imerge/tree/wip-notree-automerge Sorry for the delayed response -- I tested this and it does seem to make a large...
`highlight-symbol-mode` seems to force fontification repeatedly, rather than marking things for lazy fontification. This means large files will stutter like crazy as the whole document is re-highlighted repeatedly. It's a...
So I looked into this, it seems like this _should_ be solved on emacs >= 25: ``` elisp (defun highlight-symbol-flush () (if (fboundp 'font-lock-flush) (font-lock-flush) ;; Emacs < 25 (with-no-warnings...
This is because of the somewhat-legacy way steam launches SDK mods, I'll take a look. In the meantime, `-steam` in the launch parameters is the best workaround.
The current SDK release targets GCC 4.8. A future SDK update will fix GCC 6 / Clang 3.9 compilation out of the box. Until then you may need to make...
We generally don't expose engine source in the SDK, and just buildcubemaps.cpp wouldn't be buildable on its own. Cubemap generation, though, is not terribly complex -- it mostly consists of...
Hi @PazerOP - can you acknowledge that you've read and agree to the terms here? https://github.com/ValveSoftware/source-sdk-2013/blob/master/CONTRIBUTING I will give this a read through and see if it makes sense to...
We have been investigating this. It appears to affect only specific WiFi access points, possibly with specific settings. If you are affected by this issue, the following information would be...
I just ran into this as well. @GreenLandisaLie's suggestion seems like the best short term fix here. As they note, this is already exactly what happens, the problem is the...