Code Monkey home page Code Monkey logo

Comments (4)

kamekyame avatar kamekyame commented on June 11, 2024 2

I don't have a detailed understanding of denon's code, but I've created a PR( #145 ) that has been modified to work.
If a temporary solution is fine, use my forked denon.

deno install -qAf --unstable https://raw.githubusercontent.com/kamekyame/denon/main/denon.ts

from denon.

ralyodio avatar ralyodio commented on June 11, 2024

same on linux

$ deno -V                                                        
deno 1.16.1
➜  app git:(master) ✗ 
$ deno upgrade
Looking up latest version
Local deno version 1.16.1 is the most recent release
➜  app git:(master) ✗ 
$ deno install -qAf --unstable https://deno.land/x/denon/denon.ts
error: TS2339 [ERROR]: Property 'signal' does not exist on type 'typeof Deno'.
          await Deno.signal(s);
                     ~~~~~~
    at https://deno.land/x/[email protected]/src/daemon.ts:157:22

from denon.

AmmadEteam avatar AmmadEteam commented on June 11, 2024

Same here I am also getting this error with deno version 1.16.1.
is there any way to resolve this issue.

from denon.

nnmrts avatar nnmrts commented on June 11, 2024

Thanks for the fork @kamekyame! As #126 mentioned, it's probably also a good idea to use SIGTERM instead of SIGKILL, especially because Deno (or actually Rust) doesn't allow listening for SIGKILL. I'll fork your fork changing that as well real quick.

EDIT:
Here's the fork: https://github.com/nnmrts/denon

deno install -qAf --unstable https://raw.githubusercontent.com/nnmrts/denon/main/denon.ts

from denon.

Related Issues (20)

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.