Giter Club home page Giter Club logo

jazz's Issues

Android release

I saw an Apache app that had a simple GUI for starting and stopping. It could possibly have clap options.

expose client_request future in lua

Currently we are waiting by default for the response

local response = client_request.send("google.com")

exposing futures would look like this

local future = client_request.send("google.com")
-- we can do anything we want after sending the request
-- even send it and forget it
-- and then we can get the response
local response = future.wait()

update cargo.toml

  • poga's actix-lua 0.5
  • maidsafe's libsodium supposedly fixed openssl issue (with an http client that has 0 stars..)

logging improvements

  • remove actix-something noise in debug and trace mode
  • remove starting space in lua logs

To select the logging level, start torchbear with the --log option with the most verbose level acceptable, between error, warn, info, debug and trace. Default is info, it's used if no log option is specified.

actix-net (streams) bindings

split keypair in crypto bindings

Currently the crypto bindings have only one special type: keypair, of which a value is returned by crypto.box.new_keypair and crypto.sign.new_keypair, because that's the only special type it's the one with all the important operations, so to sign currently both the private and public key are needed but the public is not necessary to sign.

Change it so that private and public keys are different types with their own operations.

tera build warnings

warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections

remove select.rs bindings

Remove prelude and application from settings

Currently the lua_prelude and application settings tell torchbear additional paths from where to include lua packages, but setting additional module paths should be up to the applications, and torchbear should only use a single init file

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.