Boink

Results 5 comments of Boink

> Which game are you testing on? I don't see the behavior on tf2 that you talk about. The game changes double quotes to single quotes in chat and the...

You can increase the limit via the `events` property: ```typescript const store = new Store(); store.events.setMaxListeners(20); ```

@sulaysumaria Seems like you're right... this was previously working on v8.2.0 of electron-store, but it's now using an updated version of the `conf` package which changed the `events` type from...

@Kr0nox C# Looking over some of the failed submissions I'm now realising it's because they're all using top-level statements (no Main class).. the valid flagged similarities are all using classes....

@tsaglam Ah, that makes sense then. Here's the CLI command: ``` java -jar jplag-jar-with-dependencies.jar /path/to/files/ -l cpp --similarity-threshold=0.8 -M RUN -r /results/assignment1-result ``` Here's the [Dockerfile](https://github.com/doubtfire-lms/doubtfire-api/blob/82c68e4bb874cc5540f56959473ea3b777c81c9d/jplag.Dockerfile) that we use for...