Joe Woodhouse
Joe Woodhouse
Background ----------- I've been investigating an issue where I was getting differing builds between my local build and my CI build (Netlify). Specifically I was seeing that locally the ``...
### **Update:** Design proposals that close this issue are in https://github.com/mapbox/mapbox-gl-js/issues/9018. --- **mapbox-gl-js version**: 1.0.0 **browser**: Chrome 75.0.3770.80 ### Steps to Trigger Behavior 1. Load a map with a style...
First, I'm really excited about this project! Hope to contribute if/when I can. At the moment I can't run the example or build the project. ```bash ✘ joe ~/src/clusterbuster...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...
I'm trying to get a basic Android app working using the BirdNet model As per @kahst instructions I've tried to drop the model tflite into the following official TensorFlow Lite...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...
Hi there, It seems a fairly well-known issue that cookies don't really work (by default) with a WKWebView. Basically Set-Cookie is ignored, and no cookies are ever sent with requests....
## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [...
Prevents a crash where if the user specifies a `limit` to `pickImages` that is above the system's maximum limit. Currently supplying a limit value of, say, 10,000 will result in...