Jan Alexander Steffens

Results 69 comments of Jan Alexander Steffens

Given the comment at https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19275#note_1635850, is this really fixed already?

Using `weakref.set(&obj)` will now affect not just `weakref` but all of its clones, which is probably surprising. Do we maybe want a `ArcWeakRef` variant that cannot be `set`?

Where is 1.0.11? The newest release in this repository is 1.0.6.

Ah, in pypi. Would be nice if this repository were actually up-to-date with the packages. I would have actually noticed any new releases. I can't use the package because I...

That is, I could create a pull request if this repo were at least at version 1.0.11 for me to merge into.

Sorry, I ran into a bit of trouble with ensuring that there is ever only one in-flight request for any match, so this is on the backburner now.

I also would like pbuilder support, since I want to mount a tmpfs at /var/cache/pbuilder/build. Cowbuilder tries to use hardlinks, which won't work across filesystems.

Putting the tab sidebar on the right instead of the left could also be an option to avoid moving the back button. Perhaps the hamburger button could stay in its...

Seems the `ngx_chain_t` at 0x329be24 (`s->out[221]`) is a circular list with 617 elements.

I've tried to hack around this; pretty much still untested. ``` diff diff --git a/ngx_rtmp_shared.c b/ngx_rtmp_shared.c index 6f6e4e8de7587d54..3bdc5beeef6edef4 100644 --- a/ngx_rtmp_shared.c +++ b/ngx_rtmp_shared.c @@ -66,7 +66,8 @@ ngx_rtmp_free_shared_chain(ngx_rtmp_core_srv_conf_t *cscf, ngx_chain_t...