Rowan Miller
Rowan Miller
Our scenario is a "Coding challenge". We would show a stubbed out method with some `// TODO`s to implement or fix the code. It would be great to define a...
BTW this would also apply to our current [In-Browser Tutorial](https://www.microsoft.com/net/learn/in-browser-tutorial/1) - currently all the validation is done in JavaScript by string parsing the code and output.
@jonsequitur sounds promising... you support that now? Gist's wouldn't be ideal, as the Playpen system would be driven by metadata and it would be cumbersome to put everything into Gists......
Nice! Do you have an example?
@jonsequitur once we've used setWorkspace, is there a way to reset the editor? Or send a setWorkspace message that will load up a snippet (without the full console app etc.)?...
From a developer perspective, the main pain point I have at the moment is the security that only allows request from certain domains. This is painful for local development, as...
BTW for the security thing, my ideal solution would be some form of "free quota" that allows a small number of requests from a certain location. When I'm working on...
We use local storage in the In-Browser Tutorial to keep the users code at each step of the tutorial. That way if they close the browser and come back later,...
On the .NET website side we'd be very interested in the testing scenario too. For the .NET Playpen idea we're experimenting with, we want to include coding challenges. Having a...
@venkatesh-bhupathi The provider is currently on-hold as our team focuses on adding in the critical features that prevent folks from adopting EF Core. We do plan to bring the provider...