brian tiger chow
brian tiger chow
@jbenet, What are your thoughts on disambiguating (1) fetching a single dataset from (2) fetching a collection from a Datafile? Is this something you've already considered and made a decision...
While it wasn't clear how to proceed, the publishing workflow wasn't too difficult as a first-time user. Steps required to publish baby's first data set: ``` data user add [desired_username]...
Many package managers provide commands to generate blank manifests. This would be nice to have. Examples: ``` # npm: Interactively create a package.json file npm init ``` ``` # Ruby:...
There is a slightly unexpected behavior stemming from the use of `import public`. When two proto files in a single package both contain public imports of the same dependency, the...
Thanks for the great software. Question: Does this library support fractions of seconds? I am interested in the following: ``` ruby r.exceeded?(foo, threshold: 1, interval: 0.1) ```
Are there any plans to implement the stats.Handler interface? It exposes more information about the payload and size of data on the wire.
Hi. First off, thanks for creating this script. It's fantastic. How would you feel about augmenting the string matching to perform a fuzzy search? Would you consider merging such a...
Any plans to upgrade to Swift 3?
Hi. Any plans to make this Carthage-compatible? https://github.com/Carthage/Carthage#supporting-carthage-for-your-framework I followed the instructions and made the target shared. However, Carthage still couldn't recognize the project.
This converts the library to Swift 3 syntax. closes #2