Josh Wittner
Josh Wittner
I get these warnings which scare me when building for x64: ``` 1>PlaySpace\PlaySpaceInfos_W.cpp(3682): warning C4311: 'type cast': pointer truncation from 'U8 *' to 'U32' 1>PlaySpace\PlaySpaceInfos_W.cpp(3682): warning C4302: 'type cast': truncation...
I get these build errors: ``` HoloToolkit\SpatialUnderstanding\Src\Engine\MathInlinePc_Z.h(15): error C4235: nonstandard extension used: '__asm' keyword not supported on this architecture HoloToolkit\SpatialUnderstanding\Src\Engine\MathInlinePc_Z.h(16): error C2065: 'fld': undeclared identifier HoloToolkit\SpatialUnderstanding\Src\Engine\MathInlinePc_Z.h(16): error C2146: syntax error:...
I have a use case where I want to display some modifiable state of the session on a list of the available sessions. The state can't be contained in the...
As far as I can tell, the lfs-test-server doesn't implement the batch API, so there's no way to use the tool to test the full git-lfs apis available to the...
**License Issue** **What is the current behavior?** Current create-react-context dependency version (resolves to 0.2.3) [license](https://github.com/jamiebuilds/create-react-context/blob/v0.2.3/LICENSE) excludes many companies from use of create-react-context, and thus from using react-localize-redux as well. **What...
Infrequently I receive an error from UnitySetup when installing: > "Cannot bind parameter \u0027SecondsRemaining\u0027. Cannot convert value \"NaN\" to type \"System.Int32\". Error: \"Value was either too large or too small...
This fixes an issue where destination and basepath were being improperly leveraged.
Right now it downloads them one at a time then installs all. It should download them all asynchronously, when the main installer for the platform is done it should install...
Set/Remove environment variables, eg. {key:"UNITY_2017.4.2f2", value: ""}. This would make them discoverable in online build systems and leveraged appropriately.
PowerShell Core is now cross-platform. We should investigate supporting the *nix world, including Mac. ### Mac - [ ] Find-UnitySetupInstaller - [x] Get-UnityProjectInstance - [x] Get-UnitySetupInstance - [ ] Install-UnitySetupInstance...