Bastian Krol
Bastian Krol
Prior to this change cmdt did not print the the actual value of stdout when a regexp expectation failed, only the expected value. That makes it impossible to troubleshoot test...
[discussion] Should HTTP status codes be treated differently when convertResponseToObject is enabled
For example: 1. for get, post, put, ... _without_ convertResponseToObject no HTTP status (including 4xx and 5xx) would be treated as an error. 1. for getResource and get, post, put,...
When requesting HAL talk with "Accept: application/json" everything works fine: ``` $ curl -D - -H "accept: application/json" http://haltalk.herokuapp.com/ HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 ... {"_links":{"self":{"href":"/"},"curies": [...] ``` But...
This is the last step of a multi-year header migration from using X_INSTANA_T/X_INSTANA_S with signed long values over using X_INSTANA_ST/X_INSTANA_SS with string values back to X_INSTANA_T/X_INSTANA_S with string values. In...
With a configuration like ``` new FlowWebpackPlugin({ failOnError: true }) ``` and running `webpack -w` the webpack process is termintated when Flow errors exist with: ``` Flow validation failed. Error:...
This should fix issue #7. The information if webpack is running in watch mode is kept and used to check in `afterUserCallback`.
context: https://instana.slack.com/archives/C05JSN0G6A1/p1703146406370329
Hey there, I needed something very similar, just with a few more columns in the final report, so I took your package as a basis and extended it. I wonder...
As discussed in #14 @basti1302: > On a slightly related note, it feels a little bit brute-force-y to just kill all nginx master processes. It might be quite unlikely, but...