Bjarne Thorsted
Bjarne Thorsted
Thank you for the reply. I think you may have misunderstood my use case (or I have not used confuse the way I think I have). I am trying to...
Well, now I am confused (pardon the pun). What is the purpose of preserving comment lines during `dump()`, if I can only write an unmodified version of the default config...
As you mentioned earlier, ruamel.yaml has some features that should make it easier. Since, I haven't yet had a look at any of this, maybe you can tell me how...
Any updates on this request? I'm anxiously awaiting this feature addition :)
> @bjtho08 > just curious, by providing the `access-token` only but without the `sp_headers` shown in your example, does the ApiClient still work or not ? The reason why I...
> I just read the doc, it says that we need to send the additional headers (as you showed in your example) in case of the SP is not a...
Will this ever be implemented in Pillow?
What is the status of this issue? It has been almost three years since the first proposal. I am unfortunately unable to provide any help since I have zero experience...
I have a similar issue, where I have normalized my 3-channel false-color images to floating point with zero mean and standard deviation of 1. However, PIL is really creating tension...
I have the same issue. The problem is that `keras-contrib` checks for the keras distribution by calling `keras.__name__` and compares it as shown here: ```python if keras.__name__ == 'keras': is_tf_keras...