Results 3 issues of samuel durand

I wrote a karma configuration using Istanbul coverage that was working perfectly fine when I run it using Grunt, until I tried to make it run in background. Here is...

needs: investigation

I just updated to the latest Intellij Ultimate (2021.1) this morning and the plugin immediately broke on opening an nginx.conf file ``` java.lang.IllegalArgumentException: Invalid range specified: (612, 611); at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:222)...

bug

My trace id was not being transmitted forward to the other service that I was calling with OpenFeign. The solution was to expose the client, as mentioned in this post...