langpacks icon indicating copy to clipboard operation
langpacks copied to clipboard

Standardized builder and runners for Algorithmia algorithms

Results 22 langpacks issues
Sort by recently updated
recently updated
newest added

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

[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...

(disclaimer: low priority, no pressing requirement to CR or merge) [Feb 2020 Update] This PR was overhauled Feb 2020 to be more inline with other packageset design decisions. It was...

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

This is very much related to #24 but I am getting errors in loading R packages. If the install of a package fails at build, should this not break the...

Should standardize the `error_type` field between langpack implementations. I think it's more useful to be the "exception type" (whatever that means in the given language) if possible. https://github.com/algorithmiaio/langpacks/blob/master/python/template/bin/pipe.py#L70 https://github.com/algorithmiaio/langpacks/blob/master/ruby/template/bin/pipe.rb#L28

This shouldn't ever happen with langserver sending data, but the result would be a confusing error message to the user: https://github.com/algorithmiaio/langpacks/blob/master/python/template/bin/pipe.py#L28

We filter out the `PIPE_INIT_COMPLETE` message from an algorithm's stdout to be a little cleaner, however R prints stuff in a strange format, so doesn't get filtered: `[1] "PIPE_INIT_COMPLETE"` https://github.com/algorithmiaio/langpacks/commit/15975004ddf6e9e47744bd95241bb37a075c2da9...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies
python