Chris Phan

Results 21 comments of Chris Phan

I am trying to use this with remix.run and running into the same issue. I have a barebones repro here: https://github.com/TotalLag/reactplayer-remix-repro if you run `pnpm dev` or `yarn dev` that...

very possible. i'm running this in WSL1 (linux environment on windows) but it's weird that it's only this plugin. my best guess is how it's trying to require the lib's...

ran into this problem tonight as well. before you migrate, you have to make sure your new guid character is at least level 2

> Actually, passing `type="button"` to your `` component will work, even if the type definition complains. You can just create a wrapper around your component definition. > > // @ts-expect-error...

@omohokcoj no changes I can observe in `/jobs`. It continues to show 3 processed and 0 across the board. If I visit the `/settings/email` page and try to manually send...

Just as a test, I tried adding both variables to both API and UI services, but still did not expose the option that's in the guide: I did add a...

Yep, restarted the entire stack including nginx. I'm still not seeing it although I'm pretty sure UI was updated given this was new: Besides those 2 variables, are there any...

Commenting as this is an interesting issue I'd like to try taking on. The general concept of cart persistence and merging across guest and logged-in sessions is a common feature...

+1 great idea. The project https://github.com/docusealco/docuseal uses this too so there's a chance we don't need to reinvent the wheel here.

@abdwap > The problem can be solved by adding use_oauth=true or proxies=my_proxies Any way to access the cache? If running in serverless environment, the identity will always change so oauth...