You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i need to run code in nodejs. So my idea was to spawn a nodejs process and communicate with it by sending jsonl messages to stdin (you call it sdtin) & getting jsonl messages back from stdout.
But when i attempt to write to stdin it just crashes sketch. No crash reports in console.
the typo is not a problem, but how to even debug the crash?
writeData is deprecated, but that shouldn't cause a crash (or is the underlying implementation using the non-deprecated function internally anyway?).
Are there any typescript declarations for the apple javascript types? Couldn't find any so far. (What's the name of that apple js runtime? Asking so that i can search for it)
Hi,
i need to run code in nodejs. So my idea was to spawn a nodejs process and communicate with it by sending jsonl messages to stdin (you call it sdtin) & getting jsonl messages back from stdout.
But when i attempt to write to stdin it just crashes sketch. No crash reports in console.
The text was updated successfully, but these errors were encountered: