Zik Aeroh

Results 19 comments of Zik Aeroh

I recently switched to `fnm` and wrote this custom segment that does something close enough to what `prompt_nvm` does: ```zsh function prompt_fnm() { local fnm_default fnm_default=$(fnm list | grep default...

@dmitshur Not sure this is the right place to ask, but do you know why pprof is getting skipped over in all of these dependency updates? I submitted a PR...

I see. Is it too late now to update the vendored copy of pprof? I'm happy to submit a CL to do this (if that's easiest).

It was a fix for google/pprof#515, but I don't know if that qualifies as a bugfix or an enhancement. I can live with building pprof directly and not using `go...

I was following this and was interested in where this might be used outside the runtime, so did a [sourcegraph](https://sourcegraph.com/search?q=context:global+//go:notinheap+lang:go+-repo:%5Egithub%5C.com/%28.*/go%7Cgcc-mirror/.*%7Cmit-pdos/biscuit%7CRust-GCC/gccrs%7Cgolang-design/.*%7Chuandu/goroutine%7Cdropbox/dbx_build_tools%7Csource-foundry/code-corpora%7CJeffreyBool/go-under-the-hood%7Cjerrinsg/go-pmem%7Cdavecheney/presentations%29%24+-file:%28%5E%7C/%29%28vendor%7Clibgo%7Csrc/runtime%7Ctest%7Ccmd/compile%7Cgo_testsuite%7Ccompiler-tests%29/+&patternType=literal) query to do a survey. A few cases stuck out:...

What'll happen to projects which happen to use this already? With an updated [sourcegraph search](https://sourcegraph.com/search?q=context:global+//go:notinheap+lang:go+-repo:%5Egithub%5C.com/%28.*/go%7Cgcc-mirror/.*%7Cmit-pdos/biscuit%7CRust-GCC/gccrs%7Cgolang-design/.*%7Chuandu/goroutine%7Cdropbox/dbx_build_tools%7Csource-foundry/code-corpora%7CJeffreyBool/go-under-the-hood%7Cjerrinsg/go-pmem%7Cdavecheney/presentations%7Clal0ne/vulnerability%7Cnotkmhn/.*%7C.*/go-sourcecode%7Cdespiteallobjections/amigo%7Cgopherjs/gopherjs%7C.*/Jiny-Kernel%7C.*/ertgo%7Cthinkboy/go.*%7Cthongtech/go-windows-arm%7Cgenerals-space/note%29%24+-file:%28%5E%7C/%29%28vendor%7Clibgo%7Csrc/runtime%7Ctest%7Ccmd/compile%7Cgo_testsuite%7Ccompiler-tests%7Cgo/src%7Cgccgoimporter%29/+-file:_test%5C.go%24+&patternType=standard), there are still a couple of users. Will this code still build under Go 1.20?...

All good; IIRC @cuonglm's CL stack removes the directive entirely, so the code still compiles as the directive is just an unrecognized one (but, I guess won't behave the same...

Another example is when docs refer to the empty string, specifically JS where strings aren't necessarily double quoted, leading to undesirable doc replacements (and apparently, inserting quotes at the start/end...

I'd love to see this rebased against https://github.com/htop-dev/htop. I've been running this patch locally for a while.

I've submitted a PR which adds this, if anyone would like to take a look and give some feedback. I went a bit past just the flag and also added...