Certificate authority and access plane for SSH, Kubernetes, web apps, databases and desktops
go
kubernetes
ssh
golang
bastion
security
postgres
certificate
pam
cluster
firewall
audit
rbac
rdp
database-access
teleport
firewalls
jumpserver
teleport-binaries
kubernetes-access
-
Updated
Dec 18, 2021 - Go
Hi. There is a bug in this line where Take() is retrieving 1 item more than it should:
https://github.com/cajuncoding/GraphQL.RepoDB/blob/52dabefdeec5f6d29e4f97c3a927bc05426ac31c/GraphQL.PreProcessingExtensions/Paging/OffsetPaging/IEnumerableOffsetPagingCustomExtensions.cs#L54
It should be:
var pagedResults = items.Skip(skipPast).Take(takeSome).ToList();
This is particular nasty if