jer-sen

Results 30 issues of jer-sen

## 🐞 Bug Report #### Describe the bug With [email protected] and [email protected] `O.Merge` doesn't return `{ a: null | number[] }` instead it returns ``` { a: number[] | {...

bug

In some components such as View, text can not be placed directly inside (it must be wrapped with a Text component). Could you add a rule for this ? Ideally...

Hello, When calling `new Date(1234)` I get this error: `TypeError: Bind must be called on a function` I would expect just to get a `Date` with `valueOf` returning `1234`.

- [ ] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/react-typescript-4bphv?file=/src/index.tsx) ### Steps to reproduce For...

Inactive

**[Required] Describe the bug** `isoworker` dependency does not provide a default import so `isoworker.createContext` raises an error from `index.mjs`. I face this bug while using `expo-camera` bar code scanner on...

bug

## 🐛 Bug Report A resource with context (`type_male`, `type_female`) is not allowed with fully TypeScript-safe use. ## To Reproduce ```js { "type_male": "homme", "type_female": "femme" } t('type', { context:...

typescript
pr hold

I face this error. It seems due to the presence of extensions in import file names. The library generating my schema uses ".mjs" files of graphql module, whereas graphql-query-complexity uses...

## Actual Behavior The extension crashes at startup with this error in GraphQL Language Service output: ```UnhandledPromiseRejectionWarning: Error: Field "TypeWithDuplicatedField.duplicatedField" can only be defined once.``` ## Expected Behavior An error...

bug
lsp-server

This kind of URL `http://abc.com/#k/some/hash` is wrongly replaced by `http://abc.com/#k%2Fsome%2Fhash=`. This leads to many issues with some websites. This can be easily tested and reproduced with embedded `cleaningTool.html` (at least...

bug

Hello, At this line file required should be updated: https://github.com/apollographql/apollo-tooling/blob/5b0b1ed1d7aef2bf8c558fce7a5a00ce6494baf7/packages/apollo-graphql/src/schema/buildSchemaFromSDL.ts#L57