tipame

Results 12 issues of tipame

Hello, i'm trying to use RPC: 1) I have a number of protocol messages (commands). 2) I create (configure) client like this: ``` rpcClient = RpcClient.create(eventloop) .withMessageTypes(FistCommand.class, SecondCommand.class, ThirdCommand.class) .withStrategy(server(new...

Hello, i'm trying to send RPC with Void response type: `rpcClient.sendRequest(new MyCommand()).toCompletableFuture().get(1000, TimeUnit.SECONDS);` on the server side handle request like this: ``` private RpcRequestHandler createHandler() { return myCommand -> Promise.ofCallback(callback...

### Description I have simple module with only one kubernates Service defined in: ../jkube/simple-service.yaml I'm already exclude most enrichers - so i expect only one object to be generated. Actualy...

Waiting on feedback
UX

## Description NDArray#get fails with pick index for multidimensional arrays: Executing code: ``` NDArray target = manager.arange(6).reshape(3, 2); NDArray index = manager.create(new long[] {0, 2}); NDArray result = target.get(new NDIndex().addPickDim(index));...

bug

## Description Hello, there are a lot of functions from torch package not implemented (wrapped) in DJL. For example batch matrix-matrix product operation: TORCH.BMM It's looks like it should be...

enhancement

**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG REPORT **Environment (plugin version, maven version, OS, ...)**: plugin version: 6.13.0 mvn version: 3.8.1 helm version: 3.8.0 **What happened**:...

bug
waiting for feedback

**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG REPORT **Environment (plugin version, maven version, OS, ...)**: plugin version: 6.13.0 mvn version: 3.8.1 helm version: 3.8.0 **What happened**:...

waiting for feedback

Hello, did you port https://github.com/IBM/Drain3 or original logpai implementation? In readme - you mension IBM gays, but i see code mismaches (may be it's because IBM project activly updated).

question

**Describe the bug** APIdeleteNamespacedServiceRequest#execute returns V1Service. Actually server response with V1Status (in terms of lib api). So client response handler code fails on parsing Status json to V1Service dto: ```...

lifecycle/stale

## Description Thre is unimplemented percentile method for PtNDArray. At the same time Torch library has quantile moethod (which actually provides the same functionality) Will this change the current api?...

enhancement