Yaakov
Yaakov
For anybody looking for an easy copy-paste workaround: ```shell dd if=/dev/zero of=rom.sav bs=1 count=32k ```
If I disable the credential helper / GCM entirely with `git config --system --unset credential.helper`, Git dumps me into a credentials prompt: ```plain >git clone https://devops-test.wtg.zone/DefaultCollection/TestProject/_git/TestProject 13:52:57.581000 exec-cmd.c:237 trace: resolved...
I have an object that sets this up at the start of its lifecycle, so ideally it should also clean it up at the end of its lifecycle. In practice...
It would probably be more "useful for anyone" if it was in a separate Issue with a name that described the scenario, rather than existing in a completely unrelated hijacked...
Is there any timeline for merging this?
The directions are outdated. Build the Xcode project, VPC no longer created Makefiles on OS X.
It sounds like you're using a version of Xcode that isn't obsolete. :) In base.xcconfig, change the `SDKROOT` line at the bottom to read: ``` SDKROOT = macosx ``` That'll...
Yeah, clang gets better and better with warnings and errors in newer versions. You should probably open a pull request with that change so that other people don't have to...
How do you deal with the fact that you can have multiple SRV records for a given host, priorities and weight? You could have for example: _tf2._udp.somehost.org 10 10 27015...
Not surprising, VS2015 isn't released yet. :)