Alan Bernstein

Results 13 issues of Alan Bernstein

If you've used Pilosa for anything, we would love to hear about it! Big, small, work, side project, successful or not (especially if not!), if you have tried Pilosa, we...

For bugs, please provide the following: ### What's going wrong? Column attributes can't be used ### What was expected? Column attributes can be written and read ### Steps to reproduce...

### Description The original Roaring paper describes an "Optimized algorithm to compute the union of many roaring bitmaps" (algorithm 4 in https://arxiv.org/pdf/1402.6407.pdf). This is used, for example, to compute a...

I have a use for a box plot, or a similar chart type. I hope to put together an attempt at one, unless something like that already exists and I'm...

I'm not sure if you're still interested in PRs here, but wanted to share this. ![output](https://user-images.githubusercontent.com/16123214/90852876-4f87d180-e33e-11ea-84da-e4eefc4bf9f0.png)

I'm trying to use dejavu for the first time (just `djv.fingerprint_directory(audio_path, [".mp3"], 3)`), and it seems to fail on all files. I see output like this: ``` $ python dejavu-scan.py...

The below stack trace occurs when I call set_trace(). The program otherwise runs without error with that set_trace removed. `pdb.set_trace()` does not have the same problem. I am working on...

* google-search version: 1.0.2 * Python version: 2.7.13 * Operating System: macOS 10.12.6 ### Description I'm using a simple test script, barely modified from the example in the readme. I...

For the use case work, we put together a CSV import system that is specific to the two use cases, but lays some groundwork for working with more general data...