Gajus Kuizinas

Results 771 comments of Gajus Kuizinas

Is there a way to entirely disable proxy?

This could be solved with https://github.com/cypress-io/cypress/issues/22319

Can be easily done by identifying the `` and `` tags and not indenting their contents. The problem is that the text flow behaviour depends on the CSS property `line-break`....

> if not you should define an interface to be implemented by plugins and leave the core agnostic to the db driver being used. I am going to break this...

Does this mean responsive-fixed-data-table does not work at all with React v15?

Has the consensus been reached regarding this feature? The biggest reason for wanting template strings in `JSXAttributeValue` is consistency, e.g. I am using ESLint [quotes](http://eslint.org/docs/rules/quotes) rule to enforce template strings...

Related https://github.com/PostHog/posthog/issues/9399

PRs for improvement are welcome. It would be possible to utilize streams to drastically optimize memory consumption. Alternatively, just increase the memory allocated to the system.

Note that `nodenext` and `bundler` are fundamentally different module resolution algorithms. > With this context, we’re ready to begin answering your question directly. The biggest, most noticeable difference between `--module...

What's the simplest way to override all global reference to `fetch`? Presumably, if we can do that, then we should be able avoid the bug. It seems we are hit...