Eric Swanson

Results 32 comments of Eric Swanson

Locally, I was able to forcefully inject the extra CSS into the browser by editing the HTML using the browser's Developer Tools console and the script: _\*Note: the CSS must...

@mehmetmalli I've updated this issue to include both `extra_css` and `extra_javascript`.

@mehmetmalli I split the support for `extra_javascript` from this issue for `extra_css` to allow anyone to fix one and / or the the other independently.

> Ha-ha, funny! I've also made a very similar plugin couple of days back. > > https://github.com/devoto13/yarn-plugin-engines Thanks @devoto13. I've decided to use your plug-in implementation since it has recent...

@eladchen very creative. Any reason you couldn't use the solution recommended by @arznaar and avoid the `curl` command?

@arznaar can you help me better understand the need for `fetch-depth: 0` and how that relates to your PR commit comment? What happends if you don't include that?

Thanks @eladchen. Perhaps I'll just deny PRs with more than 20 commits in them hahah.

@iwilltry42 I agree with both of you. I think it might be best to default to `@server[0]` when `--no-lb` is passed and `@loadbalancer` when it is not.

For my project, VS Code was complaining that `expect(...).toBeTruthy()` did not exist. I tried a number of suggestions above, but worked out that the minimum that was required for my...

@augustjk et al, this is no longer marked as `experimental` in the NextJS configuration when using "create-next-app". See the PR https://github.com/vercel/next.js/pull/49241 And, here is an example: https://github.com/vercel/next.js/blob/a7601213ab1bd2fd75e120907cd7c70278d7ebc7/packages/create-next-app/templates/app/js/next.config.js#L2 ```js /** @type...