Jed Fox
Jed Fox
Attempting to `GET` the `/` endpoint yields `Please include a path to a page.` on the client and: ``` Error: Please include a path to a page. at createError (/app/node_modules/micro/lib/server.js:152:15)...
This way, you can name your pages however you’d like. Also, there could be a feature where requests to `/_/([a-z\d-]+)` get `require()`d from a specific directory in the source code,...
I’d like to be able to specify multiple labels in the configuration so the bot will close the issue if it has at least one of the labels. For example,...
Jest’s [snapshot testing feature](https://devdocs.io/jest/snapshot-testing) converts the passed object to a human-readable string that is saved to a separate file. It can be used to ensure that objects are structured as...
Prettier recently installed a CI that uses GitHub’s checks API instead of posting commit statuses. Example PR: https://github.com/prettier/prettier/issues/5494. Unfortunately, these aren’t shown in GitHawk. Would it be possible to display...
For example, the GitHub GraphQL API requires a POST request. It would be nice to reuse the existing network functionality rather than having to manually do the request (and store...
Currently, JavaScript-based features must be directly implemented in JavaScriptKit to be able to access important features like the heap and the JSValue parsing/serializing routines. This means that less-common things like...
I made a small change to report whenever an object ref is deleted: ```patch --- Runtime/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Runtime/src/index.ts b/Runtime/src/index.ts index 0e641ff..ddfba4e...
I chose this specific layout because delete is conventionally to the right, and both copy and share are nondestructive. I made copy the default action when swiping all the way...
This swaps out the label for a bold button with black text if it represents a URL. This pairs well with #4 because otherwise it is kinda hard to open...