Nick Doan
Nick Doan
Hi, wondering if there's any updates on this PR @karimiehsan90? Like the others have mentioned, this feature is much needed!
Tried bumping to 0.20.11, but it doesn't seem to solve the problem. The behaviors I'm observing - [Occasionally] Manifest does not load unpack automatically -- I'm not sure how to...
Need to also update docs on the new CLI option, but would like your input first @aklinker1
Would be interested in taking a stab here if you can provide me with a couple pointers. 1. Skimming through the codebase, I imagined we'd be making changes to [cli](https://github.com/wxt-dev/wxt/tree/main/packages/wxt/src/cli),...
Hey @Methuselah96, thanks for responding. I don't think I see any thing similar to what you mentioned. ``` pnpm install @redux-devtools/cli --save-dev .. | WARN `node_modules` is present. Lockfile only...
1. `any` type is implicit from Graphql fetch response. For example, in [fetchSingleProblem controller](https://github.com/alfaarghya/alfa-leetcode-api/blob/main/src/Controllers/fetchSingleProblem.ts#L35), `formatData` expects a certain shape, but we won't get any signals from `res.data`. 2. Yep that...
Any thoughts here @alfaarghya? Or am I missing some context in the motivation?
I think the first-class solution would be to somehow fetch Graphql schema from Leetcode server, but afaik, that's not possible. My proposal would be to encode the response in zod...
sounds good! Are you open to PR contributions?