Drew Wells
Drew Wells
I have setup web-beautify to run after js2-mode like so: ``` (eval-after-load 'js2-mode '(add-hook 'js2-mode-hook (lambda () (add-hook 'before-save-hook 'web-beautify-js-buffer t t)))) ``` Everytime I save, this causes the buffer...
Even after installing js-beautify globally, I'm getting errors running this in EMACS. This may be because I use NPM. Can you add some notes about setting up the paths correctly...
any plans to support iOS. Remote JS Debugging is very painful there too. iOS also dumps to a file /Library/Logs/CoreSimulator/UUID/system.log
### Description **What happened**: Trying to impersonate users with the kubectl auth can-i call. ``` kubectl auth --as=user --as-group=system:masters can-i get pod -v8 2>&1 | egrep imperson I0115 16:21:35.201906 1429251...
Use Case: My package instantiates a global logger. I have an http Handler in this package where I want to see if a logger is passed. If no logger is...
### Issue description It would be convenient if the Logger interface was compatible with the testing logger (Logf). ### Example code ```go func TestMyTest(t *testing.T) { // start mysql in...
It is clear that goproxy can be used for private repositories, but it is unclear how to correctly set this up. I have put goproxy on a computer with full...
**Is your feature request related to a problem? Please describe.** The config.yaml is hardcoded into the docker container. This is fine, but the helm chart needs a way to override...
There's a desire for people to run private module indexes and sumdb without relying on google's pkgsite. However, similar projects like athens do not support the index feed needed to...
I see this useless message reported in many situations: `Cannot query field "{some field}" on type "RootQuery".` There's actual errors underneath that are not being reported. `FieldsOnCorrectTypeRule` is reporting graphql...