Gael Pasgrimaud
Gael Pasgrimaud
Hi, yes, it's definitely a bug
As I remember, it's more complex than that. It also depend of the cssselect settings: https://github.com/SimonSapin/cssselect/blob/master/cssselect/xpath.py#L594 You can override this feature by using a custom translator PyQuery(css_translator=your_class) I don't think...
I dont think removing those line is a good idea. You'd rather track the msg and add the right condition
PR has been merged a while ago. I guess this can be closed
Looks like it's not
Nope, I thought it was fixed with another way in the PR The weird thing is that it seems that there is no ActionID when you send a QueueAdd (when...
Instead of trying to handle weird/buggy cases, is it ok to add a `follow` argument to `send_action` ? Means that `send_action(... follow=False)` will just send and forget the action Another...
Cant you use `send_action(..., as_list=False)` ?
Looks like duplicate https://github.com/gawel/panoramisk/pull/88
The PR looks fine but it looks like tests are freezing on github actions. Cant be merged until the problem persist