Samael

Results 284 comments of Samael

I use methanol in a Quarkus app built as native image and it works fine. Perhaps this is a config issue. Did you set `quarkus.http.enable-decompression=true` in the application properties? https://quarkus.io/guides/all-config#quarkus-vertx-http_quarkus.http.enable-decompression

CLion is not supported currently. > Support for the D Programming Language within IntelliJ IDEA (planned Clion support is experimental. See CLion issues) At one point it was ok but...

Found a way of getting this to work. Should be sorted now. See https://github.com/intellij-dlanguage/intellij-dlanguage/commit/e6f849a05e071d3810b64fa3a7b37ba0091e32ff

I see this in build output: ``` $ cargo build Compiling cfg-if v1.0.0 Compiling itoa v1.0.1 Compiling adler v1.0.2 Compiling ryu v1.0.9 Compiling proc-macro2 v1.0.34 Compiling syn v1.0.82 Compiling serde_derive...

Seems that in recent Intellij versions we need to have: ```xml ``` which will need to have an implementation of _ProjectStructureDetector_::_detectRoots_ ``` class DlangProjectStructureDetector : ProjectStructureDetector() { override fun detectRoots(...

Finally got round to taking a look at this. Settled on using [coveralls-jacoco-gradle-plugin](https://github.com/nbaztec/coveralls-jacoco-gradle-plugin) and Gradle's [jacoco-report-aggregation](https://docs.gradle.org/current/userguide/jacoco_report_aggregation_plugin.html). Then it's pretty much just a case of putting some config into _build.gradle_ and...

deleted last comment as just realised I posted on wrong thing

I've been planning to pull the dub plugin source into this repo in the way you did with the SDL pr for a while now. The main reason it's not...

yeah definitely. In an ideal world, probably if there were enough people working on it, the code base should be done in a way that a [standalone IDE](https://www.jetbrains.com/help/mps/building-standalone-ides-for-your-languages.html) could be...