Gareth Coles

Results 214 comments of Gareth Coles

Code Minimap no longer exists, it seems.

> FWIW, this also stopped working in PyCharm 2021.1, but plugins.jetbrains.com/plugin/15562-codeglance2 seems to work. Maybe an option for PhpStorm users as well? Holy crap, someone did it. This is working...

We're also having this issue - the repo contains a `pom-default.xml`, but indeed, that is not where a pom should be, and therefore Gradle is unable to resolve it.

I'm not really even sure how you ended up managing to deploy without a pom - it's very much the standard thing, and it's what the `maven-publish` plugin does by...

[Kotlin-pluralizer](https://github.com/cesarferreira/kotlin-pluralizer) seems to be [using JitPack](https://jitpack.io/#cesarferreira/kotlin-pluralizer) (unfortunately, but it's something)

I'll put my vote in for this one, would be a really nice feature.

This might be somewhat impractical as you need to be root/Administrator to send ICMP messages.

Because of how class instantiation order works, I don't think doing anything that relies on the order of instantiating the classes makes sense. However, reordering the declarations is also not...

> That makes no sense whatsoever, re-ordering like this would not affect anything, if the arguments are already ordered correctly, nothing would happen, if it's not the order is broken...

> so it only happens if it is really needed This is an unexpected behaviour for an otherwise straightforward and predictable API. Hidden gotchas like that are definitely not wise...