Caleb Bassi

Results 104 comments of Caleb Bassi

I like your ideas. I sometimes forget how much you can do with Rust macros. What about having users use the `Return` callback from the `cached_control!` macro to write to...

Here's a nice example of how things could look: https://github.com/alphacep/vosk-api/blob/master/doc/models.md

Just noticed there's already a PR for Vi keybinds!

Oh dang, I completely missed that section of the docs :) Well that makes more sense now, and I can see the benefits of it. I was also only using...

Pinging contributors here. If you agree to have the code that you have contributed to gotop be relicensed to MIT, please post your consent to relicense on this issue (#151)....

Similar to #101. Is this a laptop or desktop? And if a laptop, what model?

Also, can you run this and copy the output here: ```go package main import ( "fmt" "github.com/shirou/gopsutil/host" ) func main() { temperatures, err := host.SensorsTemperatures() fmt.Println(temperatures) fmt.Println(err) } ```

Oh, you have to copy that file into `main.go`, and then run it with `go run main.go`. Let me know if you still get issues after that.

Here try: ``` go get github.com/cjbassi/test go run github.com/cjbassi/test ```

Do you have a working GOPATH set up? What's your Go version? If you have go 1.11 then you can probably just clone that repo and run `go run main.go`...