Hunter Hogan
Hunter Hogan
The nominal error is ffmpegSHARED failing to compile because libplacebo is missing. Logs attached. ``` bash ERROR: libplacebo >= 4.192.0 not found using pkg-config ``` I was curious if the...
I created a vertical aspect ratio video that you can use if you want. I encoded it to match [YouTube's recommended settings](https://support.google.com/youtube/answer/1722171). https://github.com/MambaCodes/BeAnonymous/assets/2958419/e3b5ad44-adad-4b75-9a47-74fa719fffea
video_generator.py creates the video using `write_videofile()`, which requires re-encoding the entire video. Furthermore, I _think_ this code is **recursively** concatenating the video clip one clip at a time, which is...
When the new parameter in config.inference, normalize, was added in this [commit](https://github.com/ZFTurbo/Music-Source-Separation-Training/commit/5c477c7ba7a4578d4f9f9d9e1b56d8716691d264), logic was added to valid.py and inference.py to remove the normalization transformation from `estimates`. In train.py, the logic...
#### Reference Issue Partially addresses #1873 #### What does this implement/fix? Explain your changes. setuptools is required to run setup #### Any other comments?
Many of the current statements will have unintended effects. https://git-scm.com/docs/gitignore #### Reference Issue #### What does this implement/fix? Explain your changes. `parts`, for example, will match any file or directory...
Type: Bug # The steps needed to reliably reproduce the problem ``` Callable[..., str] ``` # Actual results   # Expected results 💡 Add "from collections.abc import Callable" #...
https://github.com/microsoft/vscode-python/issues/25100
Type: Bug code from https://github.com/hunterhogan/mapFolding/blob/7ee0f72511b8ce36811bd15aa4e2a78071c0f213/mapFolding/someAssemblyRequired/toolkitNumba.py ```python class ParametersNumba(TypedDict): _dbg_extend_lifetimes: NotRequired[bool] _dbg_optnone: NotRequired[bool] _nrt: NotRequired[bool] boundscheck: NotRequired[bool] cache: bool debug: NotRequired[bool] error_model: str fastmath: bool forceinline: NotRequired[bool] forceobj: NotRequired[bool] inline: NotRequired[str]...
Type: Bug 2025-05-27 22:12:49.423 [info] (Client) Pylance async client (2025.5.100) started with python extension (2025.7.2025052701) 2025-05-27 22:12:52.759 [info] [Info - 10:12:52 PM] (2536) Server root directory: file:///c%3A/Users/hunte/.vscode-insiders/extensions/ms-python.vscode-pylance-2025.5.100/dist 2025-05-27 22:12:52.759 [info]...