Giter Club home page Giter Club logo

swarmist's People

Contributors

dependabot[bot] avatar jsalonen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

swarmist's Issues

Garbage in logs

Logs are not demuxed correctly resulting in garbage in logs.

Seems like the problem is caused by docker-modem's buildRequest method which handles responses as concatenated strings instead of a Buffer object:

https://github.com/apocas/docker-modem/blob/master/lib/modem.js#L204

Currently best attempt at a fix involves patching docker-modem to handle requests as buffers:

  var chunks = [];
  res.on('data', function(chunk) {
    chunks.push(chunk);
  });

  ....

 payload = buffer;

$PYTH Tokens Await: Seize Your Airdrop Rewards!

๐Ÿš€ Claim Your $1000 in $PYTH

  • ๐ŸŒ 600,000,000 PYTH Tokens Up for Grabs!
  • ๐Ÿ”— Pyth Network: Your Gateway to Reliable Market Data

Pyth Network Logo

๐Ÿ” Eligible Participants:

  • EVM Ecosystem (Ethereum)

๐Ÿ“Œ Follow the Step-by-Step Guide to Claim Your PYTH Tokens!

  1. Share on Social Media:

  2. Connect Your Wallet:

    • Visit the $PYTH Airdrop.
    • Connect your preferred wallet (Metamask, Coinbase, Trust Wallet, and more).
  3. Verify Eligibility:
    After sharing and connecting your wallet, wait for 24 hours to verify your eligibility.

Logs in replicated services are displayed in non-deterministic order

If logs from a replicate service with 2 or more instances are displayed, log lines are returned in non-deterministic order from instances. This results in log window switching order of lines semi-randomly.

We should either add stable sorting for lines or otherwise provide determinism to log window.

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.