Peter Stenger
Peter Stenger
### Details - We should highlight manual grading via the UI before the download/upload approach - Documentation could use labeled pictures
With #12153 , we are bottlenecked at 5min for a docker CI test. 3 minutes of that is docker: 55 sec pull pl-base 30 sec yarn 80 sec turbo 15...
While I think we can save this for another PR, are you thinking we'll eventually update all the individual `vitest.config.ts` files in `apps/*` and `packages/*` to use this shared config...
- Server code benefits from HMR - Try out using Vite to improve server reload time for development, create PoC Idea is to use vite to partially reload the server:...
- Our current Python Autograder executes student code in the same process as the grading scripts. This causes major issues; same-process execution in Python is almost impossible to prevent against....
This reminds me that a debug configuration for the PL server is also helpful. _Originally posted by @reteps in https://github.com/PrairieLearn/PrairieLearn/issues/12027#issuecomment-2926658080_
### Details [Gradescope](https://gradescope-autograders.readthedocs.io/en/latest/specs/) supports a `visibility` parameter with the following options: - `hidden`: test case will never be shown to students - `after_due_date`: test case will be shown after the...
### Search before asking - [x] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### Description I would like sqlfluff to write out a file containing the state of...
It would be nice to show the functions above the classes for our documentation. It would be nice to specify the category ordering on the page.
### Clear and concise description of the problem When using `minProperties`, I want to distinguish objects members written in [shorthand](https://ui.dev/shorthand-properties#shorthand-properties) from those not. For example: ``` const foo = {...