Eugenio Berretta
Eugenio Berretta
Yes, I was pointing out that in the documentation you could have written exactly that.
> This can be possibly be created using a middleware for now(thanks @mhwelander for the example) > > ```ts > import { PrismaClient } from "@prisma/client"; > const prisma =...
For now, I implemented something similar to the proposed middleware (I just added things such as **count** and made the relation that applies to it an array parameter). To solve...
I have done an implementation of a possible solution (more like a proof of concept) into this branch: https://github.com/euberdeveloper/JPlag/tree/feature/allow-duplicate-submission-names
Yes, it was exactly the same thing that I erroneously re-implemented... My bad, I should have probably noticed it from the code. But I didn't see anything in the documentation,...
@tsaglam Can you give a better reference? Do you mean that the hosted JPlag viewer will be removed?
Ok thanks, can I ask why will it be stopped for next versions? In my case for example it would be needed because the zip result would be in a...
On a first look, without knowing perfectly how the code works, one idea could be hosting, with GitHub actions or a different pipeline, one website for each version (maybe the...
any news?
Isn't it a duplicate of: #263