Elliot DeNolf

Results 126 comments of Elliot DeNolf

I'm leaning toward adding an additional configurable property to the plugin called `headerFilter` or similar that accepts the `req` and would return headers. This function would be used if defined,...

@castlemilk Some fixes were pushed. Please upgrade to 2.14.2 and let me know if you still see this issue.

Examples will be reworked for 3.0. If still an issue after, feel free to open a new PR.

As mentioned above, the `register` function became available in 20.6.0 and 18.19.0. The `engines` section for `payload` has been updated accordingly ```json "engines": { "node": "^18.20.2 || >=20.6.0" }, ```...

This is not unexpected. Here is why: A migration must be ran on your database in order to scaffold out the necessary tables. This happens in one of two ways:...

Hey @hdodov , I understand your frustration. 3.0 will address all of the webpack woes directly. I attempted to recreate this but was unable to run into any issues. What...

@hdodov Thank you for the reproduction. I was able to recreate. However, it is quite confusing to me why setting the fallback of `util: false` (as you did in your...

Thanks @ascorbic. I'll review this week 👍