Sagi Mann

Results 7 issues of Sagi Mann

### Description According to Google API docs, response code 5xx means that we should retry the validation. It would be great to have optional retry settings for the module, so...

### Description 'command 'mocha-maty.refreshExplorer' not found' pops up when trying to refresh the test sidebar I've read previous issues on the error message, which was supposed to be fixed in...

### Description Trying to review the code of v0.22.2 (currently available on the VSCode extension market), the tag v0.22.2 seems to be missing. The latest tags being 0.20.x #### Steps...

Hi, just tried building the following docker for arm64: ``` FROM rabbitmq:3.11-management RUN rabbitmq-plugins enable --offline rabbitmq_shovel ``` and it fails at the second command line execution: #6 [linux/arm64 1/9]...

I have cropped a tif file using latest elevation lib, e.g.: ``` eio clip -o dem.tif --bounds 35.079732 30.901217 35.845468 31.870474 ``` Then inspected the CRS of the file using...

#### Problem Suddenly, in recent days, td-agent stops sending events via the ES plugin, showing the following for each event in its log file: ``` 2019-08-27 06:57:24 +0000 [warn]: #0...

outdated usage

Hi, I have found the following issue: A FTP message gets injected with the previous message's excess data: ``` test('parse_secondMessage', () async { MavlinkParser parser = MavlinkParser(MavlinkDialectCommon()); final completer =...