gprossliner

Results 16 issues of gprossliner

In the readme, there is this paragraph: > Running Inquirer together with network streams in Windows platform inside some terminals can result in process hang. > Workaround: run inside another...

Hi guys! I'm about to check some implementations for a scanner in go. Because I need to process log files, I can't feed the data at once. I would need...

## Type of question Best practices ## Question #### What did you do? I created a basic operator using the operator-sdk scarfolding tool. One important usecase involves enumerating all instances...

language/go

Hi! Within an operator, conditions are frequently used for indicating flags. Because `meta.SetStatusCondition` only modifies the in memory object, you need to update the status afterwards, like here from a...

This is basically a reopen from #541 because I did not see why @shsjshentao closed this in the first place. After listing / getting resources with client-go (tested with Deployments,...

**Describe the enhancement** Provide a new event like these https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows that is triggered if a Repository is created from a Template Repository. This would allow a Template author to automate...

enhancement

Hello! Nice library, thank you very much. Have you considered an "single()" method, which is like "first" but throws an error if count() > 0? like: ``` i = from({"one"})...

This PR allows to call any API that is not (yet) implemented by the module itself, like "/authz/shares": ```golang func shareStream(context context.Context, streamID string, userID string) error { request :=...

## API Endpoints API-Call `GET /users/id/{userId}` is currently not implemented. Only `/users/{username}` is by `func (client *Client) GetUser(name string)`