Michal Pácal

Results 3 issues of Michal Pácal

Version of libarchive: 3.6.1 (from Manjaro's stable channel) How you obtained it: as dependency of ark Operating system and version: Linux/Manjaro Using ark to open archive compressed using default options...

##### Description of change In codebases that load Pixi type definitions with `strictNullChecks` but without `skipLibCheck` the change from #11346 causes the following error: ``` TS2344: Type 'null' does not...

##### Description of change According to both WebGL and WebGPU specifications, the underlying device resources are released also when matching JS object obtained though their APIs are GC'd. This PR...