Adrian Philipp

Results 27 issues of Adrian Philipp

Refactor helper classes as they don't play nice with the open closed and dependency inversion principle and make mocking during tests hard/impossible. - CurlHelper and StreamHelper are Mappers (from curl...

Feature

https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md

Feature

It might be confusing to turn on and off VCR just to change a configuration option. Probably it is possible to change the configuration while VCR is turned on as...

Feature

Default paths which are needed are currently overwritten when setting a blacklist.

Bug

If a invalid HTTP request is detected it would be nice to have additional information like the url, parameters (...) about the invalid request. The current exception message is: ```...

Feature

Although the actual soap method call is intercepted correctly there are actually two request when a SOAP action is performed: - Receiving the WSDL, for example `http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL` - POSTing the...

Bug

For easier debugging and general readability it would be nice to have `post_fields` and `body` **formatted** in the yaml file. For example, when calling a elastic search server the recording...

Feature

I'm seeing this error in production in combination with skipper. Unfortunately I wasn't able to get the exact request yet. Do you maybe have some pointers (pun intended) how to...

bug
help wanted

Hi! First: This looks like a super cool project! Thank you so much for doing this. In the example I don't understand yet how to start a MacOS app. Do...

Hi! Great work so far. I saw that you use a 6 digit passcode which has just 1 million possibilities. https://github.com/teamhanko/hanko/blob/main/backend/crypto/passcode.go Without a rate limit this can be brute forced...