vessel icon indicating copy to clipboard operation
vessel copied to clipboard

The original package manager for Motoko

Results 15 vessel issues
Sort by recently updated
recently updated
newest added

This PR is a demonstration of the serde-based value conversion feature in the [Motoko VM](https://github.com/dfinity/motoko.rs). In general, Motoko can now fill the role of a configuration file format in place...

``` hosermage@LAPTOP-1RPE37PF:~/bin$ wget https://github.com/dfinity/vessel/releases/download/v0.7.0/vessel-linux64 --2024-01-02 11:33:44-- https://github.com/dfinity/vessel/releases/download/v0.7.0/vessel-linux64 Resolving github.com (github.com)... 20.205.243.166 Connecting to github.com (github.com)|20.205.243.166|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/248089583/bb1fd593-80ca-4b7a-b75b-d05198329020?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240102%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240102T033346Z&X-Amz-Expires=300&X-Amz-Signature=fc97c5ce452df3cc1db8b3ad765461961e59f481711b0729cef1d10b615a87e6&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=248089583&response-content-disposition=attachment%3B%20filename%3Dvessel-linux64&response-content-type=application%2Foctet-stream [following] --2024-01-02 11:33:45-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/248089583/bb1fd593-80ca-4b7a-b75b-d05198329020?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240102%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240102T033346Z&X-Amz-Expires=300&X-Amz-Signature=fc97c5ce452df3cc1db8b3ad765461961e59f481711b0729cef1d10b615a87e6&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=248089583&response-content-disposition=attachment%3B%20filename%3Dvessel-linux64&response-content-type=application%2Foctet-stream Resolving...

The command ```sh vessel bin ``` does not exit already for a few minutes. `vessel.dhall`: ``` { dependencies = [ "base", "btree", "stable-rbtree", "stable-buffer" ], compiler = Some "0.9.1" }...

Here are some feature requests that would greatly improve the functionality of the Vessel package manager (from my perspective): - The `sources` command should not attempt to install packages. This...

Vessel currently does not support imports from private libraries. This is due to a limitation of the headers passed by the rust_dhall crate https://github.com/Nadrieril/dhall-rust/issues/134.