Philzen
Philzen
**Describe the bug** When looking at my process list, it transpires there are explicit flags set to enable the crash-reporter, which otherwise should be clearly disabled from looking at the...
Initially i though the type i wanted to import simply had a too complex module hierarchy and i'd be missing something. I wanted to use ` { RegisterOptions } from...
As soon as i set a `display_path`, e.g. ```yaml asset_pipeline: display_path: blog ``` the asset pipeline breaks, b/c bundle files are created in `_site/assets` (correct, b/c `output_path` is still `assets`),...
The description says it will remove the trailing slash from a home path (relative path starting with tilde). A simple ```java @Test void returnsHomeWithTrailingSlash_forHomeWithTrailingSlash() { assertThat(FilenameUtils.getFullPathNoEndSeparator("~/")).isEqualTo("~/"); } ``` proves otherwise....
Not sure if this is is a bug or a feature – what i can confirm is that in v2.4 it worked as it said in the description: ```java @Test...
Similar to #551, the trailing slash is actually preserved in the result here. Confirmed to have this behaviour in 2.4 and latest 2.15.1
## What version of OpenRewrite are you using? I am using OpenRewrite v5.10.0 with rewrite-migrate-java:2.2.0 ## How are you running OpenRewrite? Using the CLI command from https://docs.openrewrite.org/recipes/java/migrate/upgradetojava17: ```shell mvn -U...
### What's not working? This is connected to #6197, as we're also seeing a status code 500 – however that issue is concerned with the API side only. We have...