jtrakk
jtrakk
@ChrisRackauckas > I'm just not a believer units should be in the type domain I'm curious what makes you say that?
Another idea would be to take a screenshot and if the screen has changed, consider it active (not afk).
This seems doable with Pillow and pyscreenshot. Something like this might work, perhaps as a third-party watcher package. ```py import time import pyscreenshot import requests BUCKET_URL = "http://localhost:5600/api/0/buckets/screenshot-rgb" INTERVAL =...
Currently it ignores the file, but error is what I expected.
Would it make sense to offer the strategy as an optional first positional argument like `foldl([strategy,] rf, xf, coll)` so the user can have more control over dispatch?
This is rather verbose and hacky, but it seems to work. ```python #!/usr/bin env python3 import click class SectionedFormatter(click.formatting.HelpFormatter): def __init__(self, *args, sections, **kwargs): self.sections = sections super().__init__(*args, **kwargs) def...
@pratzz I'd recommend using the better packaged versions instead of my original hack. :-)
I have the same issue: I cannot add any more feeds. ``` FraidyCat 1.1.10 Chrome Version 93.0.4577.82 (Official Build) (64-bit) Linux beta 5.14.5 #1-NixOS SMP Thu Sep 16 10:20:47 UTC...
> Any other ideas? - [`DualStream`](https://en.wikipedia.org/wiki/Dual_carriageway) - `BidirectionalStream` - `BidiStream` - `TwoWayStream` - `DuplexStream` - `MergedStream` - `ParallelStream` - `Stream`
That may be an improvement, thanks. As you note, sometimes paragraph is too small, e.g. if there are blank lines in the block, and sometimes too large, e.g. if there...