Terrance

Results 92 issues of Terrance

I'm aiming to write a get-history method that takes an optional start point and produces a list of messages, either the most recent or before the given message (which may...

type-bug
component-core

### The Problem During the rewrite alpha, one could pass the content from an `aiohttp` response object directly to a new `discord.File` instance: ```python with aiohttp.ClientSession() as sess: with sess.get(...)...

feature request

I'm using AntennaPod on Android and attempting to set up synchronisation with gpodder.net, but for a while I was seemingly getting 401s against the `auth/username/login.json` API endpoint (based on the...

### Expected behavior I can document classes that include mock object members (for example, when documenting testing utilities). ### Actual behavior Traceback ``` Traceback (most recent call last): File "/usr/bin/pdoc",...

upstream

### Actual behavior When applying decorators that change the argument spec, internally applying `functools.wraps` to the replacement causes the corresponding docs to show the arguments of the inner wrapped function,...

enhancement

### Expected behavior `ForwardRef` wrappers to be removed from argument type annotations, as per 8702f62. ### Actual behavior For arguments, the wrapper is removed only if the entire type is...

bug

For displaying the chat title with messages relayed in a `HOTG` sync, it currently refers to telesync's `sync_chat_titles` setting in one direction, but the global `chatbridge_hide_source` in the other --...

bug
chatbridge

Consider a conversation sync involving multiple telesync bridges: ``` TG1 HO TG2 ``` (This is the simplest case; a more likely example would be forwarding from an announcement HO to...

enhancement
chatbridge

So as not to pollute the v3 merge discussion... 😃 This is an issue to consider new features for the chatbridge framework. I don't consider any of these blockers for...

enhancement
documentation
framework
chatbridge