Filip Björck

Results 6 comments of Filip Björck

I have a need to run some cleanup code in a drone plugin. However I would be happy with just changing [this line](https://github.com/drone/drone-runtime/blob/master/engine/docker/docker.go#L254) to use `ContainerStop` rather than `ContainerKill`. `ContainerStop`...

I ran into this very same issue with the repeater sketch (Receive and transmit works, but after first transmit no new messages can be received). I am using [this module...

> I don't think this could be done. If we "consume" the buffer as the user scrolls down the page it would be impossible to show the same data again...

I hit this same problem. It seems to be related to referencing `Self::ItemSlice` rather than the concrete type in the polonius closure. So instead of: ```rust let mut byte_count =...

I don't know that this is the best way to solve this, but this is the solution I arrived at for a similar issue.

I ran into this issue. Are there any in-progress PRs or branches i can try or are there any other SOAP implementations for Go I should consider?