Red Daly
Red Daly
Many types in the library have poor documentation. This is a request for more comments that are meaningful to very casual OAuth users. Example ```go // TokenInfo the token information...
This works around fwcd/tree-sitter-kotlin#102. Fixes #530 ### Type of change - Bug fix (change which fixes an issue) **For changes visible to end-users** - Breaking change (this change will force...
Without this, I don't believe it's possible to specify the alias used by a GoFile. This can be important if gopoet would otherwise output an un-aliased import that is not...
int32 always seems to render as rune, and the same for uint8 and byte. This may result in compatible code (except for embedded alised types perhaps), but it is odd...
Modifiy the .el template to look in the local-projects directory before the dist/ directory of quicklisp.
Attempted fix for https://github.com/golang/go/issues/52347. I am not very familiar with gopls internals, so this may not be the best implementation, but it seems to solve my problem for now.
There is a long-standing request for ES6 module generation: https://github.com/protocolbuffers/protobuf-javascript/issues/75. This PR mostly adds such support, though it needs to be cleaned up, fixed and tested. The code generator should...
I only see documentation for using '?' as a placeholder. This is a request for more robust placeholder syntax, so the following would work: Desired behavior: ```go keyBytes := req.GetKey().GetKeyBytes()...
This implementation uses an OnLoad plugin to catch when a file is loaded that is not in an allowlist of files. The allowlist is all the files within the BAZEL_BINDIR...
### What is the current behavior? A platform-specific binary release of esbuild is downloaded and used for the esbuild binary. There are notes on how to configure a custom toolchain...