DevilXD

Results 297 comments of DevilXD

There is exactly zero problems with it, as it's only an information for you that a request tried to reach Twitch, but couldn't - after the displayed amount of time,...

@erictraut Is usage like this supposed to give errors? ```py AnyFunc = TypeVar("AnyFunc", bound=Callable[..., object]) def deco(func: AnyFunc) -> AnyFunc: @functools.wraps(func) def wrapper(*args, **kwargs) -> object: ... return func(*args, **kwargs)...

I see. What about this? ``` ibis (https://github.com/ibis-project/ibis) + ibis/backends/impala/hdfs.py:464: error: Signature of "exists" incompatible with supertype "HDFS" + ibis/backends/impala/hdfs.py:529: error: Missing positional argument "path" in call to "__call__" of...

I've just ran into this issue myself, and tracking it down was quite a deep rabbit hole. Since it looks like this issue is still open, I though I'd chime...

> monkey patch before any import As I said, I can't do that. This would require me to modify core bot's code, which doing so will void any support I...

@sohang3112 As I've mentioned in my message, Windows implementation should be possible, per that SO thread. I haven't been able to implement it anywhere myself, I merely pointed out that...

Hello o/ This sounds reasonable, but it goes both ways - some drops can end before the campaign does as well, and that's where one has to display two rows...

Hello o/ Right now, timed drops are the only ones supported. There's no plans to expand on this. However, this is a drops-focused application, and if I can ever figure...

Hello o/ Hmm, I see where the problem is. I like the idea of it not appearing again if it's already there. This will be added in one of the...

Hello o/ > when I first used the app it started watching Frost_ to claim Rust Captain drops but once it finished the first drop of Rust Captain it switched...