hugofqt
hugofqt
@JakeDawkins what is the process to ask for a review/release? Maybe I need to post on a community channel?
@hwillson can you have a look at this PR? 🙏
Hi, Thanks for the update! With the current version, there is an import design issue that breaks the compatibility with bundlers (used by Next.js even for backend environments). please refer...
> Potentially that could still cause issues with bundlers if they can't find redis at bundle time or whatever I'm not sure. Maybe defining them as peer deps could help?...
For those who wants to ignore the warning, you can refer to https://github.com/sindresorhus/got/issues/2267#issuecomment-1659768856 ```js /** @type {import('next').NextConfig} */ const nextConfig = { // ... webpack: (config) => { // Ignore...
I have the save error when I try to insert `text[]` column. I cannot execute the following statement ```sql CREATE TABLE "public"."my_table" ( "id" text NOT NULL, "shares_with" _text NOT...
It can also help when a GitHub matrix is used. On large matrices, we may end with concurrency on cache write, forcing the job to wait (more than 1m on...
@bohandley Thanks for your review! The main branch is now up to date and the frontend test is fixed ✅
Hi @LukaHietala / @dwelle 👋, thanks for your review! I will edit your points and update the list below in the next few days 🕐 Tell me if I missed...
Hi @dwelle 👋 I updated the PR and integrated all your points - listed above -. Waiting for a final review to merge it 🚀 Note that I added a...