Felipe Lima

Results 4 issues of Felipe Lima

**Describe the bug** Environment variables don't work within the `.graphqlrc.yml` or `.graphqlrc.json` config file. We have the option to pass `--require dotenv/config` to the codegen command, but it doesn't work...

Some of my variables come from user input. The user should be free to type any character, including the delimiters. But if they type expressions like `"{{2*3}}"`, this can lead...

`compressToUTF16` is great when using Local Storage, but when using cookies, the characters are not accepted by the browsers. `compressToEncodedURIComponent` would be the right solution in this case. It would...

I can't see the point of this, as `m.type` will always be like `"javascript/auto"` or `"javascript/dynamic"`, and never something like `"style.module.scss"`. For me, it's always returning `false`. https://github.com/pedronauck/docz-plugin-css/blob/169c0971e016a528bf92f8330075d0063dbc6025/src/index.ts#L142