Sylvester Duda

Results 18 comments of Sylvester Duda

[This is what I was thinking so far.](https://github.com/slyduda/webutil/blob/main/util.py#L1997) I haven't implemented any tests quite yet. I think the place you directed me first was correct because that is the first...

I see what you are referring to now [here](https://github.com/snarfed/bridgy/blob/main/util.py#L293). I will add the same `parse_http_equiv` function that I added in the webutils package into the `follow_redirect` function there. I will...

> How about adding it to `discover` in https://github.com/snarfed/webutil/blob/main/webmention.py instead? That already downloads the full response body. Sure! I can do that, it will still require doubling get requests though...

Right, but upon getting that http-equiv from the document head in the parsed request another request must be made to get the webmention endpoint in new url. For example: discover(url='https://slyduda.com/p/29835')...

Confirmed working for me after refreshing past response!

Noticed that webmentions are not being sent to the correct target. This is okay-ish for my use case, but definitely ideal. I would like to add a third return value...

> For webmention.io, I expect it would return these wms with the shortlink targets, and you'd have to merge them on your end. Some background in https://github.com/aaronpk/webmention.io/issues/92. Thank you for...

So I tried to tackle this for a few hours yesterday. I am not as worried about the pivot for the animation during the angle change, but moreso the actual...

Sure! Before I paste a snippet of my code, I've done a bit more digging and I noticed that I get different results from the way that these two event...

> Hmm...that is weird. PIXI.Application includes a default stage, but there shouldn't be any parent above that. I'm not sure how visible would be set to false as I don't...