Colman Koivisto
Colman Koivisto
This isn't an issue exactly but I'm having a hard time understanding architecture of this project. Namely, I want to know why Redis is used instead of just MySQL by...
I want to create a function such that given an integer, I get a cron job to run every time the UNIX timestamp is divisible by that integer. This is...
I'm trying to get some meta data for the blockchain and I'm running into some issues. When I run getblockstats, I'm getting a method not found error even though it...
I want to create a function such that given an integer, I get a cron job to run every time the UNIX timestamp is divisible by that integer. This is...
### Steps to reproduce 1. Add a Google map widget to your Flutter project 2. In the "polygons" field, add a big polygon (so the effect is noticeable) 4. Give...
In section 5 of the [OAuth 2.0 spec provided by OpenId Connect](https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html), it specifies that multiple response types should be supported. This would provide support for all authentication types specified...
**Describe the bug** Listeners are added when they shouldn't be when using future providers. This leads to a memory leak since the listeners are never removed. **Dependencies** ```yaml flutter_riverpod: 2.5.1...
This changes the iOS maps package to ensure that each map object (Marker, Polygon, Polyline, Circle, and Tile) is added to the map after all of their properties (fillColor, strokeColor,...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Which plugins are affected? Remote Config ### Which platforms are affected? Android ###...
When the webview encounters an SSL error, there is no option to be able to bypass the error. This PR implements a callback that gets called with the SSL error...