Dan Kortschak

Results 83 issues of Dan Kortschak

Navigate to https://gowalker.org/github.com/ev3go/ev3 then look at the alt-text "Gopherbrick". The link it contains is https://gowalker.org/github.com/ev3go/gopherbrick.png which does not exist. In another situation where the link is not package-relative, the correct...

While I was going over the NW code in biogo, I noticed that the lookup for backtracking is incorrect, the error is also in the cablastp backtracking code. The lookup...

Hi, I noticed this because I've been writing an llrb, and on my own project I can't get deletion to test as correct when using top down 2-3-4 insertion (see...

Currently ([v1.11](https://github.com/cernekee/ics-openconnect/tree/v1.11)) there is an option to copy a single line of the logs. It would be nice to be able to copy the entire log for submission to bugs...

I'm running into a ccgo compilation failure that is due to an absence of netinet/tcp.h absence. Adding the header file allows ccgo to complete, but when I add it the...

In ae3d890202b2356fc0936f84349bdf08083884ac as part of addressing #51082, a change was made to go/doc that rewrite **all** `''` to `”`. This makes semantic changes to comments where `'` is used as...

NeedsDecision

**Describe the bug** Text in popup is truncated, apparently at ampersand in the source. My initial thinking was that this was an incomplete fix for #1473, but the change that...

language server issue

Sublime Text now bundles the GOX syntax definitions in ST3 (as of build 3181). This syntax definition do a god job of handling types and bracket-like blocks. Unfortunately the syntax...

I am trying out using semantic syntax highlighting. In order to do this in a way that allows me to swap between this and normal Go syntax highlighting I have...

The python implementation offers optional support for transport via tor. Is there an intention to add this to wormhole-william?

enhancement