playground icon indicating copy to clipboard operation
playground copied to clipboard

An interactive Fortran playground

Results 16 playground issues
Sort by recently updated
recently updated
newest added

Fixed console log from the respective file. Closes: #69 Please review this PR and let me know if anything else is required.

There are console log statements for the user input text box. Following attached is the screenshot of the issue: I would like to work on following issue, please assign it...

First it took about 30s to show the result, then I clicked on Run again and got: This is not a good first look of Fortran newcomers who just want...

It would be nice if the user could specify the compiler options to be used.

The green button compiles and runs the program. Would it make sense to add a button that only compiles the program?

We should create a privacy policy that states what user data (if any) is stored and what is it used for, if for anything. Ideally, our privacy policy should boil...

documentation

Playground is not working as of now. Upon code execution it shows the error `OCI runtime exec failed: exec failed: unable to start container process: read init-p: connection reset by...

bug
production

It's currently allowed and users can run shell commands in the container. Should we disallow calling `execute_command_line`, even considering #46?

question
security

When the client makes a request to the playground server, the server copies two files to the Docker container: the program source (main.f90) and input data (input.txt or similar). Deleting...

question
security

We need a security policy to disclose vulnerabilities in the playground.

documentation
security