Hiller

Results 4 issues of Hiller

findEmulators is called incorrectly. dialogeditromcollection: ```python autoconfig.findEmulators(util.current_os, self.selectedRomCollection.name, True) ``` wizardconfigxml: ```python autoconfig.findEmulators(util.current_os, romCollection.name, True) ``` util.current_os is a function so should be ```python util.current_os() ``` launcher.py ```python def __getEncoding(self):...

bug
launcher

According to https://github.com/christianhelle/apiclientcodegen/blob/master/src/Core/ApiClientCodeGen.Core/Installer/DependencyInstaller.cs you are always starting kiota installation and detect whether it's installed by presence in error output SINGLE QUOTED tool ID ('microsoft.openapi.kiota') while dotnet is outputing it DOUBLE...

bug
help wanted

Hi. I found that Int64 parsing from binary reader is wrong. it should be done like this. ``` php public function varint() { $result = $shift = 0; $bytes=array(); do...

That's easy. Create a container with a numeric password like 123456. Export won't work as password will be converted to int. Need to do smth like this ```javascript this.parsedOptions.password.toString() ```