GithubHelp home page GithubHelp logo

blpapi-rs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

blpapi-rs's Issues

Add vendored libs to LFS

Hi @tafia, thanks for the work on this crate. I'm going to be using this so hopefully can start contributing some things in the next few weeks.

A small issue to start, I noticed that the *.so *.dll and *.lib in the vendored/ directories are not tracked by LFS and are saved in the repo directly. I fixed this in a local fork but it appears github does not support pushing LFS objects in public forks so unfortunately it means you would have to do it.

In general I find it's better to keep binaries out of the main repo because it causes issues with binary file issues (already had that issue when cloning this repo).

Steps to remove:

  • Remove these files from git
  • Commit changes
  • Add back these files in addition to a .gitattributes file

.gitattributes

# Windows libraries
*.[Dd][Ll][Ll] filter=lfs diff=lfs merge=lfs -text
*.[Ll][Ii][Bb] filter=lfs diff=lfs merge=lfs -text

# Linux libraries
*.[Ss][Oo] filter=lfs diff=lfs merge=lfs -text

TODOs

This is a meta issue to help me remember all major missing pieces

  • Better errors, check relevant elements etc ... (39621c4)
  • Don't return HashMap instead return Iterator<Result>. This way it is for the user to decide if it must stop upon error or not. Getting a HashMap would just be about collecting the iterator.
  • Async. Wait for rust async-await and see how it could fit.
  • Timeouts
  • Find a way to store all Names as const (4c4464e)
  • Use better pointer wrappers (such as NonNull and MaybeUninit)
  • More docs (inline and README)
  • More PhantomData?

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.