Mike Solomon
Mike Solomon
In our PicoCLI app, we have many different options that can often be confusing for users due to the complexity of the input. For instance, we have an option called...
Right now, we rely on manually updating the [Gradle plugin docs](https://docs.openrewrite.org/reference/gradle-plugin-configuration). Theoretically, we already get [some docs automated](https://plugins.gradle.org/plugin/io.moderne.rewrite) by virtue of publishing our plugin. We should look into that further...
In Moderne, when I run the [Find API calls recipe](https://app.moderne.io/recipes/org.openrewrite.java.spring.search.FindApiCalls) on the `Default` organization, I notice that most of the results are tests rather than actual API calls:  [Link...
We've removed the Moderne supported languages page and the roadmap. The OpenRewrite docs were pointing to that - but I'm not sure where the new one is. Once we figure...
A community member recently added [support for printing out data tables in the rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin/pull/751#event-12672487447). We should add docs that explain how to use this - similar to [what we've done...
[From Slack:](https://rewriteoss.slack.com/archives/C01A843MWG5/p1707203073028359) > Q: I have a case where I have one line in a method and need to insert say 5-6 lines replacing it. When I do it using...
While GitBook has a good amount of benefits, there are also quite a few drawbacks that are causing significant issues. We should consider exploring alternatives to GitBook. To outline pros...
Right now, we have a [quick start guide](https://docs.openrewrite.org/running-recipes/getting-started#step-6-running-recipes-from-external-modules) that covers the basics for running recipes. However, it seems like it may be trying to do too much in one spot....
# Current Behaviour If you create a request using `z.request`, URL params are encoded differently depending on if you specify them in the `url` field vs the `params` field. #...
Throughout our docs we provide many explicit versions for libraries. It's nearly impossible to ensure they're all up-to-date given GitBooks limitations. We should update the docs to use `LATEST` or...