Sven Rahn
Sven Rahn
Same issue: fragment layout with a surrounding relative layout: ``` ``` style(the second one is used in the activity: ``` @color/colorPrimary @color/colorPrimaryDark @color/colorAccent false true ```
> Is the view still rendered? No But thanks for the quick fix!
Related discussion: https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Early-bound-Entity-with-nullable-attributes/m-p/1508971#M6025
Any chance that Sponge forks the typesafe repo to fix things like that?
Couldn't this be implemented with Mixins somewhere here: https://github.com/lightbend/config/blob/ea45ea3767a201933eeeb9c3f0f13eacc9b51f07/config/src/main/java/com/typesafe/config/impl/ConfigString.java#L82
I have a shared library accross my plugins, too. It's called kosp if you want to look at it. I use the gradle shadow plugin(j.rengemann) to directly copy kosp into...
Great to see another one using Kotlin! My library has the same purpose as yours, just for Sponge (**Ko**tlin + **Sp**onge) ;) So instead of shading the kotlin lib into...
Sorry, but I don't quite get why you make it so: Example: - Lottery plugin, uses Kotlin 0.1, shades and relocates the Kotlin lib into the final jar and has...
Oh, I didn't know that the file size is a problem. That's interesting in today's times that storage is a limit. I would ask the people of that premium plugin...
Possibly related to https://github.com/SpongePowered/SpongeCommon/issues/1152