owendswang
owendswang
> session对象实现了maxAge的set和get方法,可以灵活的使用ctx.session.maxAge = 10000 哇,居然真的可以……我以为写null。多谢多谢!
maybe the method changed. i got the same problem.
> 可以尝试在 `vite.config.js` 里添加 `ignoreTryCatch` > > ``` > build: { > commonjsOptions:{ > ignoreTryCatch: false > } > } > ``` 我用的ice.js 2.x框架,这个配置方法并不行啊……
唉……基础比较差……高了两天,没搞出来……唉……
The exact same issue. Used in Tampermonkey '@require'. Downgrade from 3.10.1 to 3.9.1 and it works fine.
well... succeeded when I switched back to node v18.
This problem still remains.
This problem remains. Tested on v3.0.4 and v4.0.0. ``` $query = $client -> users() -> search('tustin'); foreach ($query as $item) { print(var_dump($item -> onlineid())); } ``` Then the error occurs...
额,可是我3.4.8版本,依然不好使。 ```├── @ant-design/[email protected] ├── @ant-design/[email protected] ├── @ice/[email protected] ├── @ice/[email protected] ├── @ice/[email protected] ├── @ice/[email protected] ├── @ice/[email protected] ├── @types/[email protected] ├── @types/[email protected] ├── @types/[email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├──...
> rock@rock-5b:/etc/modprobe.d$ cat /etc/modprobe.d/pwm_fan.conf blacklist pwm_fan > > 吧这个加入黑名单看看。 Ubuntu 24.04 server. It works with this method.