Tyler Larson

Results 16 comments of Tyler Larson

After reading more https://developers.google.com/v8/embed it looks like go-v8 is missing accesssors, interceptors, and a shadow object model for objects that are accessible in both VMs. I will try to implement...

Thanks for clearing that up. I look forward to it.

I'm having the same issue. My application runs fine outside of Devtool. When running inside it throws these errors. It is not stuck on anything but the native modules. I...

This seems to be related to Electron, not Devtool. This should be the fix http://electron.atom.io/docs/tutorial/using-native-node-modules/

SIMD is going to be available within WebAssembly in Chrome 91 which is to be released in a few weeks. https://www.chromestatus.com/feature/6533147810332672

Supporting a single standard is a whole lot better than not supporting any of them. As a first step I would suggest having the forEachGlyph function to return information about...

I've addressed first issue in #297. The next issue has a few parts. We can only render vector paths. Color also isn't currently managed within the core code. If we...

Sorry I wasn't clear. I'm not talking about modules or libraries of code. I'm talking about ajax style loading of static files, like images, text files and so on from...

Just a path in the config would work. Then from a tests it would be cool if urls could load from either file:// or from localhost from a port configurable...

I never had a chance to pick this up, it would be great is someone else had the time to do it. Sorry.