6y
6y
> For the moment, this is now achievable with the serialize option (https://vuefire.vuejs.org/api/vuefire.html#options-serialize) For who is looking for the serialize option document, it is moved to [here](https://vuefire.vuejs.org/guide/global-options.html#Custom-serialize-converter) now.
> There is no lint which does for sync functions what unawaited_futures does for async functions. > It would probably be nice to have one. Yes, I agree that it...
In `ChartTypeRegistry`: https://github.com/chartjs/Chart.js/blob/84e7238a647623a3dd1f1c699752c4c364a68b1e/src/types/index.d.ts#L3668-L3675 , it defined `defaultDataPoint: ScatterDataPoint | number | null` https://github.com/chartjs/Chart.js/blob/84e7238a647623a3dd1f1c699752c4c364a68b1e/src/types/index.d.ts#L237 https://github.com/chartjs/Chart.js/blob/84e7238a647623a3dd1f1c699752c4c364a68b1e/src/types/geometric.d.ts#L10-L13 But `ScatterDataPoint` should not be defined as Point. The field `x` in `ScatterDataPoint` should accept not...
How about adding more details to the warning message? The current warning, `[VueFire SSR]: Could not get the path of the data source`, is somewhat misleading. 1. Many responses to...
Hi. Can you provide a detailed reproduce step?
Sorry for late reply. What platform are you using? web? Have you tried to run example project in your environment? Does this problem exist in example project?
This problem should be related to flutter_compass, please report there.
What do you mean? Are you using real device or emulator?
I cannot repoduce this issue. Please provide more details. And you may try to run [Custom Stream Example](https://github.com/tlserver/flutter_map_location_marker/blob/main/example/lib/page/custom_stream_example.dart) in your devices. If the issue still occur, modify that exmaple at...
No, you absolutely can use `HeadingSector`. Check out the [positionStream, headingStream](https://pub.dev/documentation/flutter_map_location_marker/5.3.0/flutter_map_location_marker/CurrentLocationLayer-class.html) and the [Custom stream example](https://github.com/tlserver/flutter_map_location_marker/blob/master/example/lib/page/custom_stream_example.dart).