Coder Social home page Coder Social logo

go-bson's Introduction

rcrowley's home

This repository is meant to be my home directory, which, if you're not provisioning systems with Puppet code that does this for you, is a slightly awkward thing to accomplish. I do roughly the following with new boxen:

cd
git init
git remote add "origin" "git://github.com/rcrowley/home.git"
git remote update "origin"
git pull "origin" "master"

go-bson's People

Contributors

rcrowley avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

go-bson's Issues

Encode value without GetBSON

I want to BSON serialize a v8.Value (source), which is a wrapper around an external value from the V8 Javascript engine. Using the GetBSON interface is not really suitable, as I then have to convert the v8 value to Go maps/slices/floats/strings. Instead I would like to interact with the encoder directly. I've forked go-bson to v8 support, which is obviously not very neat, but shows how I would like it to work:

andreas@2e61923

I'm forced to do this, as the encoder type and methods are not exported. Do you have any suggestions on how to achieve the same without adding v8 support directly to go-bson?

TIA

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.