-
## 🐛 Bug Report
Here is how my AppDelegate looks like
`using System;
using System.Collections.Generic;
using System.Linq;
using Foundation;
using Plugin.FirebasePushNotification;
using U…
-
Essentially, what's happening is that fireWeapon can only trigger turret fired animations, but can't properly trigger animations that occur as a turret prepares to fire, like doors on missile bays ope…
-
Hello @iFgR, this is a fantastic library! Great work!
I am making a cross-platform web app and your suggestion in #103 helps a lot. But it seems that is incompatible with the `.once` modifier?
…
-
I currently observe a strange behavior: Sometimes, i.e. not sure under which conditions exactly, a map zoom/pan event triggers a re-route. There is no clear repro, most of the times it doesn't trigger…
-
Flint stones. It does nothing.
-
The parent async templates are working great (and love the gem, btw)!
Started to have the need for nested async templates and followed the instructions to the T, including the `` inside the parent …
-
I've noticed a strange behavior. I have an app that has a resume event. If I add setOrientation to the resume event, the event fires twice. I have tested this several times and found it consistently …
-
See https://github.com/sky-uk/kafka-message-scheduler/pull/2#discussion_r132118723.
>The log message "Couldn't cancel" appears every time a schedule is triggered, because we delete from the `schedule…
-
With the server online, 2 users in the MySQL database (1 logged in), Pressing the + button fires a NullPointerException. Here is the stack trace.
```
java.lang.NullPointerException
at me.nrubin29…
-
I can bind lowercase alpha characters' _keyup_ and _keydown_ events, but not their corresponding uppercase (shifted) characters. _keypress_ always works.
I have also tried 'shift'+lowercaseCharacter…