Pokerkoffer
Pokerkoffer
I am experiencing the Same issue with Typescript v 4.2.2
That package is installed, and that does not fix it.
Are there any plans to implement this? I'm facing the same issue and it should be an easy task to solve it. Edit: The workaround solution above doesn't work anymore....
bump... any solutions so far?
This is the class in Refit which is responsible to convert an object to a Dictionary: https://github.com/paulcbetts/refit/blob/master/Refit/FormValueDictionary.cs It is used here: https://github.com/paulcbetts/refit/blob/master/Refit/RequestBuilderImplementation.cs#L444 The field names are retrieved via Reflection and...
> Also I found that this error is related to old cookie in browser. This happened to me as well. I switched the store to FilesystemStore and there was already...
nginx is not listening on ipv6. I stumbled across the same error. You can easily confirm this by entering the ipv6 address in your browser or run curl -v [<...
What is the current status? This feature would be really nice :)
I felt free and added a PR, i hope this is fine for you: #73