Morten M. Neergaard

Results 23 issues of Morten M. Neergaard

There's a suggestion to add `git stash && git stash apply` to cron in https://jwiegley.github.io/git-from-the-bottom-up/4-Stashing-and-the-reflog.html That's probably not a great idea. It'll trigger "files have changed" prompts in editors, fill...

https://jwiegley.github.io/git-from-the-bottom-up/2-The-Index/2-taking-the-index-further.html The section is showing its age. I doubt many are going "Quilt!" while reading these days. Also, `stg` doesn't really offer much afaict on top of just `git stash...

I'd like to be able to tune thread paramemters in GRPC. Specifically the thread count and stack size when using the callback API. ### Is your feature request related to...

kind/enhancement
lang/c++
priority/P2