宇萱/土撥鼠(Lisbeth)

Results 9 comments of 宇萱/土撥鼠(Lisbeth)

wow, after nine years, this is still a thing really need this feature

probably caused by endian: https://stackoverflow.com/questions/55154143/golang-binary-not-running-on-mips/55154678

solve it RT-AC55UHP is a mips 32 bit with big endian and lack FPU, also I think I found the package, which is https://github.com/lpar/gohash so I build with `GOOS=linux GOARCH=mips...

Finally found out. The most common way to distinguish endian is to use lscpu, which don't have on my router, so I use the stock executable to check by looking...

Hi, sorry for late reply, I just found out that my audirvana studio trial period is ended, will try after renew, thanks

Looks like we bumped into same issue, I tried the snippets from Gitlab and works https://gitlab.com/-/snippets/2039252

I added the most recently ruby version 2.6.3 FYI #10

Here's some obstacle I bumped in and solving: 1. url escape can't be done in sitemap generator, so I wrote the tips in readme. e.g., we can't accurately split the...