Luke Bayes
Luke Bayes
Issue #53 After building and installing Gambit tag "v4.8.5" from source (on OS X and Linux), the requested file names are not available and calling this script throws the following...
After bumping into the (super helpful) USB device permission prompt, and updating my udev rules with the supplied commands (thanks!), and then getting the python3 requirements installed, initiating the demo...
I'm attempting to run a Webrtc client within browsers _and_ nodejs. The browser build seems to work well. The nodejs (ES6 modules) side is having some problems. Here is some...
First, thanks so much for all your incredible work! This language and working environment are exactly what I've been hoping to find for many, many years. I'm trying to build...
There are a number of compile errors for missing definitions when building against the library for an STM32L4 series IC. It's possible there are other issues that need to be...
Fixed argument typo and added UNUSED() macro calls for unused parameters.
After installing the y-webrtc package, my unminified JavaScript bundle went from 219.7kb to 417.6kb (197.9kb difference) and my minified bundle went from 90kb to 202kb. I was naturally curious, so...
The following command should create a new project named "TempProject", rather than failing: ``` $ sprout-as3 TempProject/ ``` Created directory: ./TempProject/ Created file: ./TempProject/rakefile.rb Created file: ./TempProject/Gemfile Created directory: ./TempProject/src...