Indradhanush Gupta
Indradhanush Gupta
All posts will not receive a thank you on the first run of the script. **Note to self:** Find a solution to generate more customised thank you messages?
In all of my `golang` buffers, `goflymake` is marking my `func main {}` as an error although `go run` for that particular file works pretty well. Here's a screenshot of...
Emacs Version: 24 OS: Linux Mint 13 I followed the steps explained in the `README` to include `goflycheck` and `goflymake`. On loading my `.emacs` I get this error: `Cannot open...
Fixes #41. It turns out that when an external calendar is shared with the calendar being queried, the `summary` field is empty for private events from that calendar. On the...
In order to use a consistent theme, I hardcoded `-theme PATH_TO_MY_ROFI_THEME_FILE` into `rofi_command`. Should the script accept a `-theme` flag and modify `rofi_command` as a result based on the value...
### Plan This [doc](https://docs.google.com/document/d/10n6j2empkCzr6yL873p8WuL6R0U8Erm0awIwOp9hRl8/edit#heading=h.ai41ynoo7bjc) captures the inspiration, proposal and plan for actionable and classifiable errors in Sourcegraph's code. ### Tracked issues @unassigned: __2.00d__ - [ ] https://github.com/sourcegraph/sourcegraph/issues/38618 __1.00d__ - [...
Currently building `kube-spawn` on OSX results in: ``` $ make all DOCKERIZED=n go build -o cni-noop ./cmd/cni-noop # github.com/kinvolk/kube-spawn/pkg/utils pkg/utils/utils.go:145:56: undefined: syscall.TCGETS make: *** [all] Error 2 ``` Separating this...
The following struct is returned: ``` &v1beta1.Habitat{ TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{ Name: "redis", GenerateName: "", Namespace: "default", SelfLink: "/apis/habitat.sh/v1beta1/namespaces/default/habitats/redis", UID: "30d53dbb-325f-11e8-b13a-080027290c8a", ResourceVersion: "15281", Generation: 0, CreationTimestamp: v1.Time{ Time: time.Time{wall: 0x0, ext:...
Attempting to change the size of a `persistentStorage` leads to the following error from the Kubernetes API: ``` ts=2018-07-06T12:39:03.935057362Z level=error component=controller/v1beta2 msg="Habitat could not be synced, requeueing" err="StatefulSet.apps \"example-persistent-habitat\" is...