SirCameron

Results 9 issues of SirCameron

I have 2 plots displayed on one graph and I changed the values of one of the plots to ensure it was within the same y axis range as the...

Autocomplete ranking of results isn't making sense and is incredibly frustrating (sometimes completely useless). The shots are PHP... so maybe autocomplete-plus isn't actually working for PHP and I'm posting this...

Adding a child with TouchableHighlight or similar inside the ViewOverflow view results in touch events not working. Which truly renders this tool, as helpful as it is, useless.

### Describe want to want I'm looking at Drizzle ORM for a new project and loving it so far :) I don't see anything about MySQL geospatial types in the...

enhancement

### Version Tell us which versions you are using: - react-native-image-crop-picker v0.40.0 - react-native v0.72.4 ### Platform - iOS - Android ### Expected behaviour Exif response is same on both...

### New Issue Checklist - [x] Updated fastlane to the latest version - [X] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

### Question I have an index: ``` { index: 'discoveries', mappings: { properties: { id: { type: 'integer' }, description: { type: 'text' }, location: { type: 'geo_point' }, },...

Category: Question

If I don't specify a form action, the action is assumed to the current path + `?index`, eg: `/join?index`, but the form submission works and the correct action is called....

When using this on IOS, I get the above error.. Example code: ``` const croppedImage = await ImageCropper.openCropper({ path: 'path to image', mediaType: 'photo', width: options.resize?.width || 1600, height: options.resize?.height...