Michel Feinstein
Michel Feinstein
I think that's a fair point and I agree with you, my suggestion should not be dismissed based on personal opinions, but on technical matter, and should be implemented on...
Also `ignoreReassignment` could be marked as `@visibleForTesting`. >why not just registering in setup? I have a setup function the runs at the beginning, but I want to reassign one of...
@DartAndrik sorry I don't understand your point. You appear to defend that `bloc_effects` is not valid when you say: >My opinion is: bloc is beautiful itself and introducing single life...
I tried it again, this time installing it in IntelliJ IDEA 2024.1.1 (Community Edition). It installs correctly, I can use the Chat, but there's no code auto-completion suggestions. I tried...
I have a genetic method that makes requests to a complete url variable. I remember passing the variable to `get` and it would append my base url to the url...
But that option I am proving is a new option, so wouldn't it override the values in my default option I used for constructing the dio instance?
But I want that request to carry all the options provided in the base options, only overriding the ones I need to change, not all of them.
@AlexV525 I tested and indeed it worked, I think the docs got me confused, the docs say: > Each Dio instance has a base config for all requests made by...
I know that's how the code looks like, but reading the docs that's not clear. The internal code could be easily overriding things with nulls.
Override means substitute, merge means combine both into one.