Results 13 issues of skabbit

When I run `brew install ffmpeg` I get error: `Error: invalid option: --with-theora` Googling explains it as brew options is obsolete: https://discourse.brew.sh/t/ffmpeg-options-missing/3935

No file `tags.tsv` needed to run split.py. Can't find any info, how to generate it or even what does "tags" mean. (AudioNotebooks repo checked too)

Django==1.8.18 Running `./manage.py dump_object declarations.section 25976`, getting error: ``` CommandError: object_class must be provided in the following format: app_name.model_name Try calling dump_object with --help argument or use the following arguments:...

So there is no way to download any compiled binaries now.

@memo , this is a great project! Thank you for making it real, and for sharing a code! I love original video "Learning to see" (as well as Diamanda Galas's...

If you try your own trained models, you'll get the error: ` tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'Placeholder' with dtype string and shape [1] ` Current...

By checking Kube API we could find the `readOnly` attribute both for `volumes` and `volume_mounts`: https://kubernetes.io/docs/concepts/storage/volumes/ But https://github.com/tomplus/kubernetes_asyncio/blob/c2c8933f29eee2c09d1be442e0b1d88a0ff39056/kubernetes_asyncio/client/models/v1_volume.py#L24 `V1Volume` class has no this attribute.

https://github.com/twmr/pytest-sphinx/commit/485779c5dbc5804083bd32cfdf1f7ce533ddd72d#diff-d97c85ba56ae43cfe7670a8d91c9d457f1a9fc26b92ea5b18fb9ab9901a42c9cR561 Why is it set `consider_namespace_packages=False` here? This break support support for namespaces packages, as I experienced.

https://python.langchain.com/docs/versions/v0_3/ This guide mentioned `langchain-postgres==0.0.13` to be used with the latest `langchain==0.3`, but in this repo `0.0.12` is the latest as well on [pip](https://pypi.org/project/langchain-postgres/#history). What must I use for latest...