Austin Dworaczyk Wiltshire

Results 23 issues of Austin Dworaczyk Wiltshire

Just wanted to open this up, since `lambda-api` prides itself on being "zero dependencies". When starting out on a new project with `lambda-api`, I realized that my build started failing...

https://github.com/jeremydaly/lambda-api/blob/fc93110a8b9766c93a953deea67d13b9637519d2/index.d.ts#L197 https://github.com/jeremydaly/lambda-api/blob/2224ddf383e49285e9246e34409a39fec1fa57b5/lib/response.js#L407-L413 The current Typescript types for `Response.type` are incorrect, which breaks the ability to chain. Should be `this` instead.

Echoing this Doom9 user: https://forum.doom9.org/showthread.php?p=1915756#post1915756 Please add support for MPEG2 in MKV. Especially with the proliferation of MakeMKV usage, particularly on Linux, many DVDs are being bundled up as MKV...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior It appears that the Swagger CLI is adding an extra 200...

bug
needs triage

**Description of Problem & Solution** It would be great if PyScenedetect could support input via pipe. I've actually already proven that it's possible, and is mostly just an API change,...

feature

I just want to say that `stig` is the sole reason I haven't switched from Transmission to any other bittorrent client. It's really that good. With this in mind, I...

Can reduce First Content Paint time and overall download size for a single page. This is useful for sites where often only one page is visited by a user. In...

### Tell us the problem or your need Hello - Winetricks supports easily changing the wine audio driver using a command like `winetricks sound=alsa`. All its doing under the hood...

Feature request
Requires evaluation

After getting confused for a few minutes, I discovered that Expr supports logical "and" but not a bitwise and, "&". I encountered this while looking at updating LUTDerainbow with 16-bit...

Reference: https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/corefilters/expr.html#bit-depth-aware-constants Avisynth+'s Expr has some useful functions that make dealing with higher bit depth a bit easier. I'm thinking specifically of things like `range_half` or `range_min`/`range_max`, which make writing...