Philipp Kursawe

Results 205 comments of Philipp Kursawe

@master-lincoln you can use self-hosting and give badge the base URI of your server to perform its queries. However I wonder if that issue can be even solved here, since...

I’m working on mocking xhr to Test this.

What is going on here? I am working on adding a test with mocked xhr and then put it in "Ready for review". So for the time being no more...

@JakeChampion just a header like "a header with spaces"

I'll try. Maybe using a reverse proxy like nginx that adds a header to each response.

Will do tonight! Thanks for consideration. And thanks to @milgner for setting up the POC server.

@JakeChampion one question: Just printing the invalid header would still add it to the headers array. So the behaviour would not be same like for fetch in Chrome and firefox....

@milgner any idea how to test this in #950 without relying on the external server?

I would suggest to revert this decision to bundle async-storage with this package. We removed async-storage from our app entirely and using [react-mmkv](https://github.com/mrousavy/react-native-mmkv) which is much faster and easier to...

Sure it could default to the optional dependency of asyncstorage but should be configurable. And believe me, once you tried synced settings you will not go back to async ones...