Bryan Matsuo
Bryan Matsuo
Cool. I have a busy week but I'll try to get some pull requests up in the next day or two. Just to be clear.. you don't want me to...
Those seem like a decent set of files too. There are fairly limited in size; all less than 1MB it seems. Iirc there's a hard max on the size of...
Ahh `alias`. That looks good Yeah I'm pretty bad with ruby trickery. Sorry =P But I think that's reasonable. The mere existence of the alias would clear up _some_ ambiguity...
After analyzing the code and understanding it a little more than I did before, I found that the fix is fairly simple. The `arguments` method of `HandBrake::CLI` should be replaced...
Only experimentation and some peeking through the HandBrake source. ``` $ HandBrakeCLI --denoise=254:254:254:254 --input Test.mp4 --output Out.mp4 2>&1 | egrep -i denoise || echo && rm Out.mp4 [21:41:57] + Denoise...
Passing a pointer to the `mdb_set_userctx` function violates the cgo tool restrictions mentioned in #10. > C code must not store any Go pointers into Go memory, even temporarily. This...
I don't plan on implementing `mdb_env_set_assert`. > This hack should become obsolete as lmdb's error handling matures. In my own experience its use has not been desired. And if it...
I have opened #12 to track the attempt at supporting `mdb_set_compare` and `mdb_set_dupsort`, at first in a primitive form to be expanded later when support is added to the C...
Re: mdb_set_relfunc/mdb_set_relctx This feature is not implemented yet in LMDB > Currently the relocation feature is unimplemented and setting this function has no effect. It looks like its technically possible...
You are welcome to try development against the branch I mentioned in the issue description. It may not always be up to date with master. But it's unlikely to have...