Logan Hunt
Logan Hunt
@gpshead that is very interesting! I have never heard of a tool that provides code review suggestions in that way before, but I could see how that would be really...
@Tanmoy741127 , about your first point: would it be possible to use [`Path`](https://docs.python.org/3/library/pathlib.html) objects to serve files/folders to the user? I imagine something like this would be useful: ```python from...
Will do! I'll take a look at it in the next couple of days
Sorry for the delay on this! A couple notes: 1. Files passed to `open()` should be checked to ensure that they are from inside the directory Lumi is being ran...