Cristian Flórez

Results 13 issues of Cristian Flórez

I'm using [superclsuter](https://github.com/mapbox/supercluster) for clustering markers in react native map, what I want is to get all children from a cluster no matter what level of nesting a cluster may...

question

### What I'm trying to achieve I set JWT_EXPIRE='True' in my server, so that the access token will expire every 5 min, but I'm having a problem in the admin...

Need help or want to talk all things Apollo Tooling? Issues here are reserved for bugs or feature requests, but you ask for help in our Spectrum community: I'm using...

According with React [documentation](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#eslint) some rules are not neccesary, especifically: `react/jsx-uses-react` and `react/react-in-jsx-scope`, I'm having some problems with this rules in a recent project created with `create-reate-app`.

I'm having problems with some `import` plugin rules, especifically all first import trown the same errors: ```shell ESLint: Definition for rule '@typescript-eslint/no-unsafe-argument' was not found.(@typescript-eslint/no-unsafe-argument) ESLint: Definition for rule 'import/no-import-module-exports'...

I'm using this code to validate if some hook is used inside an specific context but I obtain the following error: `ESLint: Unnecessary conditional, value is always falsy.(@typescript-eslint/no-unnecessary-condition)`, what is...

## 💬 Question What I want is to press a [select](https://akveo.github.io/react-native-ui-kitten/docs/components/select/overview#select) component and select an especific option, so I'm having some problems: 1. If I try to use [getByTestId](https://callstack.github.io/react-native-testing-library/docs/api-queries#bytestid), console...

I want to take the `API` and the `Dashboard`, for the `Storefront`, I will develop it from zero with react native, my question is, how do I manage this on...

If you use [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) you can detect dependency cycle problems in saleor-sdk, some location where this problem appear are: - `gql/jobs/Auth/AuthJobs.ts` - `gql/jobs/types.ts` - `gql/components/index.ts` - `gql/react/index.ts` This is definitely...

bug

`JobsManager.run` method is defined as synchronous code: https://github.com/mirumee/saleor-sdk/blob/9123620772792b543b11c6b548a37552604284be/src/jobs/JobsManager.ts#L49-L60 But is executed as async code: https://github.com/mirumee/saleor-sdk/blob/9123620772792b543b11c6b548a37552604284be/src/state/index.ts#L135-L137