Phillip Lanclos

Results 58 comments of Phillip Lanclos

Yes our users link to documents and like to put pictures mid-content for blogs etc. It would be awkward to have to use modular content just to put links to...

I would love option 3 @eddeee888. I think it should behave the same way the old codegen config worked when you had multiple `generates`.

Same here. This is preventing us from upgrading.

We were able to upgrade by moving `tsconfig.base.json` `"files"` into only the tsconfigs that need it. Which we probably should have had it that way to start, but I was...

We ran into this also when changing server side `client.query` to use `errorPolicy: 'all'`. The `errors` field is set to the `graphQLErrors` but the `error` result key is `undefined`. This...

Is there a reason this issue was never fixed/merged?

On both Mac and WSL, we can't select text and copy if it involves having to scroll. As soon as a scroll happens, the text is deselected.

> In case someone else would rather not have to deal with this TUI: you can disable it in nx.json: `{ "tui": { "enabled": false } }` You can also...