Peter Litvak

Results 10 issues of Peter Litvak

I hav a gauge type metric that is sent from multiple nodes to AWS cloudwatch. Only one node sends the actual value and the rest sends 0. After some time...

I'm using version 4 of the ng2-google-charts and noticed that on every page reload the number of the GoogleChartComponent' s is growing proportionally to the number of charts on the...

Our tests started failing with requests to NSFW model with the following: ``` clarifai2.exception.ClarifaiException: Deserialization of UNKNOWN is not implemented at clarifai2.dto.model.output.ClarifaiOutput.deserializePredictions(ClarifaiOutput.java:120) at clarifai2.dto.model.output.ClarifaiOutput.deserialize(ClarifaiOutput.java:56) at clarifai2.api.request.model.PredictRequest$1.unmarshalerGrpc(PredictRequest.java:166) at clarifai2.api.request.model.PredictRequest$1.unmarshalerGrpc(PredictRequest.java:114) at clarifai2.api.request.ClarifaiRequest$Impl.executeSync(ClarifaiRequest.java:310)...

IntelliJ: IU-222.3739.54 MapStrict is added as a project dependency as: ``` org.mapstruct mapstruct-processor 1.3.1.Final true ``` And configured as a single annotation processor in IntelliJ. Upon on "Rebuild Project" the...

The following produced an exception: ``` CREATE LOCAL TEMP TABLE temp ON COMMIT DROP AS SELECT id FROM xxx; ```

I need to configure the `pg_stat_statements` extension. In order for it to be installed correctly I need to specify it in `shared_preload_libraries`, what is the correct way to do this?...

type: bug

We have the following request body object's schema. ``` "MyRequest": { "type": "object", "properties": { "description": { "type": "string" }, "someUuid": { "type": "string", "format": "uuid" } } } ```...

What would be the correct way (if it is at all possible) to style buttons, e.g., `btn` and `btn-response-status` parts as well as the `tab-btn` classes? If I use `css-file`...

There are a few features that would be nice to add to the generator. 1. An option to add a static builder() method in the enclosing class. e.g.: ``` public...

While parsing documents with AWS Textract and using 1.0.2 version of the parser, we observe the following error. It appears to be somewhat random. What could be the reason for...