Chris Tam

Results 21 comments of Chris Tam

> I might be out of line or not know what I'm talking about here so feel free to delete my comment but what about doing something similar to what...

When running this, I'm getting that the socket refused connection ^

jellyfin/jellyfin#6450 and jellyfin/jellyfin#6454 might be relevant here, as some of the cases might be covered in those bugs.

I've also recently made [snap-sync-cleanup](https://github.com/GodTamIt/snap-sync-cleanup) in Python for my own personal use that does something similar as well. It's released on PyPI in case others want to use it.

I know this is a bit older but just wanted to +1 on this. > do we want the person reading the grammar to know that a specific rule is...

This is what I've done for this to delete: ```python app.agents["myagent"].cancel() app.agents.pop("myagent") app.topics.discard(topic) ``` I think you can add dynamically by just using the `app.topic()` and `app.agent()` directly

**Update:** I'm able to dynamically add topics and agents but have not had success with removal. It seems the no one in the Slack has responded as to how to...

@ChillFish8 do we have any sub-tasks here? Just curious if you had any designs in mind already. Wouldn't mind helping with the effort, since I would find this quite useful.

I ran into a similar use case today. `#[param(ignore)]` would also be quite useful

Hi there, I know this is a bit old but came across this change from [this paper](https://arxiv.org/pdf/2302.08417.pdf). I was just wondering what the status was for having this (and other...