scarf
scarf
## Purpose of change (The Why) - lua stdlib! (data/lua) - organize mod into directories! ## Describe the solution (The How) - removed whether lua is enabled checks - enabled...
# Summary  component lists are useful, let's use them more! # Solution ## Add a mode to show item list When given `"LIST"` as third list member on components...
as we're trying to unify builds into CMake.
adding typescript types via [jsdoc](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html) has some benefits: - no build changes needed - helps with trivial parameter errors and autocompletion - helps with new contributors i'm willing to open...


### Environment deno 2.2.11 (stable, release, x86_64-unknown-linux-gnu) v8 13.5.212.10-rusty typescript 5.7.3 ### Reproduction import { destr, safeDestr } from "https://deno.land/x/destr/src/index.ts"; console.log(destr('{ "deno": "yay" }')); ### Describe the bug Uncaught TypeError:...
related: #329  unlike octokit's REST endpoint, octokit's graphql API returns only the `data` field. i'm curious why graphql endpoint doesn't return `OctokitResponse` by itself? this makes examining headers complicated....