Oliver Brunsmann

Results 25 issues of Oliver Brunsmann

# Current bug behaviour Text field not reacting to input events, nor on web neither on macos. # Expected behaviour Typing on focussed TextInput should update its content. # Steps...

bug
fix available

Is Entity Inheritance already supported? `@BaseEntity` annotation seems not yet to be available. Maybe you could add a hint to the docs if it is not yet supported on dart....

enhancement

Hey Guys, just would like to suggest adding a note to the docs regarding the comparison of `putQueued` vs `putMany`. In our concrete case we are scaffolding our database with...

documentation
enhancement

Regarding docs the expiration date should be null on lifetime access, but it's 2222:

bug

I started the NFC scanner in multi scan mode. The first tag comes in correctly, the next scan is ignored. I use NDEF formatted tags. To exclude the possibility that...

It would be nice to have an available event on enabling or disabling NFC on android. We could register an intent filter on `android.nfc.action.ADAPTER_STATE_CHANGE` and yield the `isEnabled()` result

Hello, I am searching for a way to pass same arguments to nested routes. For instance, you have a car detail page which has child pages for more information: ```dart...

Please have a critical look at this PR, solves the issue for my particular case.

Error ``` SQLSTATE[42803]: Grouping error: 7 ERROR: column "logs.created_at" must appear in the GROUP BY clause or be used in an aggregate function LINE 2: to_char(created_at, 'YYYY-MM-DD') as date, ^...

This issue is an overview to track progress of this Flutter SDK. # General SDK Features - [ ] [Handling retries](https://heroiclabs.com/docs/nakama/client-libraries/unity/#handling-retries) - [ ] [Custom logger](https://heroiclabs.com/docs/nakama/client-libraries/unity/#configuring-a-custom-logger) # Modules ## Authentication...