Stephan Schuster

Results 12 issues of Stephan Schuster

I have the following generic Data container: ``` @Parcel public class Data implements Cloneable { @ParcelPropertyConverter(ValuesParcelConverter.class) SparseArray mValues; ... } ``` The ValuesParcelConverter does this: ``` public void toParcel(SparseArray values,...

Do you think something like this would be helpful for people using Jetpack Compose? The idea is to make things simpler and more consistent with the rest of the framework....

status:check
type:android-compose

A short question about a subtle difference I encountered between the old "Classical DSL" and the new "Contructor DSL": [In your docs](https://insert-koin.io/docs/quickstart/kotlin#declaring-dependencies) you basically say ... ``` single { HelloServiceImpl(get())...

core
type:feature-proposal

On my Synology NAS (DS720+) I installed docker and tried to run imgdupes on a folder with two exact same images. It works only for `--faiss-flat` while I never get...

### General information - json-editor version: 2.8.0 - Bootstrap4 - FontAwesome5 ### Expected behavior InfoText should always be displayed in same line as the property label. This should work for...

bug

Is there any chance to make the `div#root` inside `` 100% in height? ![image](https://user-images.githubusercontent.com/5207269/197615809-251e41d1-192a-42f4-a847-450222b64511.png) Background: I have two cards side by side (entities + picture-elements) and they should have the...

I assumed I could use/configure the layout card to behave the same way as https://github.com/ofekashery/vertical-stack-in-card. That means I wanted to use your various layouts to build one single card without...

enhancement

This updates seamlessly: ``` type: gauge entity: sensor.solaredge_battery1_state_of_charge name: Batterieladung needle: true min: 0 max: 100 severity: red: 0 yellow: 15 green: 50 ``` Here the needle quickly jumps to...

Calling `client.getEventHandler().unsubscribe("my/event", mMyListener)` without having called `client.getEventHandler().subscribe("my/event", mMyListener)` before, results in an NPE in `DeepstreamClientAbstract.onError(...)` Reason: The server sends `NOT_SUBSCRIBED` which is an event type that is not known by...

The code as decribed in the docs is not working: https://google.github.io/automotive-design-compose/docs/modifiers/modifiers#placeholder-content When using `placeholder: @Composable () -> Unit` as described, the argument is not picked up in the generated code...