Benedikt Reinartz

Results 331 comments of Benedikt Reinartz

I know that, that would be my worry as well, hence my note about another potentially GIL-protected call. It looks like the function may also get called in some resolve...

@lostmsu This is the relevant PR: #1531, a fix for #1523 It has been like this for all v3 releases.

I do use a provider hook, but the result of its `do/1` call is not passed through because the `run_all_hooks/6` function doesn't return it. Thus, as far as I can...

Yeah, and the per-app one is the one that is relevant here (and the far more complicated one :)). I have already done some wprk in this direction, will push...

I have the same issue for Python 3.10, and the change akhramov suggested doesn't change anything for me.

Thank you for your contribution, I'll try to read up and review it shortly. The `macos` tests failing is probably due to the recent update of the Github `macos-latest` runners...

Thank you very much for this and sorry for only merging it so late. I will adjust this slightly in a separate PR to allow us to default to this...

This is simply not implemented. The `StatusNotifierItem` only reads the icon (and menu) information when it appears. I'll have a go at it :)

This behaviour of the async NIFs is not quite what I was after. Users could implement something like this right now with just a few more lines of code. My...

I'll try to review this in detail this week. Good idea to side-step the issues with `Term`s for now by just preventing compilation if `Env`s or `Term`s are present :+1:....