Simon Liang

Results 38 comments of Simon Liang

Thanks @Hudell we can help add into the wechat oauth class and push this through together.

Hi @Hudell the QR code scan is the authentication itself (equivalent to putting in username and password). The authentication is provided by a wechat application, so in the configuration we...

hi @Hudell I am going to take what you have and start working on it next week. We will migrate our custom bits and put into the wechat class.

Hey @Hudell , I couldn't directly push to this branch, so I am going to try to update our PR for now. Could you help me get permission into this...

I can submit a PR if you want me to (not with the above patch but exposing `global` as an option).

好的!这两天我会整合测试一下。感谢🙏

@AvantaR I upgraded on my end and it worked as expected (I didn't do the shared module trick though). Curious why this happens. Maybe @liaoliaots can help 😄

@Shunjun 提供一个可行的NextJS (v12.2) 加载方法: ```typescript // components/react-amap-api-loader.ts import { ComponentType } from 'react'; import { APILoaderConfig } from '@uiw/react-amap-api-loader'; import dynamic from 'next/dynamic'; export const APILoader: ComponentType = dynamic( ()...

I have been digging through the packger code for hours and found a solution by adding a few hooks. Basically we need to find out which packages got marked as...

@augustnmonteiro the configuration should be added into forge.config.js