Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

golang/go

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622038 mentions this issue: `gopls/internal/cache: share type checking with analysis`

View on GitHub

mateusz834 created a comment on an issue on golang/go
I would say that this is caused by X25519Kyber768Draft00. See #67061. CC @golang/security @FiloSottile

View on GitHub

mmatczuk created a comment on an issue on golang/go
This makes PaloAlto to reject connection due to `ssl_partial_client_hello_incomplete` as described here https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA14u000000kI0RCAU&lang=en_US%...

View on GitHub

andig created a comment on an issue on golang/go
Another attempt (replacing main.go of https://github.com/evcc-io/evcc): ```go package main import ( "github.com/evcc-io/evcc/api" "github.com/evcc-io/evcc/util/config" "github.com/samb...

View on GitHub

xnox created a comment on an issue on golang/go
I will double check but it seems that FIPS is #69536 is for the compiled applications. Not for the compiler itself, which has no capability right now to be compiled in a supported and compliant con...

View on GitHub

xnox created a comment on an issue on golang/go
> FIPS is #69536 > > h1 is sha256, not md5 But TLS prf imports md5, and so does SMTP, and so does internal/hash, and also sha1. Whilst FIPS is one angle of this request, I also want to advocate ...

View on GitHub

gopherbot created a comment on an issue on golang/go
Change https://go.dev/cl/622497 mentions this issue: `crypto/internal/hpke: use internal/byteorder instead of encoding/binary`

View on GitHub

andig created a comment on an issue on golang/go
The repo is open source but a bit complex. Synthetic example requires addition 400bytes, not sure that's relevant? ```go package main import _ "github.com/samber/lo" type element struct {...

View on GitHub

gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [crypto/tls: error handshake if there are duplicate TLS extensions #51088 (closed)](https://github.com/golang/go/issues/51088) <!-- score=0.86208 --> - [cr...

View on GitHub

mmatczuk opened an issue on golang/go
crypto/tls: after adding ECH support Client Hello is always sent in 2 TCP frames
### Go version go1.23 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='on' GOARCH='arm64' GOBIN='' GOCACHE='/Users/michal/Library/Caches/go-build' GOENV='/Users/michal/...
seankhliao created a comment on an issue on golang/go
do you have a self contained reproducer?

View on GitHub

seankhliao created a comment on an issue on golang/go
We need proof of ownership over the repo/account for removal. Can you please demonstrate ownership?

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncrementalNope" <details><summary>2024-10-24 15:50 x_tools-got...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncremental" <details><summary>2024-10-24 15:50 x_tools-gotip-n...

View on GitHub

RomainMuller created a comment on an issue on golang/go
Also, the culprit is likely this code path: https://github.com/golang/go/blob/e5e552b816793f2b5729744c27995cce12baf52e/src/cmd/go/internal/work/exec.go#L3431-L3435 Since in our case, the `pro...

View on GitHub

RomainMuller created a comment on an issue on golang/go
As suggested by @gabyhelp, this is actually very much related to (although this has the added characteristic of being an apparent `-toolexec` break out of the response file feature): - https://git...

View on GitHub

gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [os/exec: Combined number of symbols in file paths are causing error if it exceeds ~2^15 symbols combined. #21145 (closed)](https://github.com/golang/go/iss...

View on GitHub

RomainMuller opened an issue on golang/go
cmd/go: impossible to build some packages with `-toolexec` on Windows
### Go version go version go1.23.2 linux/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/root/.cache/go-build' GOENV='/root/....
gabyhelp created a comment on an issue on golang/go
**Related Issues and Documentation** - [cmd/compile: long symbol names for instantiated generics =\> large object files (though not executables) #50438](https://github.com/golang/go/issues/50438)...

View on GitHub

andig opened an issue on golang/go
Generics binary size compilation efficiency
<!-- Please answer these questions before submitting your issue. Thanks! --> ### What version of Go are you using (`go version`)? <pre> $ go version go version go1.23.2 darwin/arm64 </pre>...
preetpalS starred golang/go
hnamzian opened an issue on golang/go
x/pkgsite: package removal request for https://github.com/mr-shifu/mpc-lib
I'm the author of this repository and this repo is private from now on and I'm kindly ask you to remove all versions of this package
gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncrementalNope" <details><summary>2024-10-24 15:50 x_tools-got...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncremental" <details><summary>2024-10-24 15:50 x_tools-gotip-n...

View on GitHub

seankhliao created a comment on an issue on golang/go
FIPS is #69536 h1 is sha256, not md5

View on GitHub

seankhliao closed an issue on golang/go
proposal: crypto/md5: deprecated cryptography used for security purposes or in security sensitive codepaths
### Proposal Details Goals: * allow building compiler, building applications (go build), running applications (go run) without deprecated cryptographic algorithms compiled-in or relied upon * ...
chanilharisankar starred golang/go
ayakase starred golang/go
gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncrementalNope" <details><summary>2024-10-24 15:50 x_tools-got...

View on GitHub

gopherbot created a comment on an issue on golang/go
Found new dashboard test flakes for: #!watchflakes default <- pkg == "golang.org/x/tools/internal/modindex" && test == "TestIncremental" <details><summary>2024-10-24 15:50 x_tools-gotip-n...

View on GitHub

Load more