Alex Chesser

Results 21 comments of Alex Chesser

So, it looks like we could get away with adding a top level menu item which calls and displays the result of `/#lab/api-browser/Favourites.GetFavourites` the get favourites API call. I'm assuming,...

Note the one thing that does concern me with this PR is found within the [UnityOpenProject1.asmdef assembly definition file](https://github.com/UnityTechnologies/open-project-1/pull/88/files#diff-7655ac663418a5eae733d26e96478abfdd351b5eefdc8e15bf1bc13fcc3489f4) Any libraries referenced in any scripts have to be included as...

Hmmm ... Interesting. Thanks for the insight. That'd be a pretty reasonable workaround, except the ASMDEF on the main project is required in order to be able to reference its...

Update: I've put together a bit of reorganization. - names for ASMDEF files are more fully qualified and specific for easier identification - main SCRIPTS have been moved to their...

Per a forum comment, this PR adds 4 external dependencies each is listed here with a link to the licenses included - https://www.nuget.org/packages/moq https://raw.githubusercontent.com/moq/moq4/master/License.txt - https://www.nuget.org/packages/Castle.Core/ http://www.apache.org/licenses/LICENSE-2.0.html - https://www.nuget.org/packages/System.Threading.Tasks.Extensions/ https://github.com/dotnet/corefx/blob/master/LICENSE.TXT...

Reading the errors, this looks like when I ran `npm i react` it may have installed a version greater than the version used in the Gatsby framework? I can't follow...

If if helps - I went through manually updating every package that was angry at me and have now ended up with ``` { "name": "complete-intro-to-react-v6", "description": "come learn React...

@btholt ok - I'm able to keep moving forward and have decided to just give up on having my "homework" folder exist as a child of the rest of this...

Hey @detolox I've just been working on that. It has been broken in Android until today. You'll have to grab some bleeding edge stuff. Because Android base64 hasn't need working...