Glenn Ruysschaert

Results 9 issues of Glenn Ruysschaert

**Steps to Reproduce** Recently I've been noticing Hive gets stuck at for example `Got object store box in database box_settings.` This doesn't always happen, but enough to be noticed. No...

problem

*Thanks for your interest in the Spotify App Remote SDK! If you're submitting a bug, please use the following template. If your issue is a feature request, please include your...

### Custom pan recognizer and detector In some cases there are multiple `GestureRecognizers` in a certain area. This could result in the corner dots becoming unresponsive. For example, I have...

This is a PR related to https://github.com/CodingAleCR/http_interceptor/issues/92 The goal is to limit the amount of simultaneous requests, and pause requests when a token is being updated. It is also possible...

feature

I sometimes get an error like: ``` FileSystemException: Cannot delete file, path = 'settings/settings_web.lock' (OS Error: No such file or directory, errno = 2) dart:io FileSystemEntity.delete package:hive/src/backend/vm/storage_backend_vm.dart 210:21 StorageBackendVm._closeInternal ```...

problem

### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-sdk/issues) - [X] I've...

needs-triage
bug

Hello, I would like to beam to a specific tab, but for some reason I can't get it to work. This does not do anything: `Beamer.of(context) .beamToNamed(kHomeRecognitionTabRoute);` It only logs...

**Describe the bug** When I navigate to a specific route, and then hot reload it shows the `NotFound` screen. However before the hot reload it showed the correct screen. **Beamer...

**Is your feature request related to a problem? Please describe.** The app I'm building can fire multiple requests at once. When one of the requests gets a 401 for an...

help wanted
feature_request