Upils
Upils
Fix #275
This PR contains a fix for the issue but for now other PubSub tests are broken (eg. TestResendOnError). I may have misunderstood how the Ack/Nack mechanism is supposed to work....
In the current implementation, the goroutine executing `sendMessageToSubscriber()` is blocked until either the message is acked/nacked or the subsciber is closing. I will submit a PR soon.
Unittests on CSP are broken. ``` self.assertTrue(self.csphash.policyHasScriptHashes()) self.assertTrue(self.csphashcamel.policyHasScriptHashes()) ``` These two are failing. because initialization of the class `CSPDirective` seems to get rid of second value in tuples such as...
For the protobuf topic mapping, we currently need to set the exact topic name. We have a use case where our topic names are generated dynamically so we cannot give...
A progression bar would be great when pulling images. Currently a user may think darch is stuck.
- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate. ## Current...
Fixing #405 This is still a work in progress (need more manual and unit tests) but If you find time you can validate you are OK with the direction I...
**Describe the bug** The /roles/{role-name}/users return by default 100 results. Currently the GetUsersByRoleName method do not accept parameters to give the `first` and `last` parameters to get more than the...
Gophish build and publish an image [here](https://hub.docker.com/r/gophish/gophish). As the image your using has not be updated in 2 years (and using an old golang version). It would probably be better...
gluon was recently packaged in Debian and also synced to the Ubuntu archive. We noticed that tests were unreliable. Here are 2 examples of the package building, resulting in 2...