Joseph Coffland

Results 112 comments of Joseph Coffland

I also had to manually upgrade some packages: ``` pip install -U pbr pip install -U mock ```

I could submit a PR. I'm currently working with an older version. I need to first update my code base.

Producing the documentation itself is not a problem. I haven't had the time to figure out your documentation system.

I did submit https://github.com/libevent/libevent/pull/591 and it has documentation. If that PR is accepted then this issue is resolved as far as I'm concerned.

I completely reworked this PR to use a per connection timer event. This really simplifies the code and removes the need to scan through all connections once per minute.

@azat > Plus this change will need a unit test. I'm confused as to how to create a unit test in this code base. > Also would you mind to...

I found a work around: curl -s https://wttr.in?format=%c+%t+%m | sed 's/\xef\xb8\x8f//'

``` [bar/top] modules-center = weather font-0 = NotoSans-Regular:size=10;0 font-1 = "Noto Color Emoji:scale=10:style=Regular;2" font-2 = Unifont:size=10;0 [module/weather] type = custom/script exec = bash -c 'echo -e "\xe2\x98\x80\xef\xb8\x8f"' ``` Of course...

My understanding, and maybe it's wrong, is that variation selectors modify the previous code point. So, polybar should not just treat it as another character. It should either ignore it...

I ran in to a very similar problem with an OSX package I'm working on. Suddenly it stopped installing. However, if I changed the install location slightly it would work....