Stefan M.
Stefan M.
I have three moshi artifacts as a dependency: * `com.squareup.moshi:moshi-kotlin-codegen:` * `com.squareup.moshi:moshi-adapters:` * `com.squareup.moshi:moshi:` All of them have (currently) the version `1.9.3`. The latest version is `1.11.0`. While in the...
I'm very confused why the colors are handled over the colors.xml file instead like the texts via the attributes file? We can set it up like this too: ``` xml...
As a Kotlin learner I use sometimes the "Show Kotlin Bytecode" -> Decompile feature in IntelliJ to see the Java source code.   But when I only need one I would expect that it will render it in the middle...
We can enable the sidebar by adding this to our `config.yml` file: ``` sidebar: logo: fresh-square sections: - title: User icon: user links: - text: Profile url: / ``` This...
This theme has already 227 stars and 130 forks. I think that is a lot! Unfortunately I don't use this theme for myself. But I'm very interested in real use...
See https://github.com/StefMa/hugo-fresh/issues/48#issuecomment-524524762
This will fixes #291 Currently WIP. Not ready for review.
Currently we developing some architecture we we put two stores and a fetcher into another class. Which reads like that: ```kotlin liveStore: Store, notLiveStore: Store, notLivePersister: Persister ``` Which reads...
**Is your feature request related to a problem? Please describe.** Currently there is no way to use the date picker to select multiple dates. Only a single date or a...