Severyn Lisovskyi

Results 4 issues of Severyn Lisovskyi

Is there a way to find out if channel is closed without having separate goroutine that watches channel.NotifyClose events. I'm trying to implement channel pool and I'd like to check...

[Zinit](https://github.com/zdharma/zinit) is extremely nice system to manage zsh plugins and binaries and it is cross-platform. E.g you can install tools using following commands ``` ## vim zinit ice as"program" atclone"rm...

:beetle: bug
:suspect: low

It would be great if this tool could convert Go generics to Typescript generics ``` type SimpleTile struct { AuditID string `json:"audit_id,omitempty"` Image string `json:"image"` } type WideTile struct {...

Hi, Are there plans to support file-based secrets for marathon? From what I experience - it is not working right now

enhancement
help wanted