Git Product home page Git Product logo

golfstream's People

Contributors

geniyx avatar monnoroch avatar

Watchers

 avatar  avatar

Forkers

geniyx

golfstream's Issues

Strip last stack trace line in errors.Ex

Structure errors.Ex contains an error and a stack trace, but when created with errors.AsEx(err) the stack trace has an additional last line inside AsEx() which should be cut off.

Json to string function

Right now sprintf is good enough, but it prints in Go internal format. Would be better to create a separate to_json function to act like sprintf but dump to json.

Fix streams that break on error

Some streams.Stream instances may break if an error occure. They return an error and after that calling Next() method is unsafe. This should be fixed: a stream that returned an error needs to ignore the problem internally and maintein consistent state, so that it's safe to call Next() again until EOI.

Support lua in stream funcitons.

Would be very helpful to just write:

{"save": ["tmp", {"lua": [{"load": "events"}, "function(evt) return evt, nil end"]}]}

With any code in lua.

ACHTUNG: need to disable filesystem and shell access.

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.