beet

Results 10 issues of beet

https://github.com/beetcb/ghdl/blob/f53255a2ab0f2fae3f8018262f1a072b2e9cd521/dl.go#L72

### Current behavior ```bash C:\Users\beet\Desktop\share\bin>ghdl caarlos0/tasktimer --name tt → start downloading tt_windows_amd64.tar.gz ███████████████████████████████████ 100% of 6.1 MB → binary file not found. Try to specify binary name flag C:\Users\beet\Desktop\share\bin>ghdl caarlos0/tasktimer...

bug
sweep

The API packages cannot import modules with this code: ```js const format = require('@commitlint/format'); format({}); // `stderr`: TypeError: format is not a function ``` While import from `default` works: ```js...

Type: Enhancement

Type: Question
Type: Compatibility

### 现状 > "appVersion": "9.2.1" 最新版本的 cpdaily 签到需验证码,手动验证后与 `deviceId` 绑定 即,想要成功签到,需额外声明 `deviceId` ,且不能公用(登录设备唯一) ### 临时方案 1. 抓包完成验证后的 `deviceId` 2. 手动在 cea 的源码中声明 `deviceId` ```bash # 一般源码在此位置,全局查找并修改 `deviceId` 即可(类型为字符串) vim /usr/lib/node_modules/cea/node_modules/@ceajs/check-in-helper/lib/src/index.js...

Type: Todo
Type: Enhancement

The author @beetcb currently has no relevant needs of check-in on the cpdaily app as he had already graduated. The open-source community definitely has the latest and best check-in solutions....

sweep

新想法,无需依赖数据库

help wanted
todo

Eliminate unnecessary files to reduce the size of the publish pkg before: ![2](https://user-images.githubusercontent.com/63141491/107840221-edd78a00-6deb-11eb-9e29-81794507c065.png) after optmizing: ![1](https://user-images.githubusercontent.com/63141491/107840214-e1533180-6deb-11eb-8260-7f32988e1923.png)

Thank you for your hard work. Could you please help me take a look at these problems? After using nix bundle to build a binary, I have encountered the following...