Charles Richardson

Results 26 issues of Charles Richardson

## Use case My iOS application depends on the camera plugin, specifically video, but it does not require audio. I attempted using `CameraController(..., enableAudio = false)` to avoid having to...

waiting for customer response
in triage

## Bug report in v4 **Before** opening an issue, make sure to read the [contributing guide](https://github.com/PaulLeCam/react-leaflet/blob/master/CONTRIBUTING.md) and understand this is a bug tracker, not a support platform. Please make sure...

Instead of having to independently implement `zoomend`, `moveend` event handlers and ensure they are both done before triggering the function, an `animateend` handler would be extremely helpful. Ex. ```typescript useMapEvents({...

### Is this related to a new or existing framework? React ### Is this related to a new or existing API? DataStore ### Is this related to another service? _No...

question
feature-request
DataStore

Thanks for making this fantastic tool! It should help me avoid png->svg conversions of that turn into a headache. Unfortunately, there are gaps in the letters that have overlapping shapes,...

I would like to have the ability to declare the DrawEvents type in my TS function, for safe scaling and intellisense. ```typescript import { DrawEvents } from "react-leaflet-draw"; const onEvent...

I would like to see the exact frame of the video when using the trim slider. Most video croppers have the ability to see the current frame when trimming for...

bug

This package is preventing me from upgrading other packages due to version dependency conflicts! Please resolve and re-release.

The documentation found [here](https://github.com/brendan-duncan/image/blob/main/doc/flutter.md#convert-a-dart-image-library-image-to-a-flutter-ui-image) shows a function to convert an image from this library to an image that can be displayed on a Flutter UI. However, when I put it...

Would #200 remove the [iOS initial config step](https://github.com/am15h/tflite_flutter_plugin#ios)? I was required to solve a [problem](https://stackoverflow.com/questions/75516604/modifying-dart-pub-cache-folders/75525948#75525948) with the setup and believe the README needs to be updated. Specifically: #126