mark05E
mark05E
> > This does surface a bit of a usability issue with named ranges in this package, from what I can tell it is not possible to determine what cells...
i think you should uninstall / install in this scenario
Sure - Though I say this from personal experience.
Just went through the [script](https://github.com/lukesampson/scoop-extras/blob/master/bucket/mupdf.json) again and [observed that $matchHead variable was used when extracting the directory](https://github.com/lukesampson/scoop-extras/blob/066031d55d8fb978dbc1e8cfe32da790f3a593ea/bucket/mupdf.json#L30). I have proposed a change to use the `$version` variable. [Difference between the...
@ssfjhh - looks like the first proposed solution is the way to go. > Updates to release candidates are not desired [ref](https://github.com/lukesampson/scoop-extras/pull/4441#issuecomment-662828134)
Upvoting this feature request. This would be useful.
Hi @WildH0g just curious to see if there are any roadblocks with taking on these enhancements provided by dlealv
Hey @dlealv I did a quick test locally with your mods, with `runInGas(true)` and I get the results below ``` levelInfo = 0 Reset counters Testing assertEquals ******************** Expected: Some...
@dlealv I have redownload the scripts into my test directory - https://github.com/WildH0g/UnitTestingApp/blob/cc0df114faa2c0224eeda8fd18a3ce937445660a/UnitTestingApp.js - https://github.com/WildH0g/UnitTestingApp/blob/cc0df114faa2c0224eeda8fd18a3ce937445660a/Example/TestForVersion_0.1.1.js and modified `runInGas(false)` and also added `runTests()` at the end of the file. ```javascript ... test.printHeader("Testing...
@dlealv [`Utilities.formatString` is from GAS ](https://developers.google.com/apps-script/reference/utilities/utilities#formatString(String,Object...))and does not exist in the browser or in node. I will debug to see which variable stores the flag to see if we are...