David Buchmann

Results 944 comments of David Buchmann

@GrahamCampbell @Nyholm i would be glad if you have any insights here. i see that guzzle seems to indeed wrap any exception (though not other throwables) in its rejected promise:...

we had more discussion in https://github.com/php-http/client-common/pull/234#issuecomment-1835626700 - i think we can not suddenly change what class of exception we pass to the rejected callback. and e.g. the guzzle adapter wrapped...

looking at guzzle adapter, we adapt the guzzle PromiseInterface to our promise like this: https://github.com/php-http/guzzle7-adapter/blob/03328049033fc2d9c2b2a93fb5554d519d78ce6e/src/Promise.php#L56 i have troubles wrapping my head around what we do there but if i understand...

i spent a lot of time trying to get this to work in https://github.com/php-http/httplug/pull/173 but was not able to work it out. i came to the conclusion that it probably...

that sounds like a good idea to me. why would you map N to N-1? channel 0 is supposed to write to all channels. if you consider the ports on...

Thanks a lot for taking the time to explain these things! It helps a lot to see the reasoning. I will see if i can put some of it into...

there seem to be other issues with the data symfony/intl is using: https://github.com/symfony/symfony/issues/12583 no idea however if things could be customized/extended/overridden to work around this, or how the root cause...

thanks @jakzal @maity-kgz if you have time to dig though this with the pointers jakub gave, i am glad to help reviewing a pull request to fix this. if we...

that would probably also affect any ajax calls that have no locale in the url. but its strange, usually once the locale is determined and in the cookie, it should...