Nathan Wang
Nathan Wang
Oh that makes sense, thanks for letting me know! Don't worry about it -- mistakes happen and this is totally fine as long as it's not likely to be a...
I'm not sure if we will have the bandwidth to do this anytime soon, so I'm thinking I will close this issue for now. Please feel free to reopen /...
While this is something that is possible, I'm not sure if it's worth it for us to support this functionality since it seems like a lot of technical effort (both...
It might not be that difficult to implement a "read-only" version of the legacy IDE -- basically we would have to go through every file we currently have, download it,...
To convert firepad data to text on the server, I think Firepad headless mode works: https://firepad.io/docs/#headless I think the headless mode would also work in the browser.
I'm facing the same issue. Additionally, `MappedAsDataclass` to the base class does not work. As a workaround, adding `MappedAsDataclass` after `db.Model` in the `User` class seems to work. Alternatively: ```py...
This will be implemented in #94
In addition, also implement the changes described in #86 (reset all languages; reset compile flag to be the default)
fixed in #87
closing in favor of #79