Skip to content

Conversation

@Meren78
Copy link

@Meren78 Meren78 commented May 26, 2021

UnhandledPromiseRejectionWarning: No source provided.

var code = 'print("I can also run Python.")';
 runWandbox.fromString(code, { 'compiler': 'python-3.5.0' }, function clbk(errror, results) {
			var out = results;
			/*
				{
					program_message: 'I can also run Python.\n',
					program_output: 'I can also run Python.\n',
					status: '0'
				}
			*/
			console.log(out)
		});
	
	}

TinyPandas added 10 commits May 4, 2021 09:48
Fixed String Dest required when saving
Began implementation of API based Result on StringV2
Implemented `getCompilers(lang)` and typings
Final Implementation of v3 methods
Removal of v1 methods
Deprecation of v2 methods
v1.0.0 will break all previous implementations of this api
Complete typings for fromString and fromFile
Implement getCompilers
Implement structured parameters
v1.0.0 will break all previous implementations of this api
Complete typings for fromString and fromFile
Implement getCompilers
Implement structured parameters
Fixed `e` not defined in file.js
Update typed result for methods
Implement unit test in v100_test.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants