yoch

Results 12 issues of yoch

Try to implement the SKIP option (which solves issue #149). To be compatible with the RFC-7529 (#285), I also added RSCALE element because skip depends on it, but without the...

enhancement
rrule
release-blocker

With the lastest pip version : ``` Traceback (most recent call last): File "/home/ubuntu/env/lib/python3.8/site-packages/pip/_vendor/packaging/requirements.py", line 104, in __init__ req = REQUIREMENT.parseString(requirement_string) File "/home/ubuntu/env/lib/python3.8/site-packages/pip/_vendor/pyparsing.py", line 1955, in parseString raise exc File...

@concreted : When I use recurrent rule, the first action isn't taken at time. Example (as you can see, the first run is delayed from 21:20:03 to 21:19:58 without a...

help wanted

Hi, I'm playing with redbeat, but I faced to an error with a code similar to the tutorial code. Here the minimal code to reproduce : #### tasks.py ```py3 from...

help wanted

https://github.com/opencovid19-fr/data/blob/709acf8520398e24103da8a02b40ba73616cec49/ministere-sante/2020-04-20.yaml#L12-L14 23668 + 40726 = 64394 soit 277 cas d’écart.

This change fix a crash on my machine while tring to save large png images.

### The problem Hi, I'm using Modbus integration to control an [RTU Relay](https://www.waveshare.com/wiki/Modbus_RTU_Relay) in addition to a HVAC [Thermostat](https://www.breeze-control.com/bc103-dm-modbus-dry-contact-thermostat/). When I unplug the thermostat, the switches set on the relay...

integration: modbus

**Is your feature request related to a problem? Please describe.** It's very common to sort the dataframe on many columns, and it's currently not possible. This can be problematic for...

Hi, The current sorting order was broken in case we have multiple columns to compare that contain empty values. Attached a simple fix and a test case that illustrates this.

https://github.com/brilee/python_uct/blob/8b49ebd17ad10a945011379e6d44cc112e446e5c/naive_impl.py#L42 The root is never updated, need to be : `while current is not None:`