Alexander Regueiro

Results 78 issues of Alexander Regueiro

Whether I pass a file path in as an argument, or use the `-f` option, the filename of the Gist is not set, but rather simply defaults to `a`. This...

The utility seems to use `xclip` before `pbcopy` if both are present on the system. This is undesirable behaviour for me, on OS X. Can we configure it to use...

This would be handy.

Every time I run the `hg` program on OS X 10.10.5, I get this Python error printed at the top: ``` *** failed to import extension hggit: 'module' object has...

Firstly, I must commend you on a very nice library here. Creating a library for smarter pointers in C and doing it in a way that is compatible with the...

The line in my code `db.iterkeys(cf)` causes the following crash. (`cf` is a valid `ColumnFaimlyHandle` retrieved using `db.get_column_family`.) ``` pthread destroy cv: Invalid argument Abort trap: 6 ```

Could we have `default_cf_name` exposed as a class attribute/property on `DB`? I know it should always be "default" for now, but since the underlying rocksdb library exposes it, and perhaps...

There seems to exist bindings for column families, but no documentation (API or otherwise) about them. Would you kindly be able to add such documentation?

See https://gist.github.com/69c858ae2f2b34d6449eefc492a87baa for the `make` log. What's going on here?

Firstly, nice work on this. I appreciate this project might not be maintained, but any chance of getting an update for a newer version of Grunt? I get a warning...