Tyler Larson

Results 15 issues of Tyler Larson

Add a simple function to skew a mat2d.

I have been using the web browser on a desktop outside of Ejecta to profile and debug everything within the app that I am creating. This works ok with validation...

Go-v8 is seemingly working great, but it seems to be missing features that would make it useful to real apps like adding functions to existing JS objects, or prototypes, or...

I would like to implement setTimeout and setInterval. The version that I have created below works but it is blocking anything in the JS from running. I'm new to Go...

How are you handling graphics? Is it possible yet to create lua applications that have control over the screen buffer? I don't see any Lua code that is able to...

This library eats up CPU and isn't able to keep up with the frame rate of my browser (Chrome, MacBook Pro). I addressed these issues in a fork for myself,...

When Puppeteer is started there are a number of dependencies that are loaded into the browsers window but these are all hard coded from what I can see. Is there...

enhancement

Would it be hard to add SSL support?

Am I using this incorrectly? ``` const mjpeg = require('./index.js'); const fs = require('fs'); function pad(number) { if (number { console.log('start'); let current = 1; function next() { fs.readFile('./images/image-'+pad(current)+'.jpg', function...

I'm getting an error while trying to build your project, maybe I need to be running a different version of something? > node-gyp build > gyp info it worked if...