Jake Teton-Landis

Results 129 comments of Jake Teton-Landis

Very happy to have assistance placing a debug button somewhere and cleaning up the code formatting issues. Probably can't get to any fixes myself until next week.

Agree that the changes to the codegen files are unnecessary here. I'm happy to undo those changes and remove the type generation feature until it's being used. I added the...

Alright, I think this is ready for another look from you @ekzhang.

It'd probably be easier to program directly against the Github API, authenticated using one of the [OAuth flows](https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps#web-application-flow) rather than emulate a whole file-system in memory and work with Git's...

There's no official support for custom cell modes in Observable, but there's a hacky way to replace the TeX cell mode with a user-defined language: https://github.com/observablehq/feedback/issues/106

Perhaps we need executePendingJobs after resolvePromise?

@rot1024 This is awesome! Thank you for sharing. I skimmed the code briefly and didn't see anything suspect (although without comments I didn't understand VMMap at first glance). Great job...

Currently you cannot directly pass a ArrayBuffer or similar to the VM, although it’s an interesting use-case, because we might be able to expose raw data like this directly to...

I’m happy to accept a PR for this. The README should cover how the Typescript API is generated for C functions. is there any more guidance you need?

Thank you for the issue. It’s helpful to know that the FS issue messes with people. For what it’s worth, I solve this in webpack following this stack overflow question:...