Maarten Sijm

Results 18 issues of Maarten Sijm

As a participant, it would be nice to get a push notification when the result of a submission comes in. DOMjudge already has notifications for incoming clarifications, but not yet...

enhancement
web interface
good first issue
frontend

Follow-up of #1807. ### Description of the enhancement request In `contest.yaml`, `activate_time` and `deactivate_time` now need to be full-blown ISO strings, but I would like to use relative times as...

enhancement
import/export
API

I was experimenting a bit with accessing a `.grist` SQLite database via the [`sqlite3`](https://www.sqlite.org/cli.html) program. Super awesome that it's possible to change data externally like this! However, I needed to...

To reproduce: ``` ~ $ mkdir tmp ~ $ cd tmp ~/tmp $ npm i --save [email protected] ~/tmp $ npm i --save-dev copy-node-modules ~/tmp $ npm ls @mongodb-js/saslprep tmp@ /home/mpsijm/tmp...

Also added a space between the value and the unit.

Hi! Thanks for maintaining `cloc` for all these years :smile: I have been manually changing `cloc` to exclude the shebang from the count for quite some time now, by commenting...

Given that `isCancellable: false` and `selectOnFocus: false`: ### Current behavior When I hit Escape, the input value is selected. ### Expected behavior When I hit Escape, the input value should...

:bulb: Feature request

See the image below, which I directly copy-pasted from IntelliJ into GitHub. I have the "chop indentation" option checked, so I would not expect to have a blank space of...