Dechen Zhuang

Results 12 issues of Dechen Zhuang

see https://docs.mathjax.org/en/latest/input/tex/extensions/cases.html ``` $$ \require{cases} \begin{cases} \text{if true} [] \\ \text{if false} [] \end{cases} $$ ``` this will not be compiled

bug
verified

https://gist.github.com/raphaelsoul/c94e01734696fdbc586ecd2df907e603 因为有稳定程序需要 尝试了一下puppeteer方式登录和获取cookie 两点建议 1. 希望能和隔壁网易云api一样做成npm依赖直接由nodejs调用和设置代理 > 但是看了一下实现都是按照app应用路由来写的 不太好改 2. 可以参考我的gist整合puppeteer方式 配置好账户密码可以自动轮换cookie 如果有空 也许会提PR(划掉

```javascript export default [ { input: 'src/main.ts', output: { sourcemap: false, file: `dist/music-v${version}.min.js`, format: 'umd', plugins: [ terser(), ], }, plugins: [ ...makeBasicPlugins({}), license({ banner: { content: { file: 'LICENSE.md',...

isWif() has a bug due to native javascript runtime. #### Expected behavior ``` const fakePrivKey = '5Kcj7dncqhFKHFUH8MMrk5BvAvjnLTZRYZchk2Lhx4HdqVqq9J6'; const validPrivKey = '5Kcj7dncqhFKHFUH8MMrk5BvAvjnLTZRYZchk2Lhx4HdqVqq9J5'; ``` The validPrivKey is generate by a scripts calls...

see detail in here https://github.com/mapbox/node-sqlite3/issues/970

https://github.com/edwardanthony/nestjs-seeder/blob/42435b8b4bfa3adfdb9469e428d2521825207c1b/lib/seeder/seeder.service.ts#L10 drop and seed is running parallelly. Some times drop is executed later seed logs below ``` [Nest] 71391 - 11/12/2021, 10:15:36 AM VERBOSE [DatabaseLogger] QUERY: INSERT INTO "user_entity"("id", "username",...

RemovedInDjango18Warning caused by dynamic ModelForm. RolelistForm and PermissionlistForm needs update django version :1.7 the solution is when define the ModelForm, insert an attribute into "class Meta", like this ``` class...

Hi. I am running a node process in a docker alpine container, which has no python executable. So node-gyp will fail. I am wondering if there is prebuilt binary i...

enhancement

这个接口用于获取用户常听排行榜。 ``` public function record($uid, $type=1){ $url='http://music.163.com/weapi/v1/play/record?csrf_token='; $data=array( 'uid'=>$uid, 'type'=>$type, 'csrf_token'=>'', ); return $this->curl($url,$this->prepare($data)); } ``` type=1时只返回weekData, type=0时返回allData。建议加入