Results 41 issues of Jozef Chutka

Using various ffmpeg versions (windows: master, 5.1, 4.4) downloaded from https://github.com/BtbN/FFmpeg-Builds/releases , I am not able to make libkvazaar work: ``` ffmpeg -filter_complex "smptehdbars=size=400x120:rate=30:duration=10" -c:v libkvazaar -y out.mp4 -loglevel debug...

Please update types for File System Access API: [FileSystemDirectoryHandle](https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/85672cd2b4eeb2852897f05af1cfa8a5faa24974/baselines/sharedworker.generated.d.ts#L1449) is missing [entries/values iterators](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryHandle) [FileSystemFileHandle](https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/85672cd2b4eeb2852897f05af1cfa8a5faa24974/baselines/sharedworker.generated.d.ts#L1463) missing [createWritable](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileHandle) [FileSystemHandle](https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/85672cd2b4eeb2852897f05af1cfa8a5faa24974/baselines/sharedworker.generated.d.ts#L1474) is missing [queryPermission and requestPermission](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemHandle)

when yhaxen run.n is compiled with haxe 3.2.0 a following errors starts to pop up: ant prepare "-Dtitle=MyApp12" "-Ddescription=MyApp12 description" "-D..." "-Dversion=0.0.0.0": File name too long command line length is...

bug

``` json "builds":[ { "name": "prepare", "command": "ant", "arguments": "prepare" } ... ``` calling `yhaxen compile` on windows neko would crash

bug

it seems that during validation phase, if a git repo can not be cloned for authentication reasons, the process would just hang without any feedback provided

bug

when repository does not contain "subdirectory" specified in dependency config use more proper error than "Error: std@sys_read_dir"

enhancement

on windows if neko/yhaxen is executed without admin rights and haxelib is setuped in "Program Files" etc, FileSystem.hx create/write proxies directories into something like `c:\Users\\AppData\Local\VirtualStore\Program Files (x86)\HaxeToolkit\haxe-3.0.1\lib\`

wontfix

if a haxelib lib contains .dev file, haxe compiler is not able to use specific lib version with -lib $lib:$version

wontfix