papyros icon indicating copy to clipboard operation
papyros copied to clipboard

📜 Scratchpad for Python and JS, running in the browser.

Results 78 papyros issues
Sort by recently updated
recently updated
newest added

Many debug frames contain the same objects. When these objects are large data structures, repeatedly storing these objects may take a lot of memory, which seems to drastically slow down...

Steps to reproduce: - go to exercise: [https://dodona.be/nl/courses/3355/series/36010/activities/279985369/](https://dodona.be/nl/courses/3355/series/36010/activities/279985369/) - submit sample solution - launch debugger from any test case - you'll get ![image](https://github.com/dodona-edu/papyros/assets/5736113/0a5d5936-774d-4fe2-83a1-a6e9f396d566) Running the code (with the test case)...

bug

If an uncaught runtime exception is raised while running the Python code, the last debug frame should show that runtime error: ![image](https://github.com/dodona-edu/papyros/assets/5736113/7091446c-bba9-4179-bbd6-59c8abfcd178) Now, the runtime error is shown in the...

Some features that users might expected to work are not available in Papyros due to limitations of Pyodide. This issue compiles a non-exhaustive list of such things. - [ ]...

bug
wontfix

Steps to reproduce: - go to exercise [])() - submit the sample solution - launch the debugger from any test case - you'll get ![image](https://github.com/dodona-edu/papyros/assets/5736113/d377e39b-f8fe-4471-888b-c54d597ad81c) There are many calls to...

enhancement

> I encountered a small issue when running a simple input/output exercise (sum of 2 numbers): the input of the test was correctly loaded into the input area, but the...

feature

This is the initial view after debugging is started: ![image](https://github.com/dodona-edu/papyros/assets/5736113/dd0d996e-285e-4c62-9359-4d71a90dfdf4) I would expect the generated output to be greyed out when in step 1, as is the case when going...

Module imports no longer seem to work in the current Papyros version. See "Matplotlib" demo on https://papyros.dodona.be/ for an example: ![image](https://github.com/dodona-edu/papyros/assets/5736113/1c7f62e1-4b73-4388-8de9-2574cea7c129) Same issue occurs on Papyros-version integrated in Dodona.

bug

Given the target audience, we might also support spellchecking with i18n support.

low priority

Support REPL for interactive Python use.

enhancement
question