不游

Results 12 comments of 不游

https://github.com/dcasia/wechat-mini-program-tailwind/issues/5 已经可以用了。

和 @luyang12138 同样的问题,即一周期后会首个item白屏,换用Taro原生Swiper没有问题。

@gooddaddy 最佳实践是,有Taro官方组件,用官方组件 比如,Swiper https://taro-docs.jd.com/taro/docs/components/viewContainer/swiper

https://github.com/dcasia/wechat-mini-program-tailwind/issues/5 已经可以用了。

尝试了一下 Whisper,用起来蛮简单的(似乎不需要懂机器学习,就像安装一个Python命令行工具一样): 需要先安装ffmpeg和conda,然后 ```bash conda create -n whisper python=3.9 conda activate whisper pip install git+https://github.com/openai/whisper.git whisper audio.mp3 --model medium --language Chinese ``` 甚至做了个对比: https://sspai.com/post/75953

> Just add `"paid": ture` to **~/.LC/user.json** and **~/.LC/leetcode.cn/user.json** > > Locked questions will show up. > > ![YC5ql8.png](https://camo.githubusercontent.com/e1506ac713b7b8dd79f5718baa41ccf04d34424e977b2d617d59b9b18be5b4b7/68747470733a2f2f73312e617831782e636f6d2f323032302f30352f30342f594335716c382e706e67) if still can't open, emove the `cache` folder and `stats.json` in...

not `{}` but `{[P in any]: never}` because {} = everything except 'null' and 'undefined', that's definitely not falsy value sounds like

https://github.com/type-challenges/type-challenges/issues/18456#issue-1432554106 use `Tail recursion`