Alessandro Pilotti

Results 9 issues of Alessandro Pilotti

When deploying on clusters with mixed Linux and Windows nodes, it's necessary to put a nodeSelector constraint to ensure that only nodes with the matching OS type get chosen by...

enhancement
area/packs
good first issue

**Describe the bug** Stripe SCA payments with 3D Secure fail due to missing return url in confirm call. Here's the error message provided by Stripe: > A return_url must be...

bug

Adds Cloudbase Solutions

Hi, great project! Could you please add a license file? Otherwise it's not clear if this is open source or not. :-) Thanks!

When a PipeConn or PipeListener instance goes out of scope without having closed an underlying Win32 pipe handler, the pipe will remain open. This can be solved by setting a...

CloseHandle should be called for the event created here when not needed anymore: https://github.com/natefinch/npipe/blob/v2/npipe_windows.go#L395 e.g.: https://github.com/natefinch/npipe/blob/v2/npipe_windows.go#L217