आयुष झा (Ayush Jha)

Results 25 issues of आयुष झा (Ayush Jha)

This merge fixes #80 Take the title from the head of the document and copy it to the top of the table of contents.

This merge fixes #98 When elements in the table of contents are clicked in readtheorg theme, the children are toggled. This is similar behavior to readthedocs, but without the +/-...

### Separates the logic of creating cryptographic token from the create into generate_token method This way, implementing another way to generate tokens becomes easier. Any function that returns a dict...

### Describe the bug When trying to run `compile-obj` I get the following error ```bash WASMER_DIR=/opt/wasmer /opt/wasmer/bin/wasmer create-obj --target aarch64-linux-gnu -o /app/temp/tmpn9gj2e8n /app/temp/tmp201j8_ei.webc error: Found argument '--target' which wasn't expected,...

🐞 bug

I want to run black in the root dir of projectile project. I am trying to do this because right now, black will not pick up the `pyproject.toml` configurations.

enhancement
question

When fetching logs for an app that have many log entries, the CLI fails with the following error messsage, ```sh $ wasmer app logs thread 'main' panicked at 'range end...

### Motivation The backend wants to distinguish queries made by the CLI, so this header with a client name like (wasmer 4.2.2) will help the backend add more context to...

🎉 enhancement
📦 lib-cli
priority-medium
🍋 Low-hanging Fruit

### Describe the bug wasmer publish bugs out when adding bindings to the wapm package. ### Steps to reproduce Download the tarball - [polyvalid.tar.gz](https://github.com/wasmerio/wasmer/files/11071432/polyvalid.tar.gz) ```bash tar xvf polyvalid.tar.gz cd polyvalid...

📦 lib-cli
priority-medium

### Motivation Make it clear to users that they cannot perform certain actions (like publishing packages/apps) if their email is not yet verified. ### Proposed solution When logging in, throw...

🎉 enhancement
priority-medium

### Describe the bug When running wapm2pirita on packages on wapm.dev, I got the following errors. [wapm2pirita-errors.txt](https://github.com/wasmerio/wapm-cli/files/9655955/wapm2pirita-errors.txt) The file contains package-name@version, followed by the error. ### Expected behavior I shouldn't...

🐞 bug