Back
Similar todos
Load previous page…
merge Chris’s PR with all the ported articles #reactfordataviz
merge Chris’s PR with all the ported articles
🚢 support new SSH/telnet logging modes (disabled, input-only, everything) on #sshportal (github.com/moul/sshportal/pul…)
Struggled to incorporate the Line "echo bot" code into my existing Huma Go backend framework code, so I just YOLO'd it and copied the example code into my `main.go` for the purpose of seeing if I can get it working...ran into an error when pushing to Dokku, it seems to be because I didn't set the Line-related env variables before pushing...set those vars on my Dokku server...clicked the Line 'Verify' button for the callback URL and got a 404, so I now need to look into what happened...I think the issue is that the echo bot code assumes I'll use the DefaultServeMux, but I'm actually using a chi Mux. The key line difference is `log.Fatal(http.ListenAndServe(":"+port, r))`, where the example has `nil` instead of `r`...YOLO'd it again by just disabling the router I had gotten working, just to see if the webhook will work, and got a Success when I clicked the Verify button...next up is to either clean up this mess I've made in my code or keep pushing forwards and try to get the ChatGPT part working.
Bug I reported fixed, so unblocked and reworking/simplifying UI internals #shipnix
update port forwarding rules #lifestuff
Golang channels done. #golang
Topics finished yesterday.(github.com/emnaruto07/GoPract…) #golang
📦 adapt and merge PR adding inception/expiration on ACLs #sshportal (github.com/moul/sshportal/pul…)
📚 ported a bunch of books and templates over to my new system #mylife
Completed all test functions but need to fix findpost.(github.com/emnaruto07/Gopost/…) #golang
Started looking into how to debug Go code: blog.jetbrains.com/go/2019/02… #govuetifytemplate
👨💻 various improvements on go-ipfs-log for #berty github.com/berty/go-ipfs-log
📦 add ascii-banners on long-running processes to help debugging #pathwar
github.com/pathwar/pathwar/pu…
📦 refactor #berty 's main (github.com/berty/berty/pull/2…)