iniwap
iniwap
[2017-03-18 12:28:56.408] [ERROR] console - Option path is not valid. Please refer to the README. [2017-03-18 12:28:56.408] [ERROR] console - Option close timeout is not valid. Please refer to the...
iOS11 support?
i can't find such api,how??
这个登录后,关闭网络,检测到断开,打开网络,再去new PomeloClient 然后连接服务器 服务器必然出现错误。 [connector-server-1] getSession session is created with session id: 5 [connector-server-1] handleMessage session id: 5, msg: {"id":10001,"type":0,"compressRoute":1,"route":"gate.gateHandler.reqConnect","body":{},"compressGzip":0} fail to forward message:TypeError: Cannot read property 'forwardMessage' of undefined...
### Description def set_knowledge(self, crew_embedder: Optional[Dict[str, Any]] = None): try: if self.embedder is None and crew_embedder: self.embedder = crew_embedder if self.knowledge_sources: full_pattern = re.compile(r"[^a-zA-Z0-9\-_\r\n]|(\.\.)") knowledge_agent_name = f"{re.sub(full_pattern, '_', self.role)}" if...
yarn start electron/src/menu/system.ts:79:20 - error TS2339: Property 'webContents' does not exist on type 'BaseWindow'. --- `const signOutTemplate: MenuItemConstructorOptions = { click: (_menuItem, browserWindow) => browserWindow?.webContents.send(EVENT_TYPE.UI.SYSTEM_MENU, EVENT_TYPE.ACTION.SIGN_OUT), label: locale.getText('menuSignOut'), }; `...