Daniel Gleason
Daniel Gleason
``` Fetching mysql2 0.3.21 Installing mysql2 0.3.21 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /home/decil/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/mysql2-0.3.21/ext/mysql2 /home/decil/.rbenv/versions/2.7.1/bin/ruby -I /home/decil/.rbenv/versions/2.7.1/lib/ruby/2.7.0 -r ./siteconf20200529-74-1nvszd4.rb extconf.rb checking for ruby/thread.h......
Cannot deserialize dictionary of
This error occurs in a blank project when running with Unity 2020 LTS. `Assets\Mirror\Runtime\Transports\KCP\MirrorTransport\KcpTransport.cs(306,17): error CS0103: The name 'GUILayout' does not exist in the current context`
Is it possible to setup a series of test scripts in javascript, and then run them on a command line for unreal in a CI system? If so, how can...
https://github.com/Rantanen/node-mumble Would I be ab le to use this node module with Unreal.js? I basically want to use Mumble to connect to my mumble voice chat server and then play...
How did you fix this in? #52 ``` Javascript: Error: file:///../../../../Users/decil/Desktop/HVS_Game/Content/Scripts/VoiceChat.js:60: TypeError: require(...)(...) is not a function Javascript: Error: TypeError: require(...)(...) is not a function Javascript: Error: at file:///../../../../Users/decil/Desktop/HVS_Game/Content/Scripts/VoiceChat.js:60:38 Javascript:...
Anyone know how to get this to work? Here is my code: ``` /// /> // ; typing info for auto-completion in Visual Studio Code "use strict" var mumble =...
``` void RegisterUser(std::string username, std::string password) { RestClient::init(); std::unique_ptr conn = std::make_unique(GetRegistrationURL()); conn->SetBasicAuth(username, password); conn->SetTimeout(5); conn->SetUserAgent("game"); conn->AppendHeader("Content-Type", "application/json"); nlohmann::json json_data; json_data["username"] = username; json_data["password"] = password; RestClient::Response resp = conn->post("",...
https://recursion.now.sh/ I found this on your website. It's a great little tool for visual learners. However, I was curious if there is a way to slow down the visualization or...
``` Installing collected packages: PySDL2, PyOpenGL, pyglet, imgui, glfw, pygame, Cython, cocos2d ``` Why do we need all of these? It seems overkill.