Results 11 issues of Carson

I can't find the "highlight" about NSIS([Nullsoft Scriptable Install System](https://nsis.sourceforge.io/Main_Page)) on [supported-languages](https://github.com/alecthomas/chroma#supported-languages) It would be great if you could add ("nsi", "nsh") to the N class. Thanks! Prefix | Language...

help wanted
lexer missing

currently label > https://github.com/nicksnyder/go-i18n/labels Many people ask a question that is for getting an example, so I think to build a label for it.

You seem to be very busy, if there is anything that needs to improve, please let me know and I will try to save your time 😊

[nodeMax](https://github.com/bwmarrin/snowflake/blob/3cf6d89d1fe90688e862739ec26be74ebef77a57/snowflake.go#L87) seems to be generated only to determine [whether the given `node` is reasonable](https://github.com/bwmarrin/snowflake/blob/3cf6d89d1fe90688e862739ec26be74ebef77a57/snowflake.go#L120-L122), so should we consider removing it from the [structure](https://github.com/bwmarrin/snowflake/blob/3cf6d89d1fe90688e862739ec26be74ebef77a57/snowflake.go#L80-L92)?

這個[教程](https://segmentfault.com/a/1190000022215579)很好,但主要是針對mysql 我想分享一下postgreSQL的坑以及自己遇到的一些問題 - 作業系統win10 - golang v1.13 ## golang版本 我一開始是用golang 1.16,但後來遇到[multiple-value uuid.NewV4() in single-value context](https://github.com/GoAdminGroup/go-admin/issues/93#issuecomment-550296588) 後來改用golang 1.13就沒問題了,建議大家用和[GoAdminGroup/go-admin/go.mod](https://github.com/GoAdminGroup/go-admin/blob/master/go.mod#L3)用相同的版本 ## 環境變數 首先 GOPROXY在中國有受限,所以文章會寫 ``` GO111MODULE=on GOPROXY=https://goproxy.cn go env GOPROXY 此外go env會有一個檔案紀錄-w的內容,該檔案路徑位置 >...

👍document

我確定我的key是用 > `http://localhost:8090/control/get?room=` 所生出來。 我用obs來串流,大概隔一段時間(可能20分鐘以上或者左右),有時候就會跑出來 > `level=error msg="CheckKey err: invalid key err=[mykey...]:` 我實在不解這個原因是什麼 ---- 他有提示相關的問題代碼 - [func (flvWriter *FLVWriter) SendPacket() error {}](https://github.com/gwuhaolin/livego/blob/e04f6fb/protocol/httpflv/writer.go#L151-L153) - [func NewFLVWriter(app, title, url string, ctx http.ResponseWriter)...

Please review this code and let me know if you feel anything is out of place. Thank you :)

Add [AddFontResource](https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-addfontresourcew) on windows so that after installation, you can find the font in other applications. ```go gdi32dll := syscall.NewLazyDLL("Gdi32.dll") procAddFontResource := gdi32dll.NewProc("AddFontResourceW") filePath, _:= syscall.UTF16PtrFromString("C://.../xxx.ttf") _, _, _ =...

old: https://github.com/p01/mmd.js/blob/cd7f4872174bb29ef853f880119909dc70b7b4eb/mmd.js#L23-L25 new: ```js .forEach(function(b, f, R) { if (b === "----") { // 👈 add this h += `` return } f=b[0]; // ... ```