Red Daly

Results 45 issues of Red Daly

from the latest git version: $ ~/Downloads/doxyclean/doxyclean.py -i proj.docset/ -o proj.docset -n "my project"-v Traceback (most recent call last): File "/Users/red/Downloads/doxyclean/doxyclean.py", line 1220, in sys.exit(main()) File "/Users/red/Downloads/doxyclean/doxyclean.py", line 1176, in...

Related to https://github.com/golang/go/issues/48939 and reproduced in a [repository](https://github.com/gonzojive/gopls-bug-workspace-filters). ![screenshot](https://raw.githubusercontent.com/gonzojive/gopls-bug-workspace-filters/main/screenshot.png) ### What version of Go are you using (`go version`)? $ go version ### Does this issue reproduce with the latest...

NeedsInvestigation
gopls
Tools
gopls/completion

**System information** - TensorFlow version (you are using): unsure - Are you willing to contribute it (Yes/No): yes **Describe the feature and the current behavior/state.** I don't see any equivalent...

stat:awaiting response
type:feature
stale
comp:apis

I'm running into the error in the subject line when building locally and deploying in a docker container. I can't tell if I need to do anything special to make...

I find it difficult to understand how to use the TypeScript rules to achieve simple things. Examples: 1) I'd like to write an executable program using TypeScript. Is there a...

Plain text files have their charms, but in my opinion Markdown is more readable in the common case. See [INSTALL.md](https://github.com/gonzojive/sbcl-1/blob/markdown/INSTALL.md) vs [INSTALL](https://github.com/gonzojive/sbcl-1/blob/master/INSTALL).

I needed this for gopls's debugger to know how to run tests from VS Code.

…ght experience errors. httpcache.Transport will pass the http.Request's Context() value to the ContextCache. If the cache experiences an error, it causes the httpcache.Transport to return that error.

Is it possible to use the protoprint library with the Google-authored protoreflect library? (I'm curious about @jhump's general thoughts on the Google protoreflect library. protoprint is not provided by the...

I think Extent() should return a valid Interval, not nil. The current behavior causes bugs like the one solved by https://github.com/google/go-intervals/pull/3. To get a valid Interval out of an empty...