Quentin McGaw

Results 207 issues of Quentin McGaw

Blocked by #2767 which now cleans up old runtimes from memory (on finalisation, removes all runtimes different from the finalised block runtime). For certain RPC calls such as https://github.com/ChainSafe/gossamer/blob/4ea0a703339ca06e617b06eeb7d56308e7b48093/dot/rpc/modules/payment.go#L40 And...

A-debug
T-enhancement
S-infrastructure

Hi there, I need the DES-CBC block cipher, it's relatively easy to do with a new file `cipher_des.go`: ```go var ( oidDESCBC = asn1.ObjectIdentifier{1, 3, 14, 3, 2, 7} )...

riscv64 is supported by the Go toolchain, it would be nice to add it to gox. Thanks!

Could we have a releases? Installing it with the current `go get -u` instruction means getting it from master, which is not ideal if a bug is introduced. Since you...

The current parameter `host` is a computer name in a network and is not a perfect name, despite being used by a few providers on their Web UI. `subdomain` is...

Status: 🔒 After next release
Complexity: 🟩 Easy to do
Category: Documentation ✒️
Category: Foolproof settings 👼

That way we can use the IP echo services not specific to an IP stack. See for context: https://github.com/qdm12/ddns-updater/issues/633#issuecomment-1935662888

Category: IP fetching 📥
Category: Good idea 🎯

- Remove `ipv4 or ipv6` option since it's confusing. This is code breaking change due to the `pkg/publicip` packages, and removes a few options for the IP echo services -...

Status: 🔒 After next release
Category: Label missing ❗

Since most 'providers' are actually registrars (except goip.de and duckdns), it would be good to rename it in the code.

Priority: 💤 Low priority
Category: Maintenance ⛓️

Once the standalone binaries have been well tested, it would be nice to publish the program automatically using goreleaser to: - https://goreleaser.com/customization/nfpm/ - https://goreleaser.com/customization/snapcraft/ - https://goreleaser.com/customization/chocolatey/

Status: 🔒 After next release
Priority: 💤 Low priority
Category: Label missing ❗

The current image uses the pdftex engine Make another image with for example the XeLaTeX engine. Alternatively add instructions in the readme to setup a different typesetting engine.

enhancement