Giter Club home page Giter Club logo

flyde's People

Contributors

coronon avatar henrikthoroe avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

flyde's Issues

Add dynamic views to the UI

The UI as it is right know is designed to update a static (in number of lines) view. What I did here is maybe adding an error message. The UI would need to know that a message is going to be there. I'm also not a fan of using stdout / stderr directly, but I do not have a tool for getting around it right know. I could update the UI toolset and maybe add an Optional or Scrolling widget. Do we need that in this PR?

Originally posted by @HenrikThoroe in #14 (comment)

The UI should be able to render not only static content but also integrate dynamic content.
This would allow the usage in scenarios where it is not known which layout the UI will have (like error messages, a stream of messages, ...).

Encrypt communication between Client and Server

We disabled the EnryptionMiddleware in #14:

Yes I fully support that idea. I disabled it, because it did not work yet out of the box and I'd like to have it easy to go for the user. I think we should add support for encrypted network traffic in a future release when we can add a good UX (Support in config files / CLI for example) to that.

We probably want to support SSL out of the box and add an optional config settings for certificate pinning

VHook

VHook

Don't get me wrong, it's a good tool. But for now it's lacking a few important functionalities and produces quite a bit overhead.
Would be nice if you could improve on it. If you don't have time I could do it as well.

Below I listed what I currently miss.

Overhead

// Would be nice to combine expect and awaitValue methods
await hook.expect(equals(*), timeout: Duration(years: 42));

// For now we have to use a two-liner for this
await hook.awaitValue(Duration(years: 42));
hook.expect(equals(*));

Functionality

  • Have to use bool? if I only want to distinguish between two states.
  • No replacement for Completer.completeError
  • If my value can be null I cannot await it
  • I'd like to await based on the value and not be limited to null checks. For example awaitValue(Duration(years: 42), (value) => condition)

Originally posted by @HenrikThoroe in #9 (comment)

UMBRELLA: Pull into own packages☂️

This is an umbrella topic for all parts of the codebase that we could consider pulling into their own respective packages which we might then publish.

Current suggestions:

  • YAML writer suggested here
  • TUI framework (does not seem ready yet but would also reduce coupling)

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.