Gajus Kuizinas

Results 734 comments of Gajus Kuizinas

Asked related questions: * [How to get 103 Early Hints work in Traefik?](https://stackoverflow.com/questions/73129472/how-to-get-103-early-hints-work-in-traefik) * [Does Traefik support 103 early hints?](https://community.traefik.io/t/does-traefik-support-103-early-hints/15237)

> I'm not familiar with that tool, but I'm not sure why it would break static analysis - you'd just bounce over to the other file and see what that...

If we rephrase the issue as the code legibility, is that not a good enough reason for introducing the rule? Good hint about `no-restricted-syntax`. That does solve for our use...

You can now achieve this with [`canonical/prefer-inline-type-import`](https://github.com/gajus/eslint-plugin-canonical#eslint-plugin-canonical-rules-prefer-inline-type-import).

@DarkRoku12 Doesn't work with JSX (puts everything on the same line), but otherwise a vast improvement. And if you try to to use it together with `react/jsx-indent`, the rules are...

Somewhat obvious, but just in case, simply quoting the table/ column name works, e.g. ```js const query = qb .from('"user"') .set({ ...payload }) .where({ id: context.session.userId }) .query; ``` ```js...

> Would you consider a PR that adds multiple build outputs to match how Redux is built? Whats the benefit of that in the context of `redux-immutable`? `redux-immutable` utilises all...

> Then maybe it can remove something in production. Remove what? Rollup is relevant only if it can determine (statically) that something is not being used. Tree shaking will be...

I am all pro-rollup approach, I am just not happy with the-Rollup. I think the user base is too insignificant to cater for. This will land in one shape or...

`jsnext:main` `package.json` field is rollup specific. Of course, correct me if I am wrong.