Ilya Ilyinykh
Ilya Ilyinykh
Hello, @sp4ce > Once you provide me an access to a S3 bucket, I can start up a config server in Heroku to show case the issue. As far as...
Thank you fore your work in #333! But this changes are still not released. Are there any information on when it'll be released?
Hello there! I think that [this](https://github.com/spring-cloud/spring-cloud-openfeign/blob/186711914a519b105dddcf12f50a908c0480795b/spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/valid/ValidFeignClientTests.java#L456) is the thing you're looking for! Code snippet: ```java @RequestMapping(method = RequestMethod.GET, path = "/helloheadersplaceholders", headers = "myPlaceholderHeader=${feignClient.myPlaceholderHeader}") String getHelloHeadersPlaceholders(); ``` I've opened the...
May I look at it this week? š¤ I guess it might be useful
Hello @lhoffjann , I changed one line, so now I can navigate to wikilinks with aliases. I hope this solves at least one problem.
Same problem appears in my config. This seems to fix the problem as mentioned above: ```lua confirmation = { default_behavior = types.cmp.ConfirmBehavior.Replace, }, ``` Without this option I got wrong...
Hello, I faced the same problem. Highlighting works for some methods but not for `Errorf`. Here is the simple thing you can do in your dot files to fix the...
Hello! Any updates on the issue? I found docs: [Format files from the command line | IntelliJĀ IDEA Documentation](https://www.jetbrains.com/help/idea/command-line-formatter.html). I use this API myself to format code using neovim: ```lua...
Thanks for your hint @nedtwigg I [created](https://github.com/IlyasYOY/spotless/blob/main/testlib/src/test/java/com/diffplug/spotless/java/IdeaStepTest.java) the `*Step` class a few days ago. It works fine on my macos machine. I faced a problem testing it on CI, there...
Thanks for the advice! Really appreciate it! I've just opened a Draft PR. https://github.com/diffplug/spotless/pull/2020