Ian
Ian
Note: this commit makes uses of continue/break statements within the modelgen Go template. This was a feature added in Go 1.18.
Yeaaaah, my bad, I didn't realize that break/continue in Templates was a 1.18 feature until like a week after I'd written it. I might be able to come up with...
Can this be revisited @frederikhors @StevenACoffman ? The original issue (#375) that caused this change is flat-out wrong in its assumptions and resulted in a half-baked "solution" that I can't...
I think the second article linked is not relevant to this issue, this has nothing to do with whether the receiver of a method is a pointer or not. The...
I apologize, I didn't intend to imply that any of the maintainers are lazy. There has been little discussion of this since the change was originally implemented, so it was...
That is exactly the kind of feedback I was hoping for by posting this early, thanks for taking a look!
The Python library also does not put snippets alongside/within their associated file. The Go library does. Snippets in tag-value files either need to use `SnippetFromFileSPDXID` or follow the implicit hierarchical...
Old issue, and I'm not sure what in particular causes it, but I think it may be related to using a Resampler with the same old and new sample rates,...
It appears as though you must connect to each node in the cluster and run `CLUSTER INFO` on each one, because the output can differ between them. In other words,...
In the example given in the Github Actions docs: ``` "Condition": { "ForAllValues:StringEquals": { "token.actions.githubusercontent.com:aud": "sts.amazonaws.com", "token.actions.githubusercontent.com:sub": "repo:octo-org/octo-repo:ref:refs/heads/octo-branch" } } ``` Notice that `"StringEquals"` has changed to `"ForAllValues:StringEquals`. This fixed...