alvisPA
alvisPA
here is my gd info :  php version:7.4.8 --enable-gd-native-ttf is not available when configure in 7.3 + , so how to resolve this problem??
return $this->model->where(xxxx)->update($data);//无效 return $this->model->where(xxxx)->save($data);//无效 return $this->model::update($data,$where);//有效
svg file content: ```svg ```
phpinfo打出来 /usr/local/etc/php/conf.d/docker-php-ext-gd.ini, /usr/local/etc/php/conf.d/docker-php-ext-mysqli.ini, /usr/local/etc/php/conf.d/docker-php-ext-opcache.ini, /usr/local/etc/php/conf.d/docker-php-ext-pdo_mysql.ini, /usr/local/etc/php/conf.d/docker-php-ext-redis.ini, /usr/local/etc/php/conf.d/docker-php-ext-sodium.ini, /usr/local/etc/php/conf.d/docker-php-ext-swoole.ini 进入容器 php --ri swoole 又是: Extension 'swoole' not present. 
### How is Gemini Pro Chat deployed? Node ### Describe the bug Uncaught (in promise) SyntaxError: The requested module '/node_modules/.vite/deps/solid-js_web.js?v=dcf4ca55' does not provide an export named 'setProperty' (at MessageItem.tsx:6:10) ###...
### 🧐 问题描述 | Proposed Solution RT,已经部署了vercel的代理 ### 📝 补充信息 | Additional Information _No response_
### 🧐 问题描述 | Proposed Solution i run "bun run build" command , but output dir param should be worked ### 📝 补充信息 | Additional Information _No response_
demo运行,在网络那一块看不到请求hacker-news.firebaseio.com 这个网站的记录,倒是看到一个ws的一个记录,可是里面的数据看不懂. 现在想在此demo的基础上改成自己的接口,改api/index.js下面的地址貌似没用,我该如何操作呢 ?