Bart Vanhoutte

Results 32 comments of Bart Vanhoutte

Hey @kelunik, I saw the adapter but it unless I'm mistaken it does not work the other way round? Ok, sad to hear there wasn't enough common ground to continue.

👋 Unsetting a default header, would that happen through ```php $browser = $browser->withHeader('User-Agent', null); ``` or ```php $browser = $browser->withoutHeader('User-Agent') ``` What do you think?

Right now I'm trying with an image. Textual data works as designed.

Also see https://github.com/php-http/react-adapter/issues/49

> What would you expect to happen from the API user point of view ? Give an array of ID ? Yes, sounds good. > Then from the resolver point...

Something like this perhaps? ```php final class MergeDelayErrorOperator implements OperatorInterface { private ObservableInterface $subsequentObservable; /** * MergeDelayErrorOperator constructor. * * @param ObservableInterface $subsequentObservable */ public function __construct(ObservableInterface $subsequentObservable) { $this->subsequentObservable...

Seems like I'm running into the same issue. @WyriHaximus Is this a problem that _has_ to get fixed or is this eventually caught by GC?

I've currently worked around the issue by enabling FKs every time when selecting/updating/deleting, but this obviously isn't ideal ...

Looking at the [amount of options available](https://www.sqlite.org/pragma.html) to be configured this way I think it makes more sense to somehow provide an array of queries to be executed when a...