Git Product home page Git Product logo

adrestia-multisig-coordination's People

Contributors

alanverbner avatar fsawadyatix avatar guido-ta avatar nlaitanatix avatar rhyslbw avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

adrestia-multisig-coordination's Issues

nix-build failing - attribute 'yarn-static' missing

$ nix-build --show-trace
error: while evaluating 'mkAttrOverridable' at /nix/store/kf3adfr28xj77rmqbzy98qil86380zgv-nixpkgs-src/lib/customisation.nix:133:33, called from undefined position:
while evaluating 'makeOverridable' at /nix/store/kf3adfr28xj77rmqbzy98qil86380zgv-nixpkgs-src/lib/customisation.nix:67:24, called from /nix/store/kf3adfr28xj77rmqbzy98qil86380zgv-nixpkgs-src/lib/customisation.nix:133:36:
while evaluating anonymous function at /nix/store/kf3adfr28xj77rmqbzy98qil86380zgv-nixpkgs-src/lib/customisation.nix:133:53, called from /nix/store/kf3adfr28xj77rmqbzy98qil86380zgv-nixpkgs-src/lib/customisation.nix:69:16:
while evaluating the attribute 'offlinecache' at {...}/adrestia-multisig-coordination/nix/packages.nix:9:40:
attribute 'yarn-static' missing, at {...}/adrestia-multisig-coordination/nix/packages.nix:9:14

TypeScript errors

Argument type (instance: FastifyInstance<http.Server, http.IncomingMessage, http.ServerResponse>, options: PluginOptions, callback: (err?: (import("fastify").FastifyError | undefined)) => void) => void is not assignable to parameter type Plugin<http.Server, http.IncomingMessage, http.ServerResponse, PluginOptions, Function>

image

Missing JSDoc detail

yarn lint

/home/rhys/code/iohk/adrestia-multisig-coordination/test/e2e/jest-setup/docker.ts
  5:8  warning  'path' is defined but never used                         @typescript-eslint/no-unused-vars
  8:7  warning  'CONTAINER_TEMP_DIR' is assigned a value but never used  @typescript-eslint/no-unused-vars

/home/rhys/code/iohk/adrestia-multisig-coordination/src/server/controllers/controllers.ts
  4:1  warning  Missing JSDoc @returns declaration    jsdoc/require-returns
  7:0  warning  Missing JSDoc @param "services" type  jsdoc/require-param-type

/home/rhys/code/iohk/adrestia-multisig-coordination/src/server/db/connection.ts
  5:1  warning  Missing JSDoc @returns declaration            jsdoc/require-returns
  8:0  warning  Missing JSDoc @param "connectionString" type  jsdoc/require-param-type

โœ– 6 problems (0 errors, 6 warnings)

Done in 2.08s.

Probably best to treat JSDoc lint issues as errors so this is caught it CI

Invalid JSDoc

* This function builds a Fastify instance connecting the services with the
* corresponding fastify route handlers.
*
* @param services to be used to handle the requests
* @param logger true if logger should be enabled, false otherwise
*/
const buildServer = (
servicesFactory: (httpServer: Server) => Services,
logLevel: string
): FastifyInstance<Server, IncomingMessage, ServerResponse> => {

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.