Skip to content

Instantly share code, notes, and snippets.

op_list = [
("<", lambda a, b: a < b, "less-than"),
("<=", lambda a, b: a <= b, "less-than-or-equal"),
(">", lambda a, b: a > b, "greater-than"),
(">=", lambda a, b: a >= b, "greater-than-or-equal"),
]
# This is the hex representation of Number.MAX_VALUE.
max_value_digits = "0xfffffffffffff8" + "0" * 242
@thejoshwolfe
thejoshwolfe / README.md
Last active April 22, 2023 23:55
Plan for publishing the Hollow Knight Modding API to GitHub without infringing on copyright
src/dstr-binding-for-await/default/for-await-of-async-func-let.template:43: macro name not found: body, in case: src/dstr-binding-for-await/ary-ptrn-rest-not-final-id.case
src/dstr-binding-for-await/default/for-await-of-async-gen-let-async.template:46: macro name not found: body, in case: src/dstr-binding-for-await/ary-ptrn-rest-not-final-id.case
src/dstr-binding-for-await/default/for-await-of-async-gen-var-async.template:46: macro name not found: body, in case: src/dstr-binding-for-await/ary-ptrn-rest-not-final-id.case
src/dstr-binding-for-await/default/for-await-of-async-gen-const.template:43: macro name not found: body, in case: src/dstr-binding-for-await/ary-ptrn-rest-not-final-id.case
src/dstr-binding-for-await/default/for-await-of-async-func-const.template:43: macro name not found: body, in case: src/dstr-binding-for-await/ary-ptrn-rest-not-final-id.case
src/dstr-binding-for-await/default/for-await-of-async-func-const-async.template:46: macro name not found: body, in case: src/dstr-binding-for-await/ary