Giter Site home page Giter Site logo

rookout / deployment-examples Goto Github PK

View Code? Open in Web Editor NEW
28.0 4.0 34.0 14.04 MB

Integration examples for Rookout

License: MIT License

JavaScript 12.54% Python 16.36% HTML 5.48% Makefile 0.25% Java 51.90% Ruby 0.02% Shell 1.98% CSS 4.49% Scala 0.35% Dockerfile 1.60% Groovy 0.06% Vue 1.40% Kotlin 0.10% C# 2.21% HCL 0.78% EJS 0.26% Procfile 0.01% Go 0.23%

deployment-examples's Introduction

Examples for deploying Rookout

This repository contains full deployment examples, developed by Rookout and the community, and supported by Rookout engineer team.

deployment-examples's People

Contributors

adilrookout avatar adirook avatar alexeygutkin avatar bentheklein avatar dependabot[bot] avatar eladuzan94 avatar elduderinos avatar elinorswery avatar gilwe avatar gosharo avatar guygazit avatar hedwigz avatar iglizer avatar itielshwartz avatar jhendrick avatar liranlast avatar lirook avatar manuelnemirovsky avatar mickaelalliel avatar mitchellrookout avatar moryakub avatar nathan454 avatar omerkoskas avatar orishavit avatar petemoore avatar rookeret73 avatar sonariorobot avatar yardenlai avatar yuval-shavit avatar zohar2506 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  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

deployment-examples's Issues

Build error "implicitly has 'any'"

My typescript build is failing - could you update your typings with return types like you did with start : Promise<Rook>?

node_modules/rookout/types/index.d.ts(3,5): error TS7010: 'startSync', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/rookout/types/index.d.ts(4,5): error TS7010: 'stop', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/rookout/types/index.d.ts(5,5): error TS7010: 'flush', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/rookout/types/index.d.ts(25,25): error TS7010: 'startSync', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/rookout/types/index.d.ts(27,25): error TS7010: 'stop', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/rookout/types/index.d.ts(29,25): error TS7010: 'flush', which lacks return-type annotation, implicitly has an 'any' return type.

Otherwise I need to add my own typings for your project. In my tsconfig I have:

{
   ...
   "compilerOptions": {
    ... 
    "noImplicitAny": true,
  },
  ...
}

Hope this is right place for issue. I wanted to do a PR for your NPM, but looks like it is private.

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.