Barry Kaplan

Results 18 issues of Barry Kaplan

If a cherry_pick fails (say due to a bad creates parameter) and is then executed again, ark makes no attempt to extract the file. It seems that it is simply...

Is there anyway to pass annotation values to a handler? eg, ``` annotationTypes: permissions: type: string /users: get: (permissions): 'foo:bar' queryParameters: sort: enum: [username, name] ``` The application middleware needs...

question

I have the cliar:v2.0.8 server running on the same instances as clair-scanner:v12, and cannot seem to scan any container: ``` [barry@ops-nomad-client-2 10.0.197.101]$ ./cs --ip='10.0.197.101' --clair='http://10.0.197.101:6060' imiell/bad-dockerfile:latest 2019/07/10 19:12:48 [INFO] ▶...

I notice that all logging is hard-coded to use Console. Is there some way to redirect this modules console output to a application specific logger so it can be routed...

enhancement
express-openapi

Is this possible? ``` except IOError as io_msg: log.error(f'Failed to open device data', extra={"device": log_prefix}, io_msg) ```

Is there any chance shapeless can be "embedded" under the sqltyped package so as to allow the use with libraries dependent on shapeless 1.x? (ie, spray uses shapeless 1.x and...

When I run the tests on a clean check I get one failure ``` 41719 passing (16s) 1 pending 1 failing 1) Set timeout should not execute a far out...

I have ``` plugins { id "com.github.ben-manes.versions" version "0.27.0" id "se.patrikerdes.use-latest-versions" version "0.2.13" id "org.cyclonedx.bom" version "1.1.1" ... } ``` Running useLatestVersions then useLatestVersionsCheck I get output ``` > Task...

bug
help wanted