Manuel Rauber

Results 78 issues of Manuel Rauber

Hi, UniTask (https://github.com/Cysharp/UniTask) is a super nice library for having async/await support for Unity, e.g. it allows to await Tasks in Coroutines or await Addressables.LoadAssetAsync etc. You also can mark...

### [REQUIRED] Please fill in the following fields: * Unity editor version: 2021.3.4f1 * External Dependency Manager version: 1.2.171 * Source you installed EDM4U: .unitypackage * Features in External Dependency...

type: bug

It would be nice, if the pixel perfect camera could be used with Cinemachine's Virtual Camera.

Hi, After getting the plugin to run, it provides a so much better output than the other plugin. However, there are two things, that I'm missing: - Integration into Docusaurus...

Hi, I have a class that only requires serialization to JSON but not deserialization. For specific fields there is `includeFromJson` property for `JsonKey`. Can we get the same for the...

Hi there! I've just switched from broken-link-checker to linkinator and I'm missing one little thing: to set the maximum concurrency per host. Right know, I'm using Hugo and the Docsy...

Hi, I use the dio package to make HTTP requests to our API. Dio provided a feature for canceling requests. Under the hood it uses [HttpClientRequest.abort](https://api.flutter.dev/flutter/dart-io/HttpClientRequest/abort.html) (see [here in dio's...

network page
P3

**Bug description** Due to #439 the build often fails/hangs and get's aborted by GitHub. In case of using a professional license that license is not being returned. This will make...

bug

### :information_source: Info Version: `e.g. v0.13.1` ### :speech_balloon: Description Flutters [allows to rename the Runner.xcodeproj folder](https://github.com/flutter/flutter/pull/124533). If you do so, the execution of `flutter_launcher_icons` fails: ``` Unhandled exception: PathNotFoundException: Cannot...

### :information_source: Info Version: `0.13.1` Flutter: `3.10.5` ### :speech_balloon: Description I've set up my project according to the documentation with flavors. Then I run `dart run flutter_launcher_icon` and afterwards I...