madoar

Results 72 issues of madoar

After the last changes to the verb scripts the structure of many verbs has changed. Therefore we are not sure at the moment which verb scripts are currently in a...

Currently we have no clear way how a script developer should create debug logs. Often we use `print(...)` or `console.log(...)` statements to write debug output to the terminal, but this...

The following changes should be done: - change `var` to `const` - think about replacing `Downloader` by `Resource` https://github.com/PhoenicisOrg/scripts/blob/5fe4e1f8a9e0f1003e1e9c523c4afb61d15042f7/Applications/Games/Tom%20Clancy's%20Rainbow%20Six%203%20:%20Raven%20Shield/Local%20(1.0-%3E1.6)/script.js#L34-L41

The following changes should be done: - change `var` to `const` or `let` - think about replacing `Downloader` with `Resource` https://github.com/PhoenicisOrg/scripts/blob/5fe4e1f8a9e0f1003e1e9c523c4afb61d15042f7/Applications/Games/Origin/Local%20(Legacy)/script.js#L22-L35 https://github.com/PhoenicisOrg/scripts/blob/5fe4e1f8a9e0f1003e1e9c523c4afb61d15042f7/Applications/Games/Origin/Online%20(Legacy)/script.js#L23-L36

https://github.com/PhoenicisOrg/scripts/blob/5fe4e1f8a9e0f1003e1e9c523c4afb61d15042f7/Applications/Games/Total%20War%20Rome%20II/Steam/script.js#L25

https://github.com/PhoenicisOrg/scripts/blob/5fe4e1f8a9e0f1003e1e9c523c4afb61d15042f7/Applications/Games/Road%20Rash/Online/script.js#L14

After the last changes to the plugin scripts the structure of many plugins has changed. Therefore we are not sure at the moment which plugin scripts are currently in a...

Currently we provide a single method `fileExists` which checks whether a given file path exists. This method can be used to check both if a file and if a directory...

Currently we pass the two parameters `wine` (of type `Wine`) and `wizard` (of type `SetupWizard`) to the `preInstall` and `postInstall` hooks of the installer scripts. The `wizard` parameter is redundant...

The progress bar in `CabExtract` seems to never be updated. Therefore I propose to remove it. See the discussion in https://github.com/PhoenicisOrg/scripts/pull/1047#discussion_r298826660 for details.