The Wayback Machine - https://web.archive.org/web/20200624153236/https://github.com/topics/stream
Skip to content
#

stream

Here are 2,097 public repositories matching this topic...

WowItsDoge
WowItsDoge commented Feb 22, 2019

Is there an overview, how the config object for the constructors of the neural network are defined?

This would be interesting:

  • Has brain.NeuralNetwork and brain.recurrent.RNN the same config attributes?
  • What is the description of the inputSize attribute?

Thank you for the great work with this library, it is realy amazing!

hls.js
kanongil
kanongil commented Dec 16, 2019

Is your feature request related to a problem? Please describe.

The current engine only exposes WebVTT subtitles as kind: 'subtitles'. When the playlist entry contains CHARACTERISTICS="public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound", it should have kind: 'captions'. This would match how it is exposed in the Safari HLS player.

**Describe

skrap
skrap commented Feb 4, 2020

Issue description

In writing rust zmq bindings for tokio, the question came up about when zmq_send and zmq_recv might return EAGAIN when passed the ZMQ_DONTWAIT flag in a multipart message. The implication of the high water mark documentation is that it will only return EAGAIN on the first part of the multipart message, but I couldn't find it explicitly stated anywhere that this

nukeop
nukeop commented Feb 21, 2020

Currently, every track added to downloads immediately starts downloading. Downloads are therefore behaving inconsistently, are not saved over program restarts, and can fail randomly without properly notifying the user. The following improvements are proposed:

  • Store the list of downloads in db/on disk somewhere. The main process will manage this list.
  • Allow the renderer process to query the
node-fetch
bitinn
bitinn commented Nov 13, 2018

There used to be only one type of operational error from node-fetch: FetchError.

This is no longer the case as I can count at least six: Error, NodeError, TypeError, SyntaxError, AbortError and FetchError. All of them can be triggered in one way or another through invalid response.

We would like to unify them in some ways but it's (a) a breaking change, (b) sometimes not standa

xstream
speedment
julgus
julgus commented Jan 7, 2020

Prior to moving all Speedment tutorials to the manual from the Wiki page, there was a tutorial on how to plug-in and use custom TypeMappers. Although, the example described in that tutorial covers usage of basic Enums which is now best handled by the dedicated Enum-plugin. Custom TypeMappers are still needed in some case though, hence this tutorial should be updated to cover a more relevant use ca

heraklos
heraklos commented Aug 24, 2019

The doc introduces interrupt (halts if the left branch produces false) as an example of concurrency functions in Stream here.
But as far as I can tell, it seems there exists no function of that name.
Or does interrupt mean functions that has interrupt as prefix..?

mAAdhaTTah
mAAdhaTTah commented Nov 5, 2017

Adding information on how to test Kefir Observables would be a nice addition to the docs. Wondering if we should put all of that into the main docs site, or have a separate site for testing with chai-kefir, or maybe moving all the docs into a kefirjs.github.io repo & website. Thoughts?

flavioribeiro
flavioribeiro commented Sep 23, 2019

According to the HLS specification, we must sinalize that a given audio track is DVS by the addition of CHARACTERISTICS="public.accessibility.describes-video" tag. I wonder if we should implement an option at the Sequence level on mapped mode where I set "dvs": true or something and that propagates all the way to the HLS manifest. Thoughts on this one @erankor?

More information about this o

RameshRM
RameshRM commented Sep 28, 2018

Hi ,

AthenaX looks like a perfect fit for our usage, we are in the process of building a platform where in users can submit jobs , aggregate and perform sinks. Sadly the docs are not helping, can u share a sample docs which helps understand on how kafka works and sink with es Some of the docs are not relevant with class files not found

Improve this page

Add a description, image, and links to the stream topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stream topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.