fcying
fcying
> > I rewrote a version in Go (for faster speed), you can try it. > > https://github.com/fcying/compiledb-go > > Wow that's great! Feel free to send a PR to...
我在debian xfce4上 跑了几次 tcp+mtr, 有时候能正常工作, 有时候也出同样的crash. debian的crash记录要在哪找? 
> > 我在debian xfce4上 跑了几次 tcp+mtr, 有时候能正常工作, 有时候也出同样的crash. debian的crash记录要在哪找?  > > 把代码里的ExecuteScript都换成Async的了,你再看看这个版本呢 https://github.com/Archeb/opentrace/actions/runs/6975611799 这版本crash的更快了, 一点开始直接就crash
Is gitea planning to add this feature to the plans? When release zip version, it's filled with LFS links, which greatly affects usability. Adding a configuration option like GitHub would...
Is this feature available now? How can I open it?
I encountered the same problem and it was resolved by turning off systemd ``` [boot] systemd=false ```
看来昨晚碰到的 `access violation` 是字符串太长的问题了.... 大概 1M 的数据, Lines().Text() 就会报这个错误了.