scarf

Results 316 issues of 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...

docs
src
JSON
mods
lua

# Summary ![2022-05-13_01](https://user-images.githubusercontent.com/54838975/168290237-61eff73d-c92f-4b0f-b4a6-2e99e701b592.png) 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...

enhancement
help wanted

![Image](https://github.com/user-attachments/assets/046581c5-5993-4159-bb78-0666da18a603)

![image](https://github.com/user-attachments/assets/af52059a-0757-469c-99b3-5a757d74872e)

### 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:...

bug

related: #329 ![Image](https://github.com/user-attachments/assets/31b83652-ffb5-4b52-bcff-4bb40cf52121) 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....