zeryx

Results 23 issues of zeryx

Added a path in the api client to enable custom ca cert files being used by the generated API client; this PR permits that functionality with the python client.

There is a conflict with the `@openzepplin/hardhat-upgrades` library that requires using the `nativeContractFactory` object when deploying a beacon proxy if the tenderly automagic setup() is used. Expected Behavior: ```js const...

Hey I'm pretty new with rust so this could be a non issue, but I was trying to use this library and test out the example code: ``` #[macro_use] extern...

When downloading a file using the `client.file(..).get();... io::copy(..)` operation, it occasionally fails to complete downloading the file in what seems like a broken pipe failure mode. The output from `.get()`...

bug

The current rust client has a useful `.put_file()` for the DataDir: `client.dir(some_remote_dir).put_file(some_local_file);` Which is super useful! however, when you have a particular remote filename that's different from the local file...

[AML-10](https://datarobot.atlassian.net/browse/AML-10) - Datarobot Java CodeGen We're creating a simple template that utilizes a publicly available model file that uses. ## Checklist - [x] My PR title includes a relevant Jira...

ALGO-943 - Ship python ADK This PR adds modifies the existing "language" for java-ojdk 11, which conforms to an older version of the ADK specification, and has a more complex...

The RunnerOutput object is defined here: https://github.com/algorithmiaio/langpacks/blob/b35efaa7d69d24efcd83e866b7445446f92eb0d6/src/message.rs#L16 The `Output` section of bin/pipe makes no mention of an `error` key: https://github.com/algorithmiaio/langpacks/blob/master/langpack_guide.md#binpipe In the existing Python runtime, you can see a encapsulating...

bug

Instead of an algorithm response (in the event of an exception) getting returned to the user as a named exception with a stacktrace (like with out other clients) the ruby...