GCWizard icon indicating copy to clipboard operation
GCWizard copied to clipboard

GC Wizard

Results 163 GCWizard issues
Sort by recently updated
recently updated
newest added

Reworked and splitted from former, deleted pull request

https://www.geocachingtoolbox.com/index.php?lang=en&page=codeTables&id=solresol

Complete crashes the app, when a variable accidently calls itself a few times: ```{"id":6,"name":"test","formulas":[{"id":1,"formula":"[A][B]"}],"values":[{"id":1,"key":"A","value":"len(aaaaaaaaaa)"},{"id":2,"key":"B","value":"cos(2.7)"}]}``` This runs in an exponential raising output string, but only if more variables are added. If...

enhancement

It is a extreme difficult widget which need a lot of testing for all function. Please handle with extreme care!

enhancement

https://github.com/S-Man42/GCWizard/blob/df7935689102a17472ca889a71ef3bf25adef7eb/lib/application/registry.dart#L1474 Einfach alle Tools durchgehen, wo am Code oder im Handbuch ne Quelle angebenen ist und in die Registry eine oder mehrere ToolLicense Objekte erstellen (Achtung: In der alten license.dart...

If there is only one letter in the search for airport name. for example 'a'. The search takes for ever and the app becomes unresponsive. The problem could be solved...

Hi @t-m-z When executing the example script of the [Swich - Case - default manual page](https://blog.gcwizard.net/manual/en/control-structures/switch-case-default-2/) in the webversion, the script works correct. ![afbeelding](https://github.com/S-Man42/GCWizard/assets/51774787/d1d9e998-77ad-4a21-bf78-ea93defa24a6) (Example Web version) When executing the...

bug
DONE

When I enter the following script, I don't get any errors and I get the expected output in Android and Webversion. FOR I = 1 TO 10 STEP 1 A...

bug
DONE