ahmetb/go-linq 2424
.NET LINQ capabilities in Go
cleitonmarx/docker-jenkins-dind 0
Generic Jenkins CI with Docker Engine and Docker Compose inside
Datasets for exploringelasticsearch.com
cleitonmarx/electron-render-service 0
Microservice for rendering PDF/PNG/JPEG from HTML with Electron
Go implementation of generic func using reflection
.NET LINQ-like query methods for Go
cleitonmarx/InterviewTestsAndQuestions 0
This repository intends to show the tests and interviews questions that i or a friend participated.
Locust master docker image
fork ahmetb/Multi-Streaming-Server
A NGINX server with RTMP module to send video streaming to multiple services simultaneously (Youtube, Twitch, Dailymotion, Hitbox, Beam, etc...).
fork in 5 days
startedNoxalus/Multi-Streaming-Server
started time in 5 days
issue commentahmetb/go-linq
Try out the new Go generics proposal with go-linq
So I tried to imitate what From..Where..Select.. sort of thing would work.
Each Where/Select/... would have different type parameters:
type Array[K any] []K
func (a Array[K]) Print[V any](v V) {
for _, i := range a {
fmt.Printf("%v-%v\n",i,v)
}
}
However this is not supported by design. https://go.googlesource.com/proposal/+/refs/heads/master/design/go2draft-type-parameters.md#methods-may-not-take-additional-type-arguments
comment created time in 9 days
startedwebview/webview
started time in 12 days
starteddapr/dapr
started time in 12 days
startedahmetb/kubectl-tree
started time in 14 days
startedeiannone/keyboard
started time in 16 days
startedgo-logr/logr
started time in 17 days
startedGoogleCloudPlatform/zone-printer
started time in 21 days
issue commentahmetb/go-linq
Try out the new Go generics proposal with go-linq
Generics proposal is now accepted. This will be interesting. 😇
comment created time in 21 days
startedprogrium/macdriver
started time in 25 days
startedrajatjindal/krew-release-bot
started time in a month
startedCaiJimmy/hugo-theme-stack
started time in a month
startednielsfaber/scheduler-card
started time in a month
startednielsfaber/scheduler-component
started time in a month
startedahmetb/kubectl-runbridge
started time in a month
startedwajahatkarim3/hugo-on-fire
started time in 2 months
startedgookit/color
started time in 2 months
startedmanastungare/google-calendar-crx
started time in 2 months
startedahmetb/twitter-audit-log
started time in 2 months
issue closedahmetb/go-linq
I'm having an issue getting a release with ToChannelT in it following the install directions for this package. Is there a planned release coming up with that or is there an alternative way to get get the package such that I get the version with that method? go get doesn't seem to be able to get by tag or at least it is not working for me.
closed time in 2 months
buddhamangler-cbreissue commentahmetb/go-linq
I just tagged v3.2.0, let me know if it fixes the situation.
comment created time in 2 months