Giter VIP home page Giter VIP logo

guide's People

Contributors

bblaszkow06 avatar blazpie avatar dominikwolek avatar felonekonom avatar gitbook-bot avatar hajto avatar iggi42 avatar ixf avatar janix4000 avatar kraleppa avatar lvala avatar mat-hek avatar merikscott avatar mickel8 avatar mkaput avatar mspanc avatar mtsznowak avatar piotrekzyla avatar piotrwodecki avatar pkrucz00 avatar rados13 avatar rfwatson avatar roznawsk avatar sheldak avatar sionide21 avatar varsill avatar wojciechbarczynski 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  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  avatar  avatar

guide's Issues

Several issues in the tutorial

There are several issues in the tutorial:

  • In most codes @impl before some functions is used. But in this case we'll get warnings. Probably, @impl should be replaced with @impl true.
  • chapter1/pipeline.md:
    The code won't work without the {:membrane_element_mad, "~> 0.1"} dependency. It also worth to mention that some of the dependencies require some libraries.
  • chapter1/pipeline.md:
    Probably, it should be added alias Membrane.Pipeline before {:ok, pid} = Pipeline.start_link(Membrane.CoreTest.Pipeline, "/path/to/mp3", []); Pipeline.play(pid).
  • chapter1/element.md:
    def handle_demand :source, size, :buffers, _context, state do -> def handle_demand :source, size, :bytes, _context, state do, otherwise we'll get an error during an execution.
  • chapter1/element.md:
    def handle_init(%__MODULE{interval: interval}) -> def handle_init(%__MODULE__{interval: interval})
  • Usage of the words 'source' and 'sink' is quite misleading in the tutorial.

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.