Hippie Hacker

Results 212 comments of Hippie Hacker

I tried again using the SessionBus after starting a shell with `dbus-run-session`, but I'm pretty sure that is dedicated to use around the org.freedesktop.DBus which seems to require X and...

Docs on bluez: ``` # ipython Python 2.7.9 (default, Mar 1 2015, 13:48:22) Type "copyright", "credits" or "license" for more information. IPython 2.3.0 -- An enhanced Interactive Python. ? ->...

#16 get's us on the right bus and get's us on the [publish](https://github.com/LEW21/pydbus/blob/master/doc/tutorial.rst#object-publication) method. We still need to refactor a bit I think.

From https://github.com/LEW21/pydbus#pydbus: ``` Since 0.5, it supports publishing objects on the bus - however this requires GLib 2.46 or newer. ``` 2.46 isn't even a year old: https://en.wikipedia.org/wiki/GLib#Releases https://download.gnome.org/sources/glib/2.46/ That's...

I reached out to @LEW21 to ask about targeting earlier versions. GLib 2.46 is currently required, can we target 2.40.2? https://github.com/LEW21/pydbus/issues/20 I'll try and get 0.3 up and running again...

Is there a way to check for version of pygobject and offer different logic based on what's available?

I'm on for a while: https://tmate.io/t/KHk9YUSebjZELWhplKFJDYmj4 or ``` ssh [email protected] ```

I'm in tmate and on https://gitter.im/lvht/Lobby

@lvht can you run `pip freeze >> requirements_frozen.txt` and commit it? (or put it here) https://pip.pypa.io/en/stable/reference/pip_freeze/

Here's a possible work around if there isn't already something obvious that I'm missing. https://github.com/nikclayton/ob-sql-mode/blob/b31a016585324ad91f1742ff6205bcb76f3ece6e/ob-sql-mode.el#L237-L257 Maybe something like: ```lisp (defun org-babel-sql-mode-initiate-session (&optional session _params) "Return the comint buffer for this...