Maarten Sijm

Results 18 issues of Maarten Sijm

At the moment, only petroleum is used for solid fuel. However, it is more efficient to use light oil for solid fuel. Since it also depends on your factory setup...

`bt pdf` warns when there are no `.in` or `.ans` files for "regular" problems, but for interactive problems, it does not warn if there are no `.interaction` samples.

From a discussion with @RagnarGrootKoerkamp on Slack. The compilation of `validation.h` starts getting slightly slow. Because this file doesn't regularly change, we can reduce the compile time for the validators...

Copying part of the discussion from https://github.com/RagnarGrootKoerkamp/BAPCtools/pull/163#discussion_r748593896: @RagnarGrootKoerkamp: > Really it would be cleaner to parse these after cding to the contest dir, but that probably introduces other problems @mpsijm:...

# Fix `parseNodeRecursive`: Correctly recurse into TemplateLiteral expressions ## Description In the fuction `parseNodeRecursive` of `lib/util/ast.js`, the case for TemplateListeral nodes would always recurse over `exp.right` for all expressions in...

**Is your feature request related to a problem? Please describe.** The documentation for the `callees` option [mentions](https://github.com/francoismassart/eslint-plugin-tailwindcss/blob/master/docs/rules/classnames-order.md#callees-default-classnames-clsx-ctl): > For best results, gather the declarative classnames together, avoid mixing conditional classnames...

enhancement

Supersedes #1020 (thanks @Mobmaker55 for making a start with this! :slightly_smiling_face:) This PR updates the build configuration to use Java 17. This makes Amidst work for Minecraft 1.17 and below....

Previously, running `bt fuzz --jobs 0` would crash with a stack overflow after 244 iterations (±4 stack frames per iteration). This happened because after every GeneratorTask, a new task was...

The `Problem.name` field left me confused just a bit too often, as I thought it would contain the human-readable name of the problem instead of the problem's ID/"short name" :innocent: