~adnano

https://adnano.co

Trackers

~adnano/wmenu

Last active 4 months ago

~adnano/thistle

Last active 11 months ago

~adnano/librepixel

Last active 11 months ago

~adnano/go-gemini

Last active 1 year, 27 days ago

~adnano/kiln

Last active 1 year, 2 months ago

~adnano/astronaut

Last active 2 years ago

#57 Use module path for refresh requests 3 months ago

Ticket created by ~adnano on ~sircmpwn/gddo

Use the module path instead of the import path for package refresh requests.

#56 List nested modules in directories 3 months ago

Comment by ~adnano on ~sircmpwn/gddo

On second thought, I don't think we should do this. The documentation for a module is guaranteed to stay the same, which allows us to cache package documentation pages. Adding nested modules to the list of directories breaks this, as they might not be added to the database until later. Nested modules seem rare enough that this probably is not so important to implement.

REPORTED RESOLVED WONT_FIX

#56 List nested modules in directories 3 months ago

Ticket created by ~adnano on ~sircmpwn/gddo

For example, golang.org/x/tools should list the nested module golang.org/x/tools/gopls.

#53 Gddo should not use proxy.golang.org 3 months ago

Comment by ~adnano on ~sircmpwn/gddo

REPORTED RESOLVED WONT_FIX

#53 Gddo should not use proxy.golang.org 3 months ago

Comment by ~adnano on ~sircmpwn/gddo

proxy.golang.org has a new cached-only endpoint which only serves cached module information. This means that requests made to that endpoint won't trigger any clones. We have been using this endpoint in production without issues for a while now.

We could run our own proxy, but that would add additional maintenance overhead. Plus, many people already use proxy.golang.org, so clones may still happen even if we don't use it. Also, I believe that the Go team attempted to address the problem of aggressive cloning a while ago.

I'm going to close this issue for now. Feel free to reopen if the module proxy is still causing you problems.

#55 RFC references are no longer linkified 3 months ago

Comment by ~adnano on ~sircmpwn/gddo

Adnan Maolood referenced this ticket in commit b191695.

REPORTED RESOLVED FIXED

#12 Dark theme 3 months ago

Comment by ~adnano on ~sircmpwn/gddo

Willow Barraco referenced this ticket in commit f11ecc7.

REPORTED RESOLVED IMPLEMENTED

#55 RFC references are no longer linkified 3 months ago

Comment by ~adnano on ~sircmpwn/gddo

Yes, this was part of the change to use the new doc comment syntax, which supports links. I thought that it might be better to encourage users to use the new link syntax instead of hardcoding heuristics for RFC links into gddo. What do you think?

#54 Feature parity with the pkgsite command 3 months ago

Comment by ~adnano on ~sircmpwn/gddo

REPORTED RESOLVED WONT_FIX

#4 Paste from primary selection / clipboard 4 months ago

Comment by ~adnano on ~adnano/wmenu

Adnan Maolood referenced this ticket in commit 2b9e08f.