Skip to content
View jdileonardo's full-sized avatar
🤖
beep boop
🤖
beep boop
Block or Report

Block or report jdileonardo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. mojohaus/versions mojohaus/versions Public

    Versions Maven Plugin

    Java 322 264

  2. Cosium/git-code-format-maven-plugin Cosium/git-code-format-maven-plugin Public

    A maven plugin that automatically deploys code formatters as pre-commit git hook

    Java 197 38

  3. max-wilkinson/copyrighter max-wilkinson/copyrighter Public

    A VSCode extension for injecting copyright and license

    TypeScript 6 12

  4. Spring Boot Gotenberg WebClient PDF Spring Boot Gotenberg WebClient PDF
    1
            WebClient webClient = WebClient.builder()
    2
                    .baseUrl("http://localhost:3000/convert/url")
    3
                    .build();
    4
    
                  
    5
            MultiValueMap<String, String> formData = new LinkedMultiValueMap<>();