JoyJasper

Results 9 issues of JoyJasper

Should you add a max read limit to wsutil.ReadClientData, otherwise, it's hard to use it in production

golang开发者使用linux的还是蛮多的吧,linux用qq实在是不方便,可以在项目下面留tg群组吗?

When the number is greater than 10 things need to scroll vertically

The command line page of the bright color theme uses a white background and a yellow text. This color combination can not read the text clearly. Should the classic black...

bug

**Describe the bug** Consecutive \ missing spaces like ```go import"fmt" fortrue ``` missing spaces!!!! **HTML Input** ```html package main import "fmt" func main() {     for true  {  ...

bug
fixed_with_v2

寿星天文历 时间 和 代码计算的时间不一样 ![image](https://github.com/6tail/lunar-go/assets/12681726/cabefedf-533e-4199-8b12-77de6e1c7a14) 代码计算出来是这个 有误差! ![image](https://github.com/6tail/lunar-go/assets/12681726/81d2dfa9-5bdc-4a87-9983-4437259a4396) ``` package main import ( "fmt" "github.com/6tail/lunar-go/calendar" "time" ) func main() { d := calendar.NewLunarFromDate(time.Date(2020, 11, 22, 0, 0, 0, 0, time.Local))...

# github.com/yanyiwu/gojieba In file included from /home/susu/go/pkg/mod/github.com/yanyiwu/[email protected]/deps/cppjieba/Unicode.hpp:9, from /home/susu/go/pkg/mod/github.com/yanyiwu/[email protected]/deps/cppjieba/DictTrie.hpp:15, from /home/susu/go/pkg/mod/github.com/yanyiwu/[email protected]/deps/cppjieba/QuerySegment.hpp:8, from /home/susu/go/pkg/mod/github.com/yanyiwu/[email protected]/deps/cppjieba/Jieba.hpp:4, from jieba.cpp:5: /home/susu/go/pkg/mod/github.com/yanyiwu/[email protected]/deps/limonp/LocalVector.hpp: In instantiation of ‘void limonp::LocalVector::reserve(size_t) [with T = std::pair; size_t = long unsigned int]’:...

`sudo clinfo --list` no output

I created a new project according to the documentation, but adding a menu has no effect. Please add a sample code!