Code Monkey home page Code Monkey logo

lcat-rs's Introduction

lcat-rs project

lolcat in rust! With emoji support and color transformations in the Cubehelix and OkHSV color space.

Cowsay, but combined with lolcat.

fortunes combined with lolcat and cowsay!

lcat-rs's People

Contributors

davidkna avatar dependabot-preview[bot] avatar github-actions[bot] avatar mazznoer avatar nix-merge-lockfile-update[bot] avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

lcat-rs's Issues

Dependabot can't resolve your Rust dependency files

Dependabot can't resolve your Rust dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

error: failed to parse manifest at `/home/dependabot/dependabot-updater//dependabot_tmp_dir/Cargo.toml`

Caused by:
  the cargo feature `edition` requires a nightly version of Cargo, but this is the `stable` channel

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot can't resolve your Rust dependency files

Dependabot can't resolve your Rust dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

error: failed to parse manifest at `/home/dependabot/dependabot-updater/dependabot_tmp_dir/Cargo.toml`

Caused by:
  the cargo feature `edition` requires a nightly version of Cargo, but this is the `stable` channel

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot can't resolve your Rust dependency files

Dependabot can't resolve your Rust dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

error: failed to parse manifest at `/home/dependabot/dependabot-updater/dependabot_tmp_dir/Cargo.toml`

Caused by:
  the cargo feature `edition` requires a nightly version of Cargo, but this is the `stable` channel

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Fails to compile via `cargo install`

Installing the project via cargo install lcat or cargo install --path . on master or the tag v0.7.4 fails to compile with all of these errors:

error: cannot find derive macro `ArgEnum` in this scope
 --> src/rainbow_cmd.rs:4:24
  |
4 | #[derive(Debug, Clone, ArgEnum)]
  |                        ^^^^^^^
  |
note: `ArgEnum` is imported here, but it is only a trait, without a derive macro
 --> src/rainbow_cmd.rs:2:12
  |
2 | use clap::{ArgEnum, Parser};
  |            ^^^^^^^

error: cannot find derive macro `Parser` in this scope
  --> src/rainbow_cmd.rs:11:17
   |
11 | #[derive(Debug, Parser)]
   |                 ^^^^^^
   |
note: `Parser` is imported here, but it is only a trait, without a derive macro
  --> src/rainbow_cmd.rs:2:21
   |
2  | use clap::{ArgEnum, Parser};
   |                     ^^^^^^

error: cannot find attribute `clap` in this scope
  --> src/rainbow_cmd.rs:14:7
   |
14 |     #[clap(short = 'C', long, default_value = "1.6")]
   |       ^^^^
   |
   = note: `clap` is in scope, but it is a crate, not an attribute

error: cannot find attribute `clap` in this scope
  --> src/rainbow_cmd.rs:18:7
   |
18 |     #[clap(short = 'R', long, default_value = "3.2")]
   |       ^^^^
   |
   = note: `clap` is in scope, but it is a crate, not an attribute

error: cannot find attribute `clap` in this scope
  --> src/rainbow_cmd.rs:22:7
   |
22 |     #[clap(short = 'n', long)]
   |       ^^^^
   |
   = note: `clap` is in scope, but it is a crate, not an attribute

error: cannot find attribute `clap` in this scope
  --> src/rainbow_cmd.rs:26:7
   |
26 |     #[clap(short = 'H', long)]
   |       ^^^^
   |
   = note: `clap` is in scope, but it is a crate, not an attribute

error: cannot find attribute `clap` in this scope
  --> src/rainbow_cmd.rs:30:7
   |
30 |     #[clap(short, long, arg_enum, default_value = "rainbow")]
   |       ^^^^
   |
   = note: `clap` is in scope, but it is a crate, not an attribute

error: cannot find attribute `clap` in this scope
  --> src/rainbow_cmd.rs:34:7
   |
34 |     #[clap(short = 'S', long)]
   |       ^^^^
   |
   = note: `clap` is in scope, but it is a crate, not an attribute

error: cannot find attribute `clap` in this scope
  --> src/rainbow_cmd.rs:38:7
   |
38 |     #[clap(short = 'i', long)]
   |       ^^^^
   |
   = note: `clap` is in scope, but it is a crate, not an attribute

error: could not compile `lcat` due to 9 previous errors

But using cargo build or cargo run builds just fine.

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>davidkna/renovate-config)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.