Zed(Zijun) Chen

Results 6 issues of Zed(Zijun) Chen

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...

status: needs more info

### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...

good first issue
type: documentation
platform: android
P2

I am working on another test case for gloabl CTGC (using explicit setter). Here is the program: ``` type drone_info { pub drone_info(x:int, y:int, z:int, count:int) } def drone_init():drone_info =...

performance

This is a bit odd. The same program can become slower when there are more cpu cores in the system. I used the same physical machine to run vm and...

bug
performance

I was trying to fix #21 which requires merging multiple alias maps and I found a case where the result is wrong. `Util.combineUf (fromList [(a#0,a#0),(b#0,b#0),(r#0,a#0)]) (fromList [(a#0,a#0),(b#0,b#0),(r#0,b#0)])` returns `fromList [(a#0,a#0),(b#0,b#0),(r#0,a#0)]`...

bug

Getting: invalid child element `course` in `waypoint` thread `gpx`. According to the spec[1], `course` is valid but we do not handle it in the lib [2]. The straight forward fix...