Ian Copp

Results 27 issues of Ian Copp

## Sorting - **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request - I confirm that I - [x] used the...

Pending feedback

Setting `AUTOMATED_CONVERSION_KEEP_SOURCE` to `0` deletes *all* file the script looks at, even if they're ignored via `AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION` / `AUTOMATED_CONVERSION_NON_VIDEO_FILE_EXTENSIONS` / `AUTOMATED_CONVERSION_VIDEO_FILE_EXTENSIONS`. This makes it impossible to transcode in place using...

I have a cached backend API, and I'd like to have a 'countdown clock' timer on the frontend. `refreshInterval` covers being able to actually perform the update, but not having...

feature request

A simple example: ``` Text here ``` Expected result: `Text here` at the center of a cyan box with 1 padding all around Actual result: `Text here` with cyan background,...

bug

### What is the new or updated feature that you are suggesting? It would be useful if hooks were provided as default exports when importing directly from a given file....

I've got a complicated setup using `@deepkit/type` that transforms elaborate nested objects to/from JSON, but also to/from a separate legacy domain-specific language. Some of the data in this second transformation...

For my usage I'd only really care about the output on the PR, so it would be useful to have a `with` option that disables the confirmation check.

This would be similar to the existing export, except with the params flipped, curryable, and defaults split into another export: ```js import { composableGet as get, composableGetOr as getOr }...

In hash mode, caching a Vimeo video with an access token results in a `.txt` file instead of a `.mp4` file. This is with a URL like (for example): `https://player.vimeo.com/external/#####.sd.mp4?s=12345abcdef&profile_id=###`...

Since onSingleDownloadProgress gets called as a function, it has to be defined as _something_ to avoid causing exceptions.