This space is specifically for Connect IQ bug reports. Please review the Connect IQ Bug Reports FAQ before reporting a bug to be sure you have the information needed for Garmin to investigate the bug you wish to report.
I have a strange error on f6pro (but not in mine) Error Name: System Error in line
x = MAT.round(v);
where v is data field from Toybox.SensorHistory.SensorSample class
I suppose data/v is invalid but how to check it? Doc says:
The Sensor sample...
I've been playing with the typechecker, and generally I like the results. One thing that seems problematic though is removing null from a type. This comes up a lot, especially with dictionaries.
I can explicitly type a dictionary, but when accessing...
function bar(arg as String) as Void {}
function works(arg as String?) as String {
return arg;
}
function fails(arg as String?) as Void {
bar(arg);
}
The type checker is happy to accept a String or Null return value in a function returning...
I can see only one app i [Target App] and it's not that actually running in sim.
What there is this option for? I can't imagine simulate background for app I don't actual test but ok, maybe somebody can test it injection of data when oother app starts...
On the Persisting Data page, in the "Accessing Properties and Settings: Application.Properties" section, in the API column of the table, it says Properties.getValue(), and Storage.setValue(). I'm pretty sure the latter should be Properties.setValue(...
If I want to disable such properties for some devices I can change it to read only or have to modify list and put settings in device's resource directory.
But position is the same like in default settings.xml.
It'd useful to:
- add flag hide for...
Studio Visual Code is really great - but the experience is yet not on par with Eclipse. Eg.:
It is not possible to run just one or selected unit test function
T he Run No Evil test results window isn't there
Bug: device setting in launch.json...
Apps debugged using VS Code using BLE emulator won't work as the initialization time of the COM port always takes longer than the timeout of the linking the debugger VS Code/simulator.
In 4.0.7 changelog, "End the Visual Studio Code debug session if...