Matthew X. Economou

Results 6 issues of Matthew X. Economou

I am running Ubuntu 20.04 on Windows via WSL 1. I have installed node.js v12.22.12 via the Node Version Manager per https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04. I have installed the Matano CLI and created...

I am running Ubuntu 20.04 on Windows via WSL 1. I have installed node.js v12.22.12 via the Node Version Manager per https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04. After installing the Matano CLI per https://www.matano.dev/docs/installation, I...

The documentation at https://www.matano.dev/docs/getting-started#create-a-matano-directory directs users to run `matano generate:matano-dir`, but that command requires an argument specifying the target directory, e.g., `matano generate:matano-dir my-matano-config`.

I am running Ubuntu 20.04 on Windows via WSL 1. I have installed node.js v12.22.12 via the NodeSource PPA per https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04. Running `make install` per https://www.matano.dev/docs/installation, I get the following...

The documentation at https://www.matano.dev/docs/installation tells users to run these commands to install the Matano CLI: ```sh git clone https://github.com/matanolabs/matano.git cd matano && make install ``` However, the README at https://github.com/matanolabs/matano#from-source...

I've added a small set of [pre-commit](https://pre-commit.com/) hooks, including the [flake8](https://flake8.pycqa.org/) linter, to the project. Developers can use these hooks by running `pre-commit install`. They can bypass the hooks if...