Kevin Jilissen

Results 129 comments of Kevin Jilissen

> img > > A bigger issue is probably the multiple editors, as in [#3103](https://github.com/DOMjudge/domjudge/pull/3103): img Just dropping the idea quickly without working it out, as a reminder that at...

I like this card the most: Perhaps we can align the icon with the problem badge?

Do we want to include the revert reason in the commit message?

Overall, looks good. > Also it takes a few seconds to render correctly. I could not reproduce this. Where did it take long for you as it was instant for...

@vmcj This force-push is a rebase and re-applying the `flex-pass` on the correct elements.

Yes, I kept it unmerged as it causes conflicts with the external id branch and this one is probably easier to rebase. Given that that one will take some more...

Arch and derived distros only package yarn classic: ``` ❯ pacman -Qi yarn Name : yarn Version : 1.22.22-2 Description : Fast, reliable, and secure dependency management Architecture : any...

@meisterT Yarn differentiates between don't generate and fail vs don't generate and continue: ``` --pure-lockfile don't generate a lockfile --frozen-lockfile don't generate a lockfile and fail if an update is...

The [debian wiki](https://wiki.debian.org/Yarn) mentions how you can use yarn classic using [corepack](https://github.com/nodejs/corepack), which is included starting from nodejs `14.19.0`. This is also available for [debian](https://salsa.debian.org/js-team/node-yarnpkg/-/blob/master/debian/README.Debian#L16) using the `corepack yarn` command....