Austin Dworaczyk Wiltshire

Results 24 issues of Austin Dworaczyk Wiltshire

While testing recently, I found that SRT subtitles are not rendered at all using this plugin. Taking the same file and converting it to ASS using ffmpeg and then rendering...

Thank you for this awesome tool! Would it be possible to support specifying a plot title? Primary use case being to easily differentiate between changes in wireless or router settings...

https://github.com/mhart/aws4fetch/blob/03f98026fc502f2c585744dbedd908bac62baed0/dist/main.d.ts#L20-L35 See TypeScripts signature here: https://github.com/microsoft/TypeScript/blob/main/lib/lib.dom.d.ts#L16971 Note the inclusion of the `| URL` in the `input` parameter types. This is causing errors when using code/types that include things like: ```ts...

## Expected Behavior One of the great API improvements provided by the v1 SDK was the [LambdaInvokerFactory](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/lambda/invoke/LambdaInvokerFactory.html), which handled so much of the marshalling when directly invoking a Lambda. There...

1.x Parity
feature-request
p2

The video shows an example - while in the "time" timeline mode, if I have an interlaced output in my script, and I switch to it, then if I switch...

https://github.com/IFeelBloated/Oyster/blob/a8e5749ba7a3c34bc7e568a02cf58d70753230b3/Oyster.py#L139-L140 I see that there are several magic constants used in this script. I’m trying to understand the specific behavior of this implementation, so can you explain what these constants...

https://github.com/pinterf/mvtools/blob/d8bdff7e02c15a28dcc6e9ef2ebeaa9d16cc1f56/Sources/PlaneOfBlocks.cpp#L1583-L1584 This might be a very old bug. Shouldn't this code be using a `- j` and a `+ j`, similar to the `- i` and `+ i` right above...

As it says on the tin, it would be great to support the standard `build.zig.zon` so that a package can be properly depended on with the new zig package manager.

Messing around with it, the padding value seems to be set here: https://github.com/getzola/after-dark/blob/9f1cc6cacec266f8a10fd53d0509d9d6250597e1/sass/_vendor.scss#L257 I'm not sure if that's the best place to fix this, but I figure it's more important...

This is still a work in progress. Fixes #5 There are a few errors around concerning non-const lvalues, rvalues, wrt certain constructor calls. References (meson build examples): 1. https://github.com/Irrational-Encoding-Wizardry/descale/blob/master/meson.build 1....