Julian Berman

Results 366 comments of Julian Berman

Oh :( -- that package isn't even included inside alchimia. So probably this ticket also includes "please include tests inside package" or thereabouts.

`g x "It's a good song OK?` -> `g x 'It''s a good song OK?`

Maybe take the rebase idea from https://adamcod.es/2014/12/10/git-pull-correct-workflow.html

Having a command line flag to either not show the line itself or to just show it on the same line and just outputting something like: ``` minion/routing.py:76:63:# XXX: foo...

@rschmitt what I thought was a separate issue I filed as #105, given that it was reproducible even outside of tmux, and selecta works unless I type immediately before output...

Don't think this is the right approach personally, but Twisted, which is the best implementor of this functionality that I'm aware of, is as usual a [decent place to use...

Possibly my fault and I'm missing it in the issue, but the [comment](https://github.com/jwilm/alacritty/issues/62#issuecomment-347552058) makes *both* alt keys turn into meta (whereas say in iTerm, you can preserve one for actually...

Hi, thanks for taking a look at this :). > It's actually equivalent to invoking it like this: > $ http --session=test my.cool.site.com I don't think this is true, not...

The example you posted does not set `domain`. If you had a ``` Set-Cookie: hello=world; Path=/; domain=*.example.com ``` httpie would never even see it to set it (it would get...

The typical workaround is usually to create a more liberal `CookieJar` (subclass) that doesn't strip out cookies if they match the custom parameters that the request is trying to emulate...