Sebastian Trebunak
Sebastian Trebunak
Hello. I keep getting following errors from TypeScript compilation (using react-fetchiung-library on React Native): ```ts node_modules/react-fetching-library/lib/index.d.ts:15:19 - error TS2304: Cannot find name 'RequestCredentials'. 15 credentials?: RequestCredentials; ~~~~~~~~~~~~~~~~~~ node_modules/react-fetching-library/lib/index.d.ts:16:13 - error...
Hello. I have this situation, where `{entity}/count` REST endpoint with deep filtering and using '_or' clause is not working properly. Count value is even bigger than number of items that...
Hello i would like to ask you If I'm able to use this lib with react. I downloaded sql.jq file and I'm trying to import it like `import {SQL} from...
Hello. First of all, thank you for this great library. Would it be possible to export `ExposedToThreadType`, `QueuedTask` and `WorkerPool` types to use in our apps? With these types available...
Hello. First of all, thank you for this lib. I keep getting following error message in my console: ```js Warning: Failed prop type: The prop `alt` is marked as required...
Hello. First of all, thank you for this great lib! I'm enctountering an issue on mobile devices (tested on safari - iOS). Whenever I perform Pinch-to-zoom gesture, to zoom into...
Are there any plans to implement some kind of react-native-openlayers _wrapper_? I found a Webview-using solution but the implementation is not very user-friendly when it comes to handling custom tiles...
Hello I would like to ask you if there is any way to use PersistGate component with something like 'onHydratationCompleted' callback? I'm using redux-persist in React Native application and it...
- Start Date: 2020-08-20 - RFC PR: # Summary Current way of Collection name's pluralizing does not work in other languages as different languages has different rules in order to...
Hello, I'm using this tool indirectly (via rtk-query codegen) and I have found the following bug? My use case is having multiple input YAML schemas. I have one 'common' schema...