Gal Ben David

Results 7 issues of Gal Ben David

The current drop implementation for `Entry` is as follows: ```rust impl Drop for Entry

The current version shows longs numbers in a non human readable notation where long numbers are presented without thousands separators. ``` 7453823 ``` vs ``` 7,453,823 ``` A quick solution...

feature request

Calling `check_network_urls` with an empty `source_url` causes domain constrained rules, that has both negative plus positive, to match no matter what. The problem is in `check_options` function in `network.rs`. The...

bug

Implement a test framework for sergeant. Right now, writing tests is a hard task and we should simplify it as much as possible.

Currently, the connectors pass a dictionary which translates to the constructors init parameters. I'd like to change this behavior to pass URI to support customization.

We've seen during the years many problems with logging while working inside a docker container where it could not flush the stdout/stderr buffer. Nonetheless, we also hate the fact that...