Giter Site home page Giter Site logo

blindspot's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  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

Forkers

ethwu

blindspot's Issues

Fails to compile on new rust(greater than 1.46?)

I tested this on 1.50, 1.51, 1.47, and 1.46, and this does not compile.
Here is the error that was spit out each time.

error[E0432]: unresolved imports `async_std::sync::channel`, `async_std::sync::Receiver`, `async_std::sync::RecvError`, `async_std::sync::Sender`
 --> /Users/993390/.cargo/registry/src/github.com-1ecc6299db9ec823/blindspot-1.2.0/src/bspm/ui.rs:4:23
  |
4 | use async_std::sync::{channel, Mutex, Receiver, RecvError, Sender};
  |                       ^^^^^^^         ^^^^^^^^  ^^^^^^^^^  ^^^^^^ no `Sender` in `sync`
  |                       |               |         |
  |                       |               |         no `RecvError` in `sync`
  |                       |               no `Receiver` in `sync`
  |                       no `channel` in `sync`

error[E0277]: can't compare `()` with `&str`
  --> /Users/993390/.cargo/registry/src/github.com-1ecc6299db9ec823/blindspot-1.2.0/src/bspm/mod.rs:97:76
   |
97 |             if !force && ctx.ask("Enter `y` to force installation").await? != "y" {
   |                                                                            ^^ no implementation for `() == &str`
   |
   = help: the trait `std::cmp::PartialEq<&str>` is not implemented for `()`

error[E0282]: type annotations needed
   --> /Users/993390/.cargo/registry/src/github.com-1ecc6299db9ec823/blindspot-1.2.0/src/bspm/ui.rs:214:24
    |
214 |             let line = input.trim();
    |                        ^^^^^ cannot infer type
    |
    = note: type must be known at this point

error[E0282]: type annotations needed
   --> /Users/993390/.cargo/registry/src/github.com-1ecc6299db9ec823/blindspot-1.2.0/src/cmd.rs:138:9
    |
138 |         ui::context("", "").await.quit().await?;
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type

error: aborting due to 4 previous errors

Some errors have detailed explanations: E0277, E0282, E0432.
For more information about an error, try `rustc --explain E0277`.
error: failed to compile `blindspot v1.2.0`, intermediate artifacts can be found at `/var/folders/gb/bhwrt1rn7fb56vggfct3hlx80000gq/T/cargo-installT4WbqS`

Caused by:
  could not compile `blindspot`.

Add zip file decompression

I am trying to install Syncthing, and their CI packages builds as .zip files. Could you add compatibility for zip files in this?

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.