chicago-brick icon indicating copy to clipboard operation
chicago-brick copied to clipboard

Software that displays content on a multi-node video wall.

Results 37 chicago-brick issues
Sort by recently updated
recently updated
newest added

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [sharp](https://github.com/lovell/sharp) from 0.29.3 to 0.30.5. Changelog Sourced from sharp's changelog. v0.30.5 - 23rd May 2022 Install: pass PKG_CONFIG_PATH via env rather than substitution. @​dwisiswant0 Add support for --libc flag...

dependencies

Today, module authors can use whatever strategy to download images or play animations or whatever other async work. However, it's trivially possible to forget to cancel this work, for example,...

Right now, you can't have URL-escapable characters because I was lazy. Robustly fix this, including in the status page.

right now, config/demo-playlist.json plays a bunch of stuff that doesn't work unless you go and configure API keys. The docs for that are bad and the feedback for it is...

This is because the registration for strategies is (understandably) static and contained in chicago-brick. Figure out a better way to add new strategies to slideshow so that modules that want...

It would be neat to have a consistent way to say "start this video HERE", where here might be derived all kinds of ways.

Occasionally, time can wind backwards from the perspective of the client (as when the server is restarted). Rather than forcing module implementors to handle negative deltas, we should detect this...

Setting up a new chicago-brick install could be as simple as: ``` npm install --save chicago-brick npm install --save my-cool-brick-module ``` This would then produce a `package.json` file that describes...