Adam Zell

Results 8 issues of Adam Zell

Greetings, I really like working with rulebook, and would like to see more features and bug fixes in a relatively timely manner. If resources are not available to handle pull...

question
pinned

Unfortunately https://github.com/deliveredtechnologies/rulebook/issues/178 is not a drop-in change and I am not aware of an upcoming release. Therefore an alternative fix is to downgrade the reflections library from 0.9.10 to 0.9.9....

Latest release is 3.0.1 which uses different package name (okhttp3.OkHttpClient, etc.). Is this blocked due to OkHttpClient being final in 3.0.1? That should be fixed in https://github.com/square/okhttp/issues/2292.

enhancement

Not sure if this will require changes in comsat-retrofit, but it is worth a look: http://inthecheesefactory.com/blog/retrofit-2.0/en

enhancement

The DRPC server in **examples/drpc_and_http/server/main.go** is returning JSON on a successful call from the HTTP client. Example: `{"cookie":{"type":"Chocolate"}}` **examples/drpc_and_http/http_client/main.go** should change the JSON deser to: `err = json.NewDecoder(resp.Body).Decode(&data.Response)` Not sure...

You may want to modify the github project page to link to `http://concurrencyfreaks.blogspot.com/` instead of `http://www.concurrencyfreaks.com/`

When I run a code scanner on my project that uses [aws-glue-schema-registry-python](https://github.com/DisasterAWARE/aws-glue-schema-registry-python) I see the following: ``` ❯ trunk check Checking 100% [================================================================================================================>] 124/124 2.5s ISSUES poetry.lock:2155:0 2155:0 high orjson.loads...

Implementation and unit tests for the `TracingRequestApiGatewayV2Wrapper` class. Referencing the API Gateway V2 classes required updating **com.amazonaws:aws-lambda-java-events** to version 3.11.2. Some classes explicitly test for the API Gateway V1 classes....