David Sharp

Results 14 issues of David Sharp

If QUIT_W_C (quit with c) variable exists, switch the exit command from CTRL+D to CTRL+C There's definitely a nicer way to do this, but it means that an alias can...

It'd be great to be able to store patterns, etc as variables for re-use. Maybe it'd be good to distinguish it from sound objects, but it'd be an excellent addition...

jq's quite nice, but a little confusing, whereas as JMESPath looks like it could be a good secondary option. http://jmespath.org/ I'm not sure how it'd play with JSON-Splora, but there's...

# Feature request I'm using this library with the hopes of sharing cookies with a WKWebView, and while `setFromResponse` provides a clean way for me to set cookies from an...

enhancement

Jade's undergoing a name change, and is becoming Pug. Therefore, It'd be nice if there was support for `.pug` files. Naturally, Jade support should probably stay for now, but this...

enhancement
help-wanted

We had an issue with iOS and macOS where audio and video would continue playing after the WebView was unmounted, the only work around seems to be injecting JavaScript before...

The section https://www.gbstudio.dev/docs/settings/#default-player-sprites contains an absolute link to `http://localhost:1313/docs/player/#default-sprite-sheet`, rather than the appropriate relative address This PR fixes that link for the live site

I think it's important for this repo to provide examples showing how this library can be used to create new components for doing operations using a fixed value, or wrapping...

Using this we can restrict the height of the dropdown box, without setting a fixed height for component as a whole, meaning we can both render over components below, but...

I've added functionality for passing objects in as terms (in the shape `{term: string, searchableID?: string, ...}`) so the suggestions can be used to return objects, and also allow search-ability...