Russell Mull

Results 32 comments of Russell Mull

I was able to implement cursor-relative positioning using a custom `mini-frame-show-parameters` value: ```elisp (lambda () (cl-destructuring-bind ((cursor-x . cursor-y) . (frame-left . frame-top)) (cons (window-absolute-pixel-position nil (selected-window)) (frame-position)) `((top ....

Yeah, my snippet as a lot of flaws in the *ahem* edge cases.

I've hacked around this over at https://github.com/mullr/rusqlite/tree/set_result_hack by adding a FunctionFlag value to ignore the return value of the user provided function. I also exposed `set_result` on `Context`, so user...

That seems like a great API. It would either require that the `create_*_function` calls use that as a type constraint instead of `ToSql`, breaking existing users, or adding new variants...

@gwenn #1160 looks good to me. Thanks for putting that together!

This needs to at least be called out in the documentation; this is terrifically confusing.

Appveyor failure looks unrelated: ``` 'cargo-fmt.exe' is not installed for the toolchain 'stable-x86_64-pc-windows-msvc' ```

Travis passes on stable; the other failures appear to be because the test script always wants to be on stable.

> What are people's thoughts on gitignore-ing all the generated files? I find they cause PRs to be quite a bit larger than they should be. I like to see...

> This diff is really large :) Mind breaking the "cleanup" commits into a separate PR so we can quickly review and merge them? I think I have many of...