Results 115 comments of David Keijser

Hmm. I can't reproduce that I tried both the / binding and sending "search find foo\" over the socket.

the message about message header is about the Web extension. I remember seeing that but don't remember the fix. are you building the latest master of uzbl?

Hi @sodabrew Having a way of attaching custom headers would for sure be nice to have. Development is focused on the webkit2 branch of uzbl (next) where sadly we don't...

You could try putting a local proxy in between which is the general recommendation for all things request/response rewriting

The problem here is that @ is used to resolve variables in uzbl so this results in it actually trying to load "http://username:password:port/path" which it stumbles on. you would want...

@mathstuf Do you think it would make sense to drop that either in `bookmarks.sh` or maybe before sending the event?

it's in the [readme](https://github.com/uzbl/uzbl#variable-expansion) but it's not the easiest thing to read and digest I'm afraid. Maybe an explanation of the uzbl language should be more prominent?

The example config has been updated. could you verify that it works now?

Ah right, sry, in the meantime I broke next in new and exciting ways. Ref #307

yeah, that looks bad. Is that from starting uzbl or are you doing something more? Please try to get a stacktrace when running with `G_DEBUG=fatal-criticals uzbl-core`