nicolasb29

Results 14 comments of nicolasb29

Hi, It seems that css class changed from md-footer-copyright to md-copyright https://github.com/orzih/mkdocs-with-pdf/blob/f2e78d8c8ecb505636ba31a4830646038a78accd/mkdocs_with_pdf/themes/material.py

Hi, I have found a workaround : add a file pdf_event_hook.py (experimental feature) with this contant ``` import logging from bs4 import BeautifulSoup from mkdocs.structure.pages import Page def inject_link(html: str,...

Hi! The idea is to use a recipe like this ```yaml --- type: specs.openrewrite.org/v1beta/recipe name: com.yourorg.CreateYamlFileExample displayName: Create YAML file example recipeList: - org.openrewrite.yaml.CreateYamlFile: relativeFileName: foo/bar/baz.yaml fileContentsUrl: https://raw.githubusercontent.com/openrewrite/rewrite/main/rewrite.yml ``` So...

Hi! Is it possible to use this recipe in a declarative recipe in Yaml without writing my own recipe in Java? Because I don't see an option for a file...

Oh good ! I will try and close this issue if all is ok !

Hi! It's working fine!! Thanks!

Only one question about preconditions, is there a way to do a negation, for example "if not found in files" with [this](https://docs.openrewrite.org/recipes/core/findsourcefiles)

The spotless is working fine, so I agree it's warning messages. Is there a way to not display theses messages?

Thank for your response. I add both [mavenCentral and gradlePluginPortal](https://github.com/nicolasb29/spotlestest/blob/main/build.gradle#L21), I fix the error in the file [format.gradle](https://github.com/nicolasb29/spotlestest/blob/main/gradle-scripts/format.gradle#L20) but force no cache in gradle task and the warning is still...