Denys
Denys
@AndroidDeveloperLB Which Android Studio version are you using? I have this issue with Android Gradle plugin `4.0.0-alpha07` on unrelated project. `AS 4.0.0 Canary 6` with gradle plugin `4.0.0-alpha06` don't have...
Seems like build works on JVM 1.8. Is this kapt issue or just outdated tooling?
Hey, thanks for such detailed reply! My idea was not to introduce behavior changes (totally agree with "copy plugin and launch server" approach in this case) but rather something like:...
I guess this totally makes sence in case of statically-typed DSL. Before you that - string or small local function for converting map to style string is fine, as for...
Should I make PR for ignoring unimplemented systems? :D
I think I'm already sending warnings to `stderr` output. But it's easy to lost it in other debug information. I guess opened issue is much better reminder. :smile:
Workaround: [Using `annotationProcessor`](https://github.com/dector/ure/commit/2a6ad78994eb8d70582be0716aa069868482d0be) instead.
Do you think it's possible to create a library for logical programming paradigm? Can you, please, provide some real-life cases when logical programming will be more preferable than functional/oo approach?
@Twulkis I guess your `launcher_profiles.json` has no active profiles. ``` $ cat ~/.minecraft/launcher_profiles.json` ``` I think it happens with non-official launchers and has nothing to do with Linux. :)
Happens to me on 2020.1, 2020.2, 2020.2.1 a lot.