Adam Koch

Results 4 issues of Adam Koch

I see the following crash when using `FirebaseModelDataType.FLOAT32` as the input type for my custom model: ``` 2018-10-18 00:15:30.178 25593-25593/com.devrel.sample.fluttermlkit E/MethodChannel#plugins.flutter.io/mlkit: Failed to handle method call java.nio.BufferOverflowException at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:291) at...

bug
under investigation

When I call `startOrResume()` I am getting error 400: ``` flutter: Error Code: 400 Malformed json flutter: #0 SpotifyApiBase.handleErrors (package:spotify/src/spotify_base.dart:238:7) #1 SpotifyApiBase._requestWrapper (package:spotify/src/spotify_base.dart:212:16) #2 SpotifyApiBase._putImpl (package:spotify/src/spotify_base.dart:201:12) #3 PlayerEndpoint.startOrResume (package:spotify/src/endpoints/player.dart:97:5) #4...

In Home Assistant `value_template` is deprecated and replaced by `state_value_template` as of HA 2022.02.x. This breaks devices from working in Home Assistant when using Home Assistant's MQTT Discovery: https://github.com/home-assistant/core/issues/65739 I...

Not sure if I'm doing something wrong, but I found that all my `TargetContent` widgets expand to fill the remaining width regardless of what width I set (using say, `SizedBox()`...