Anton P. Linevich

Results 8 comments of Anton P. Linevich

Ran into this by using `aws_lambda_function` resource... ``` data "local_file" "lambda" { filename = "${path.module}/out.zip" } resource "aws_s3_bucket_object" "lambda" { bucket = var.lambda_bucket key = "${local.name}.zip" source = data.local_file.lambda.filename etag...

I am interested in paying somebody who can bring this extension board to finished PCB. The goal is to get Video, Audio and KLV data out from SDI. Please ping...

hi @kgoodier. We are using jetty spdy server 9.2.6. Thanks for pointing out into spec. I'll play with server side to make it work and see if it is 9.2...

@kgoodier thanks for waiting. I did dig it today a little bit and spdy server receives windowUpdates for the opened session. I am wrong somewhere for sure here but bear...

Sir, thank you for moving mdat and moov atoms around! It saved someones ass;)

You guys know you can make pull request and fix it instead of complaining right? This is how OSS works pretty much.

Try CP2102 UART adapter. That one worked for me under OSX 13.4.1 and python3.11

> From the looks of it seems like the binding to the `core` OpenCV module are not being generated correctly. If possible, can anyone experiencing this error run a `cargo...