WuerfelDev

Results 29 comments of WuerfelDev

Hey @geohot, regarding all the spam pull requests that came today Here's a quote from the Hacktoberfest page: > Spammy pull requests can be given a label that contains the...

This is pretty much the worst commit that was created here today. And there were many. And all are useless

Got it working. Need to clean up the code and will push soon.

since I am using `format=1` my workaround is replacing double spaces with a single one: `curl 'https://wttr.in/?format=1' | sed 's/ */ /g'`

The bug seems to be added in ddc08d6 https://github.com/chubin/wttr.in/blob/e0cc061a64ba86cda1380f0409203a0fb8ae889c/lib/view/line.py#L85 It was added to make needed space for some emojis. As said here https://github.com/chubin/wttr.in/issues/440#issuecomment-630002040 it's not a trivial problem. For me...

You're right regarding the second one. With the first one I meant that the day is shown as "Partially cloudy" in the Morning, Noon, Evening and Night. That is correct....

In my first test I had a latency of 10s (9s of internal buffer), luckily its down now to 2.5/3 The options that came to mind for further reducing it:...

Also _Double-space full stop_: Two spaces become '. '

> for 8Vim, in the landscape mode the textfield should be shown on one side of the screen and the keyboard should be shown on another side. This side should...

I also made a small pull request to your code: https://github.com/flide/VI8/pull/22 (havent built it, but it works on Key8oard so should be the same for 8Vim) Something I haven't thought...