Renan Mav

Results 15 issues of Renan Mav

I would like to use the CLI like this: ``` ast-i18n ./packages/web/src/*.ts ``` instead of `--src=/packages/web/src/*.ts`. The enhanced way would able terminal autocomplete.

enhancement
help wanted

Why do we have this? https://github.com/relay-tools/relay-compiler-language-typescript/blob/4134988f48d8522cc2403c2da748a428ddebeea5/src/TypeScriptGenerator.ts#L1061-L1063

question

Check this ```ts import { ConcreteRequest } from "relay-runtime"; import { FragmentRefs } from "relay-runtime"; export type HomeRootIssuesQueryVariables = { owner: string; name: string; }; export type HomeRootIssuesQueryResponse = {...

bug
enhancement

First of all, great work. Shall you guys add a README.md that can redirect to other .md files? Something like a table of contents.

It would be good to have a `danger-plugin-node-modules-analyzer` that: 1. runs your CLI 2. identify dependencies with problems 3. report an issue to the original repository (optional behavior) or patches...

enhancement
Planned implementation

Relay environment setup must be updated

Use v5 or latest

## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/proyecto26/react-native-inappbrowser/blob/main/CONTRIBUTING.md#pull-request-process. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...

## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/proyecto26/react-native-inappbrowser/blob/main/CONTRIBUTING.md#pull-request-process. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...

I noticed it had the "mark read" feature implemented. This PR implements the "mark unread" feature. | Mark read (existing) | Mark unread (new) | | ---- | ---- |...