Sergey Igushkin

Results 50 comments of Sergey Igushkin

@rshah Defining a Markdown grammar does not seem to be a practical way of parsing Markdown, see http://roopc.net/posts/2014/markdown-cfg/ I think I can try and come up with a demo parser...

@silmeth Can I reference your Json parser in the examples section? It would also be kind of you to update it to [the `0.3.1` release](https://github.com/h0tk3y/better-parse/releases/tag/0.3.1).

One way is to create a shell script or a function that does that. For example, in the `fish` shell: ``` function geval if test (count $argv) -lt 2 ./gradlew...

@lemonsqueeze, do you know a proper way to do it? As far as I understand, it should be `android.net.conn.CONNECTIVITY_CHANGE`, but is there a way to send this system broadcast from...

> when `compilation.owner is KotlinGradleVariant` is true and `compilation.isMainCompilationData()` is false? For now, `compilation.owner is KotlinGradleVariant` is true only in our experimental (not officially released) plugins. In those plugins, not...

@jiqimaogou Thanks! It's good to have your PR as a reference for a future implementation once we have a proper design for resources in Kotlin/Native KLIBs and binaries! As you...

> Is it intended that `RealisedMavenModuleResolveMetadata` and `DefaultMavenModuleResolveMetadata` behavior is different w.r.t. `ComponentMetadataRules`? Do you have plans on changing this? It is not intended. The realised module resolve metadata should...

@sellmair Do you know about any work in progress on the fixes or workarounds in Kotlin and/or AGP? I want to find out when it would be safe to fix...

Hey @sellmair, Thanks for the update! Given that the configuration `kotlinKlibCommonizerClasspath` in the root project is created by the Kotlin plugin, I think it should be OK for the plugin...

> The untraditional requirement for this task: > This should only run once for the whole build, collecting all requirements of all multiplatform projects within this build. > > Are...