Euan Torano

Results 51 issues of Euan Torano

We've received an email yesterday regarding deprecation of the legacy API for FCM. It links to [an FAQ](https://firebase.google.com/support/faq#fcm-23-deprecation) entry, which says to migrate usages of `SendMulticast` to `SendEachForMulticast`. It doesn't...

needs-triage

We've received an email yesterday regarding deprecation of the legacy API for FCM. It links to [an FAQ](https://firebase.google.com/support/faq#fcm-23-deprecation) entry, which says to migrate usages of `SendMulticastAsync` to `SendEachForMulticastAsync`. I see...

api: messaging

The `urandom` module doesn't currently check that the `/dev/urandom` file is actually a source of random data. It should check that the file handle is a character device as is...

Following [this topic](http://community.mybb.com/thread-189226-post-1209134.html#pid1209134) in which your plugin is used, there seems to be an issue with the logic found here: https://github.com/stewartiee/Steam-OpenID--MyBB-/blob/746f560f215313db466c1c1aab9d39fb96985c56/inc/plugins/steamlogin.php#L540 This function is hooked to `misc_start` so will run...

Since merging mybb/mybb#3958, we now support Redis as a cache driver. We need to add some documentation for it.

MyBB supports using multiple read/write connections for databases, but this functionality currently seems to be totally undocumented for 1.8. There are some old docs for 1.4 [here](https://blog.mybb.com/2008/03/18/mybb-14-admin-cp-the-complete-overview-part-3/) but they are...

Allows composer to be ran using `docker-compose run composer {command}` - eg: `docker-compose run composer update`

enhancement

It should be documented that the logging configuration as follows only works for Linux based hosts: ```yaml logging: driver: syslog options: tag: "{{.DaemonName}}(image={{.ImageName}};name={{.Name}};id={{.ID}})" ``` On hosts such as macOS where...

documentation

# 🐛 Bug Report When upgrading `Microsoft.Maui.Controls` and/or `Microsoft.Maui.Controls.Compatibility`, the `` and `` stop accepting mouse inputs to select items. Keyboard actions to select items still work. `Microsoft.Maui.Controls` > 8.0.7...

status:in-progress
area:maui

## What problem does the pull request solve? Fixes #176 by adding support for passing `CancellationToken` parameters to asynchronous methods. Also fixes #130 - rather than accessing a `Task` result...